|
|
afb1a1d6e6
|
docs(bridge): product.json 체크섬 불일치 근본 원인 기록 #task-258
|
2026-03-08 17:43:48 +09:00 |
|
|
|
b92c3c072f
|
fix(bridge): multi-window isolation v0.3.4
|
2026-03-08 16:56:23 +09:00 |
|
|
|
c97414cd37
|
fix(bridge): stall-based approval detection + known issues from deep debugging
- IDLE→stall detection: RUNNING+delta=0 for 6 polls (30s)
- lastModifiedTime-based thinking filter (partial)
- ResolveOutstandingSteps confirmed CANCELS steps (removed)
- HandleCascadeUserInteraction always socket hang up (removed)
- VS Code accept commands: silent success, no effect
- Hybrid approval: focus+all commands sequential, no break
- logToFile: console.log backup added
- Known issues: 4 critical findings documented
- better-antigravity reference added for future research
|
2026-03-08 14:38:41 +09:00 |
|
|
|
c98b6432f8
|
docs: devlog 08 entries 8-11 (polling overhaul, stall detection, approval handler)
|
2026-03-08 08:20:32 +09:00 |
|
|
|
c3964f8e7a
|
fix(bridge): rawRPC direct polling + SDK analysis docs + trial-and-error log
- Root cause: getDiagnostics.lastStepIndex is stale, SDK EventMonitor cannot detect real-time step changes
- Fix: Direct rawRPC('GetCascadeTrajectorySteps') polling every 5s
- Relay: PLANNER_RESPONSE, NOTIFY_USER, TASK_BOUNDARY, WAITING steps
- Added: docs/discord-bridge-analysis.md (full SDK architecture analysis)
- Added: docs/devlog/entries/20260308-003.md (trial-and-error history)
- Added: antigravity-sdk-main/ source reference
- Vikunja: #252 done, #253 created, #251 commented
|
2026-03-08 07:08:25 +09:00 |
|
|
|
731dad35bf
|
docs: update devlog with commit hash 0c3d6cd
|
2026-03-08 05:56:47 +09:00 |
|
|
|
0c3d6cdb6d
|
fix(bridge): step structure discovery + approval watcher + AI text relay
- plannerResponse.response = user-facing text field (confirmed)
- step.runCommand.commandLine = command (not toolCall.argumentsJson)
- Add response watcher: bridge/response/ → ResolveOutstandingSteps RPC
- Fix AI text: use modifiedResponse/response, last-wins, dedup
- Fix flooding: slice(-delta) to skip old steps on reload
- Bot: 404 cache invalidation for deleted Discord channels
|
2026-03-08 02:29:17 +09:00 |
|
|
|
876143d397
|
fix(bridge): align Extension protocol with Bot — 3 mismatches fixed
- Snapshot: response/chat_snapshot.txt → chat_snapshots/*.json
- Command field: cmd.message → cmd.text (matches Bot.write_command)
- RPC: GetConversation (404) → GetCascadeTrajectorySteps
- Bundle sql-wasm.js + sql-wasm.wasm into VSIX (45KB→379KB)
- Handle consumed flag, clean 38 stale commands
- Add extractAIText helper with fallback chain
|
2026-03-08 01:14:20 +09:00 |
|