From dff578b3d532be6aab6d2c89304e9fdef14690af Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Thu, 18 Jun 2026 13:15:25 -0600 Subject: [PATCH] docs: Added documentation on the new .info tools subcommand --- REPL.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/REPL.md b/REPL.md index b3f6906..f206b08 100644 --- a/REPL.md +++ b/REPL.md @@ -328,13 +328,14 @@ want a quick understanding of the system info, a role's configuration, an agent' The following entities are supported: -| Command | Description | -|-----------------|-------------------------------------------------------------| -| `.info` | Display system information (identical to the `--info` flag) | -| `.info role` | Display information about the active role | -| `.info session` | Display information about the active session | -| `.info agent` | Display information about the active agent | -| `.info rag` | Display information about the active RAG | +| Command | Description | +|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `.info` | Display system information (identical to the `--info` flag) | +| `.info role` | Display information about the active role | +| `.info session` | Display information about the active session | +| `.info agent` | Display information about the active agent | +| `.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 The `.authenticate` command will start the OAuth flow for the current model client if