-
-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Checklist
- I agree to communicate with the author myself (not AI-generated).
- I've read the README's Filing issues section.
- I'm running the latest versions (fill in below).
- agent-shell version: 0.50.1
- acp.el version:
- ACP package (e.g. claude-agent-acp) version:
- Agent CLI (e.g. claude, gemini) version:
- For requesting new agent support, I'm including a link to the ACP-capable agent or related ACP package.
- For issues, I'm including ACP traffic (as per README).
New Agent Prompt
When I use the agent-shell command with a prefix argument, I am given a minibuffer completion box. I expect typing "Cla" would immediately complete to Claude Code, but that's not what happens.
Instead, I have to to see all the options and then "Cla" works as expected.
I believe the leading icons are to blame for this annoyance
Line 1086 in 82a7fff
| (cons (concat icon (when icon " ") display-name) |
The easiest fix would be to delete them. I don't like the icons anyway as they provide no helpful information. I don't want corporate branding in my Emacs packages.
If you won't remove them, at least make them trailing instead please
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request