You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(agent): add edit subcommand support to /agent slash command (#2854)
- Add Edit variant to AgentSubcommand enum in profile.rs
- Implement edit functionality for slash command usage
- Use Agent::get_agent_by_name to locate existing agents
- Include post-edit validation and agent reloading
- Add edit case to name() method for proper command routing
- Enables /agent edit --name <agent> usage in chat sessions
🤖 Assisted by Amazon Q Developer
Co-authored-by: Matt Lee <[email protected]>
0 commit comments