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:

  1. Explicitly point to the @agent-agent-manager file
  2. Then further point to the @agent-agent-manager-impl file
  3. Specifically mention the check_agent_updates function

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

  1. Run /agent:agent-manager check-updates
  2. Observe that it doesn't work without explicit guidance
  3. 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>

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗