docs: devlog #005 + known-issues !stop root cause update + Vikunja #411 done

This commit is contained in:
Variet Worker
2026-03-18 08:22:10 +09:00
parent d55b6b97ad
commit 07bbb626a6
4 changed files with 9 additions and 8 deletions

View File

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

File diff suppressed because one or more lines are too long