Skip to content

Fix help text alignment, remove --pick flag and Aider agent#27

Merged
arimxyer merged 1 commit intomainfrom
fix/help-text-alignment
Mar 21, 2026
Merged

Fix help text alignment, remove --pick flag and Aider agent#27
arimxyer merged 1 commit intomainfrom
fix/help-text-alignment

Conversation

@arimxyer
Copy link
Copy Markdown
Owner

Summary

  • Remove phantom e key from Status tab help popup (documented but never implemented)
  • Add n/N search match navigation to Agents tab help (working but undocumented)
  • Remove redundant --pick/-p flag from agents CLI (default TTY behavior already opens the interactive browser)
  • Remove Aider from agent catalog, help text, README, and tests
  • Add Shell Completions section to README and update CLI CLAUDE.md
  • Bump version to 0.11.2

Test plan

  • mise run fmt && mise run clippy && mise run test — all 264 tests pass
  • Run TUI, press ? on each tab — verify help content matches actual keybindings
  • Run models completions fish — confirm command works
  • Run agents claude — verify no --pick references in help output
  • Verify Aider no longer appears in agents status or agents list-sources

🤖 Generated with Claude Code

- 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]>
@arimxyer arimxyer merged commit 5fdd8ef into main Mar 21, 2026
3 checks passed
@arimxyer arimxyer deleted the fix/help-text-alignment branch March 21, 2026 17:51
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 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".

Comment on lines 26 to 28
"cursor": {
"name": "Cursor",
"repo": "getcursor/cursor",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge 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 👍 / 👎.

arimxyer added a commit that referenced this pull request Mar 31, 2026
…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]>
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.

1 participant