[BUG] FleetView: marketplace plugin agents (plugin:agent) fail to load
Resolved 💬 2 comments Opened Jun 22, 2026 by nicolasmafraintelipost Closed Jun 23, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Plugin-qualified agent names (e.g. my-plugin:my-agent) are not resolved correctly in two places:
1. claude agents --agent flag (CLI)
--agent "my-agent"or--agent "my-plugin"→ emits warning _"no agent named 'my-plugin' — spawning with default template"_ but does load a session--agent "my-plugin:my-agent"→ no warning, but the agent does not load at all (silent failure)
2. FleetView (claude agents TUI)
- Typing
@my-agent,@my-plugin, or@my-plugin:my-agentin the new-session prompt → none appear in the autocomplete list - Pressing Enter with any of these does not start a session with the intended agent
What Should Happen?
--agent "plugin:agent"should resolve the agent from the named plugin and start the session with it (no warning, no silent failure)- FleetView autocomplete should list agents from installed marketplace plugins and load them correctly when selected
Steps to Reproduce
CLI path:
- Install a plugin from the marketplace (e.g.
my-plugin) that defines an agent (e.g.my-agent) - Run
claude agents --agent "my-plugin:my-agent" - Expected: session starts with agent
my-agentfrom pluginmy-plugin - Actual: no warning, no agent loaded
FleetView path:
- Open FleetView:
claude agents - Start a new background session
- Type
@my-plugin:my-agent(or@my-agent,@my-plugin) in the agent selector - Expected: agent appears in autocomplete and loads on Enter
- Actual: nothing appears; Enter does not load the agent
Error Messages/Logs
# --agent "my-plugin" (short name):
no agent named 'my-plugin' — spawning with default template
# --agent "my-plugin:my-agent" (qualified name):
(no output — silent failure)
# FleetView:
(no output — silent failure)
Claude Model
Not sure / Multiple models
Is this a regression?
I don't know
Last Working Version
N/A
Claude Code Version
2.1.186 (Claude Code)
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux (Ubuntu 25.04)
Terminal/Shell
Other (kitty and Konsole — reproduced in both)
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗