fix(ext): !stop CancelCascadeInvocation RPC — AG 빨간■ 동일 메커니즘 적용 #task-411

This commit is contained in:
Variet Worker
2026-03-18 07:16:17 +09:00
parent 759dab55b6
commit d8eac80b2f
6 changed files with 685 additions and 656 deletions

View File

@@ -435,7 +435,7 @@ async function activate(context) {
onCommand: (data) => {
logToFile(`[WS-CMD] ${data.text?.substring(0, 50)}`);
(0, command_handler_1.handleWSCommand)({
bridgePath, projectName, sdk, autoApproveEnabled, logToFile,
bridgePath, projectName, sdk, ls: sdk?.ls, autoApproveEnabled, logToFile,
onAutoApproveChanged: (enabled) => { autoApproveEnabled = enabled; },
recentDiscordSentTexts,
}, data);
@@ -558,7 +558,7 @@ async function activate(context) {
}
// Watch commands directory
(0, command_handler_1.watchCommandsDir)({
bridgePath, projectName, sdk, autoApproveEnabled, logToFile,
bridgePath, projectName, sdk, ls: sdk?.ls, autoApproveEnabled, logToFile,
onAutoApproveChanged: (enabled) => { autoApproveEnabled = enabled; },
recentDiscordSentTexts,
});