Skip to content

New agent prompt autocomplete does not work correctly because of leading icons #456

@cowile

Description

@cowile

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

(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions