docs(readme): surface v1.2.0 UX improvements#30
Merged
kevinelliott merged 1 commit intomainfrom Apr 21, 2026
Merged
Conversation
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>
There was a problem hiding this comment.
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 -vto stream subprocess output.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 |
There was a problem hiding this comment.
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 |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Calls out the v1.2.0 features users actually notice when browsing the repo:
Adds a `agent update -v aider` example to the Quick Start.
Test plan
🤖 Generated with Claude Code