feat(coding-agent): add hidden thinking label api closes #2673
This commit is contained in:
@@ -167,6 +167,10 @@ export async function runRpcMode(session: AgentSession): Promise<never> {
|
||||
// Working message 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
|
||||
},
|
||||
|
||||
setWidget(key: string, content: unknown, options?: ExtensionWidgetOptions): void {
|
||||
// Only support string arrays in RPC mode - factory functions are ignored
|
||||
if (content === undefined || Array.isArray(content)) {
|
||||
|
||||
Reference in New Issue
Block a user