From e9d9cdeb28fa672cce829b5887ddc872b28ae055 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 7 Mar 2026 15:23:04 -0500 Subject: [PATCH] docs(conductor): Synchronize docs for track 'On-Demand Definition Lookup' --- conductor/product.md | 1 + 1 file changed, 1 insertion(+) diff --git a/conductor/product.md b/conductor/product.md index c574b89..b85ff6c 100644 --- a/conductor/product.md +++ b/conductor/product.md @@ -57,3 +57,4 @@ For deep implementation details when planning or implementing tracks, consult `d - **Remote Confirmation Protocol:** A non-blocking, ID-based challenge/response mechanism for approving AI actions via the REST API, enabling remote "Human-in-the-Loop" safety. - **Gemini CLI Integration:** Allows using the `gemini` CLI as a headless backend provider. This enables leveraging Gemini subscriptions with advanced features like persistent sessions, while maintaining full "Human-in-the-Loop" safety through a dedicated bridge for synchronous tool call approvals within the Manual Slop GUI. Now features full functional parity with the direct API, including accurate token estimation, safety settings, and robust system instruction handling. - **Context & Token Visualization:** Detailed UI panels for monitoring real-time token usage, history depth, and **visual cache awareness** (tracking specific files currently live in the provider's context cache). +- **On-Demand Definition Lookup:** Allows developers to request specific class or function definitions during discussions using `@SymbolName` syntax. Injected definitions feature syntax highlighting, intelligent collapsing for long blocks, and a **[Source]** button for instant navigation to the full file.