docs: Added documentation on the new .info tools subcommand

2026-06-18 13:15:25 -06:00
parent d07d8b66d6
commit dff578b3d5
+8 -7
@@ -328,13 +328,14 @@ want a quick understanding of the system info, a role's configuration, an agent'
The following entities are supported: The following entities are supported:
| Command | Description | | Command | Description |
|-----------------|-------------------------------------------------------------| |-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `.info` | Display system information (identical to the `--info` flag) | | `.info` | Display system information (identical to the `--info` flag) |
| `.info role` | Display information about the active role | | `.info role` | Display information about the active role |
| `.info session` | Display information about the active session | | `.info session` | Display information about the active session |
| `.info agent` | Display information about the active agent | | `.info agent` | Display information about the active agent |
| `.info rag` | Display information about the active RAG | | `.info rag` | Display information about the active RAG |
| `.info tools` | List every tool that would be sent in the next chat completion request (composed across role, agent, skills, and MCP filters). Errors when `function_calling_support` is disabled. |
## `.authenticate` - Authenticate the current model client via OAuth ## `.authenticate` - Authenticate the current model client via OAuth
The `.authenticate` command will start the OAuth flow for the current model client if The `.authenticate` command will start the OAuth flow for the current model client if