CD
f1f9a0b40b
fix(bridge): safer stall detection + VS Code command-based approval
Stall detection fixes:
- Threshold 2→6 polls (30s minimum stall before triggering)
- Added lastModifiedTime tracking (both stepCount AND modTime must freeze)
- Cooldown 30s→60s between pending writes
- Track lastPendingStepCount to prevent retrigger for same stall
Approval handler fixes:
- Replace HandleCascadeUserInteraction RPC with VS Code commands
- Sequential fallback: acceptAgentStep → command.accept → terminalCommand.run
- Same pattern for reject: rejectAgentStep → command.reject → terminalCommand.reject
- Removed SDK dependency check (VS Code commands work without SDK)
2026-03-08 08:14:35 +09:00
..
2026-03-08 08:14:35 +09:00
2026-03-08 08:14:35 +09:00
2026-03-08 00:45:07 +09:00
2026-03-07 17:39:00 +09:00
2026-03-08 01:14:20 +09:00
2026-03-07 17:39:00 +09:00
2026-03-08 00:45:07 +09:00
2026-03-07 11:32:30 +09:00