Fix help text alignment, remove --pick flag and Aider agent#27
Conversation
- Remove phantom 'e' key from Status tab help (never implemented) - Add n/N search match navigation to Agents tab help (undocumented) - Remove redundant --pick/-p flag from agents CLI (default behavior) - Remove Aider from agent catalog (unused) - Add Shell Completions section to README - Update CLI CLAUDE.md with completions command and benchmarks symlink - Remove stale --pick reference from README - Bump version to 0.11.2 Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e6116557c0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "cursor": { | ||
| "name": "Cursor", | ||
| "repo": "getcursor/cursor", |
There was a problem hiding this comment.
Keep Aider reachable until the CLI has a migration path
Deleting the curated aider entry is a breaking regression for any existing config or scripts that still reference it. load_catalog() in src/cli/agents.rs only reads data/agents.json, and the only place that merges config.agents.custom is AgentsApp::new() for the TUI, so after this change agents aider --latest/agents status start failing or silently drop Aider with no CLI fallback. If Aider is being deprecated, this needs an explicit migration first rather than removing the only catalog entry in a patch release.
Useful? React with 👍 / 👎.
…nt (#27) - Remove phantom 'e' key from Status tab help (never implemented) - Add n/N search match navigation to Agents tab help (undocumented) - Remove redundant --pick/-p flag from agents CLI (default behavior) - Remove Aider from agent catalog (unused) - Add Shell Completions section to README - Update CLI CLAUDE.md with completions command and benchmarks symlink - Remove stale --pick reference from README - Bump version to 0.11.2 Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
Summary
ekey from Status tab help popup (documented but never implemented)n/Nsearch match navigation to Agents tab help (working but undocumented)--pick/-pflag from agents CLI (default TTY behavior already opens the interactive browser)Test plan
mise run fmt && mise run clippy && mise run test— all 264 tests pass?on each tab — verify help content matches actual keybindingsmodels completions fish— confirm command worksagents claude— verify no--pickreferences in help outputagents statusoragents list-sources🤖 Generated with Claude Code