fix(coding-agent): restore extension input source semantics

This commit is contained in:
Mario Zechner
2026-03-29 19:28:04 +02:00
parent 1ee0d28d7b
commit 7e1dd8880c
6 changed files with 42 additions and 18 deletions

View File

@@ -232,9 +232,12 @@ session.subscribe((event) => {
// event.toolResults: tool results from this turn
break;
// Session events (auto-compaction, retry)
case "auto_compaction_start":
case "auto_compaction_end":
// Session events (queue, compaction, retry)
case "queue_update":
console.log(event.steering, event.followUp);
break;
case "compaction_start":
case "compaction_end":
case "auto_retry_start":
case "auto_retry_end":
break;