AWS amazonq documentation change
Summary
Updated command list with new commands and reorganized existing ones
Security assessment
The changes are routine command documentation updates without security implications.
Diff
diff --git a/amazonq/latest/qdeveloper-ug/command-line-chat.md b/amazonq/latest/qdeveloper-ug/command-line-chat.md index 711be38c5..e7c00c6e7 100644 --- a//amazonq/latest/qdeveloper-ug/command-line-chat.md +++ b//amazonq/latest/qdeveloper-ug/command-line-chat.md @@ -28,13 +28,16 @@ Chat commands Command | Description -`!` | Executes a shell command from inside an Amazon Q CLI session. -`ctrl-j` | Allows multi-line input. -`/editor` | Uses the configured editor to compose prompts. -`/help` | Displays a list of available commands. -`/issue` | Reports an issue or make a feature request. -`/quit` | Exits the chat session. -`/clear` | Clears the chat history from the current session. -`/reset` | Resets the conversation context, clearing all previous messages. -`/tools` | Manages tools and permissions for tools that Amazon Q can use. -`/acceptall` | Deprecated. Disables confirmation prompts when Amazon Q performs actions on your system. -`/profile` | Manages Q profiles for Q Developer commands. -`/context` | Manages the context information available to Amazon Q. -`/compact` | Compacts the conversation history and shows the output of the compacted conversation history. +`/prompts` | Lists all available prompts +`/usage` | Displays an estimate of the context window usage +`!` | Executes a shell command from inside an Amazon Q CLI session +`ctrl-j` | Allows multi-line input +`ctrl-k` | Fuzzy search +`/editor` | Uses the configured editor to compose prompts +`/help` | Displays a list of available commands +`/issue` | Reports an issue or make a feature request +`/quit` | Exits the chat session +`/clear` | Clears the chat history from the current session +`/reset` | Resets the conversation context, clearing all previous messages +`/tools` | Manages tools and permissions for tools that Amazon Q can use +`/acceptall` | Deprecated. Disables confirmation prompts when Amazon Q performs actions on your system +`/profile` | Manages Q profiles for Q Developer commands +`/context` | Manages the context information available to Amazon Q +`/compact` | Compacts the conversation history and shows the output of the compacted conversation history