Skip to content

Update documentation to match current codebase#9

Merged
sirredbeard merged 1 commit intomainfrom
documentation
Mar 8, 2026
Merged

Update documentation to match current codebase#9
sirredbeard merged 1 commit intomainfrom
documentation

Conversation

@sirredbeard
Copy link
Owner

Rewrote README in plain, accessible language. Removed duplicate sections, technical jargon, and formatting clutter. Added CI/CD workflow descriptions and a trademarks disclaimer.

Updated agents.md with current font sizes, input control values, and new sections for ChatInputControl, hotkey infrastructure, efficiency mode, CI/CD workflows, and native interop.

Copilot AI review requested due to automatic review settings March 8, 2026 20:20
Rewrote README in plain, accessible language. Removed duplicate
sections, technical jargon, and formatting clutter. Added trademarks
disclaimer.

Updated agents.md with current font sizes, input control values,
and new sections for ChatInputControl, hotkey infrastructure,
efficiency mode, and native interop.
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates project documentation and adds a CI/CD release pipeline to better reflect the current state of the WinUI 3 taskbar Copilot app.

Changes:

  • Rewrites README.md in simpler language and documents requirements, release builds, CI/CD workflows, and trademarks.
  • Updates agents.md with current UI/control details plus new sections describing ChatInputControl, hotkeys, efficiency mode, CI/CD, and native interop.
  • Adds GitHub Actions workflows for PR builds, manual releases, and automated WinGet manifest submission.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
agents.md Updates technical/agent-facing documentation to match current UI, controls, and infra.
README.md Rewrites user-facing documentation; adds CI/CD and trademarks sections.
.github/workflows/build.yml Adds PR build + reusable workflow to build/publish artifacts for x64/ARM64.
.github/workflows/release.yml Adds manual release workflow that tags and publishes GitHub Releases from build artifacts.
.github/workflows/winget-release.yml Adds workflow to generate and submit WinGet manifests from GitHub Release assets.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Windows Accessibility API (UI Automation fallback)
- SQLite for persistence
- Enter: send message
- Up/Down arrows: scroll through previous messages
Copy link

Copilot AI Mar 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Up/Down shortcut description is inaccurate. In MainWindow.xaml.cs, Up/Down are wired to NavigateHistory(-1/+1) with comments indicating "previous/next command", not scrolling through previous messages. Please update this README section to match the actual behavior (history navigation).

Suggested change
- Up/Down arrows: scroll through previous messages
- Up/Down arrows: navigate command history (previous/next command)

Copilot uses AI. Check for mistakes.
@sirredbeard sirredbeard merged commit 9eb82f2 into main Mar 8, 2026
@sirredbeard sirredbeard deleted the documentation branch March 8, 2026 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants