Skip to content

docs(readme): surface v1.2.0 UX improvements#30

Merged
kevinelliott merged 1 commit intomainfrom
docs/readme-v1.2
Apr 21, 2026
Merged

docs(readme): surface v1.2.0 UX improvements#30
kevinelliott merged 1 commit intomainfrom
docs/readme-v1.2

Conversation

@kevinelliott
Copy link
Copy Markdown
Owner

Summary

Calls out the v1.2.0 features users actually notice when browsing the repo:

  • Fast parallel version checks (10–20× faster than sequential)
  • Offline-first catalog via `//go:embed`
  • Live install/update output streaming with `-v`
  • NO_COLOR / TERM=dumb / non-TTY handling
  • Structured logs driven by `cfg.Logging`

Adds a `agent update -v aider` example to the Quick Start.

Test plan

  • GitHub renders the markdown cleanly

🤖 Generated with Claude Code

Calls out the fast parallel checks, offline-first embedded catalog,
live -v streaming, structured logs, and NO_COLOR/non-TTY behavior
that users actually notice.

Adds an example of \`agent update -v\` to the quick start.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings April 21, 2026 12:45
Copy link
Copy Markdown

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 the README to highlight user-visible UX improvements introduced in v1.2.0, and expands the Quick Start with a verbose update example.

Changes:

  • Adds new feature bullets calling out parallel version checks, embedded/offline catalog, verbose streaming output, NO_COLOR/TTY handling, and structured logging.
  • Adds a Quick Start example for agent update -v to stream subprocess output.

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

Comment thread README.md
Comment on lines +18 to +19
- **Offline-First Catalog**: A baseline catalog is embedded into the binary, so `agent list` works on a fresh `go install` before the first remote refresh
- **Live Install Output**: Pass `-v` to `agent install` / `agent update` to stream live subprocess output (brew / npm / pip / native) instead of a silent spinner
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

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

In the Features list, agent list is referenced without the agentmgr prefix. Elsewhere in the README the command is consistently shown as agentmgr agent list, and agent list by itself isn’t an executable command. Consider updating this to agentmgr agent list (or explicitly clarifying it’s shorthand for the subcommand) to avoid confusing copy/paste failures for new users.

Suggested change
- **Offline-First Catalog**: A baseline catalog is embedded into the binary, so `agent list` works on a fresh `go install` before the first remote refresh
- **Live Install Output**: Pass `-v` to `agent install` / `agent update` to stream live subprocess output (brew / npm / pip / native) instead of a silent spinner
- **Offline-First Catalog**: A baseline catalog is embedded into the binary, so `agentmgr agent list` works on a fresh `go install` before the first remote refresh
- **Live Install Output**: Pass `-v` to `agentmgr agent install` / `agentmgr agent update` to stream live subprocess output (brew / npm / pip / native) instead of a silent spinner

Copilot uses AI. Check for mistakes.
@kevinelliott kevinelliott merged commit 21a8c8e into main Apr 21, 2026
19 checks passed
@kevinelliott kevinelliott deleted the docs/readme-v1.2 branch April 21, 2026 13:05
kevinelliott added a commit that referenced this pull request Apr 24, 2026
Toolchain + dependency refresh. Minimum Go bumped to 1.25 (forced by
x/sync v0.20.0), golangci-lint migrated to v2.11.4, 5 deps bumped
plus 3 patch-level ones from v1.2.0-era. Also captures post-v1.2.0
polish: TUI storage reuse perf win (#33), doctor catalog-source
breakdown (#32), catalog ctx-scoped logger (#31), README refresh (#30).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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