feat(enrichment): Step Probe API 메모리 기반 명령어 보강 — Always run 표시 개선 (v0.5.90)

This commit is contained in:
Variet Worker
2026-04-19 09:59:20 +09:00
parent 02b4b03699
commit bf53072f3c
7 changed files with 29 additions and 5 deletions

View File

@@ -520,6 +520,7 @@ async function activate(context) {
get sessionStalled() { return (0, step_probe_1.getStepProbeContext)().sessionStalled; },
get lastPendingStepIndex() { return (0, step_probe_1.getStepProbeContext)().lastPendingStepIndex; },
writeChatSnapshot,
getLastWaitingCommand: step_probe_1.getLastWaitingCommand,
};
const bridgePort = await (0, http_bridge_1.startHttpBridge)(httpBridgeCtx, sdk);
let localPort = bridgePort;