Agent-manager check-updates requires explicit instructions instead of working intuitively
Resolved 💬 2 comments Opened Aug 5, 2025 by berrazuriz1 Closed Aug 5, 2025
Summary
The /agent:agent-manager check-updates command requires explicit instructions to function properly instead of working intuitively out of the box.
Current Behavior
When running /agent:agent-manager check-updates, the user needs to:
- Explicitly point to the
@agent-agent-managerfile - Then further point to the
@agent-agent-manager-implfile - Specifically mention the
check_agent_updatesfunction
Expected Behavior
The command /agent:agent-manager check-updates should automatically:
- Invoke the agent-manager agent
- Run the check-updates functionality without requiring the user to know implementation details
- Display available updates clearly
Steps to Reproduce
- Run
/agent:agent-manager check-updates - Observe that it doesn't work without explicit guidance
- User has to manually reference implementation files and functions
Impact
This creates friction for users who want to check for agent updates, requiring them to understand internal implementation details rather than just using a simple command.
Suggested Fix
The agent-manager agent should be updated to handle the check-updates command more intuitively, possibly by:
- Adding better command parsing
- Having the agent-manager agent automatically invoke the impl agent when needed
- Providing clearer prompts that guide the correct functionality
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗