docs: devlog #006 + known-issues !stop stale primitive update #task-410

This commit is contained in:
Variet Worker
2026-03-18 09:20:07 +09:00
parent ab0c116c9e
commit 4a5521dcc3
4 changed files with 10 additions and 9 deletions

View File

@@ -438,7 +438,7 @@ async function activate(context) {
bridgePath, projectName, sdk, ls: sdk?.ls, autoApproveEnabled, logToFile,
onAutoApproveChanged: (enabled) => { autoApproveEnabled = enabled; },
recentDiscordSentTexts,
getActiveSessionId: () => activeSessionId,
getActiveSessionId: () => (0, step_probe_1.getActiveSessionId)(),
}, data);
},
onInstanceUpdate: (count, instances) => {
@@ -562,7 +562,7 @@ async function activate(context) {
bridgePath, projectName, sdk, ls: sdk?.ls, autoApproveEnabled, logToFile,
onAutoApproveChanged: (enabled) => { autoApproveEnabled = enabled; },
recentDiscordSentTexts,
getActiveSessionId: () => activeSessionId,
getActiveSessionId: () => (0, step_probe_1.getActiveSessionId)(),
});
// Response watcher is now initialized by initStepProbe() above
// Register basic commands

File diff suppressed because one or more lines are too long