Release v2.2.1: Autonomous Task Resumption & Engine Resilience
This commit is contained in:
@@ -646,6 +646,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
||||
await vscode.commands.executeCommand('g1nation-v2-view.focus');
|
||||
provider._view?.webview.postMessage({ type: 'openCompanyManageOverlay' });
|
||||
await provider._sendCompanyAgents();
|
||||
await provider._sendCompanyResumable();
|
||||
}),
|
||||
vscode.commands.registerCommand('g1nation.company.openSessions', async () => {
|
||||
const { resolveCompanyBase } = await import('./features/company');
|
||||
|
||||
Reference in New Issue
Block a user