fix(coding-agent): clarify session ID docs closes #3390

This commit is contained in:
Mario Zechner
2026-04-20 16:12:32 +02:00
parent d56e5aea0b
commit 860d67518c
5 changed files with 17 additions and 7 deletions

View File

@@ -172,6 +172,10 @@ export async function runRpcMode(runtimeHost: AgentSessionRuntime): Promise<neve
// Working message not supported in RPC mode - requires TUI loader access
},
setWorkingIndicator(): void {
// Working indicator customization not supported in RPC mode - requires TUI loader access
},
setHiddenThinkingLabel(_label?: string): void {
// Hidden thinking label not supported in RPC mode - requires TUI message rendering access
},