AWS amazonq documentation change
Summary
Added new agent management commands including creation, configuration, and session control
Security assessment
The changes introduce general agent management features without any security-specific context or access control documentation. No evidence of security vulnerability remediation or security feature enhancement.
Diff
diff --git a/amazonq/latest/qdeveloper-ug/command-line-chat-commands.md b/amazonq/latest/qdeveloper-ug/command-line-chat-commands.md index bcc02b113..f37a833ef 100644 --- a//amazonq/latest/qdeveloper-ug/command-line-chat-commands.md +++ b//amazonq/latest/qdeveloper-ug/command-line-chat-commands.md @@ -29,0 +30,5 @@ Chat commands Command | Description +`/agent list` | Shows all available agents in your environment +`/agent schema` | Displays the JSON schema for creating agent configuration files +`/agent create [name]` | Creates a new agent with the specified name +`/agent use [name]` | Switches to using a specific agent for the current session +`/agent edit [name]` | Opens the agent configuration file for editing