release: v2.0.6 - Intelligence & UX Optimization (2026-05-14)
This commit is contained in:
@@ -151,6 +151,11 @@ export async function handleChatMessage(provider: SidebarChatProvider, data: any
|
||||
case 'detachArchitecture':
|
||||
await provider._detachArchitecture();
|
||||
return true;
|
||||
case 'attachArchitecture':
|
||||
// Re-enable architecture context for the current workspace —
|
||||
// user clicked the inactive chip's [Attach] button.
|
||||
await provider._attachArchitecture();
|
||||
return true;
|
||||
case 'activateArchitectureFromText': {
|
||||
// Optional explicit-toggle path: webview can pass arbitrary text
|
||||
// (e.g. the current input draft) for one-shot intent detection.
|
||||
|
||||
Reference in New Issue
Block a user