3b1bb9246e
feat(bridge): step-type-specific approval commands + SDK research
...
- tryApprovalStrategies: terminalCommand.run > terminalCommand.accept > command.accept > acceptAgentStep
- Step probe: immediate on first stall (5s), 775-limit detection with dynamic fallback
- NOTIFY filter: skip <50 chars, TASK dedup by taskName+taskStatus
- BTN-DUMP diagnostic removed from renderer
- Focus: agentPanel.focus + agentSidePanel.focus (verified SDK commands)
- known-issues: add step-type command mismatch finding
2026-03-09 09:19:36 +09:00
027135e2b5
fix(bridge): response file race condition + Run button regex + known issues
...
- Fix: processResponseFile no longer deletes response files for DOM observer
approvals, allowing renderer pollResponse to find and serve them via HTTP
- Fix: Run button regex ^Run$ → ^Run to match 'Run Alt+⏎' button text
- Fix: BTN-DUMP diagnostic added to generateApprovalObserverScript (source)
- Doc: 2 new known issues (race condition, renderer script 3-location confusion)
- Doc: devlog entry #19
2026-03-08 22:58:17 +09:00
32726d4d3a
docs(devlog): 접근 과정 + 실패 사례 상세 기록 (entry #018 보강)
2026-03-08 20:25:48 +09:00
810fbcc114
feat(bridge): 승인 감지 최적화 — latestToolCallStep 즉시 감지 + DOM scan 확장
...
- latestToolCallStep RPC 기반 즉시 감지 (30초 stall → 5초 poll)
- DOM scan 범위: findPanel() → document.body 확장
- Accept all/Reject all 리뷰 바 패턴 추가
- Stall detection을 100초 fallback으로 약화
- extractToolCommand/extractToolDescription 헬퍼 추가
- known-issues 5건 신규 추가
- start/services workflow: Python 전체 경로 + services.md 로딩
#task-258 #task-262
2026-03-08 20:21:11 +09:00
8ed1ece87a
fix(bridge): renderer script debugging — async fetch, install path fix, product.json checksums
...
- Replace sync XHR tryPing() with async fetch tryPingAsync() for port discovery
- Add ag-sdk JS file to product.json checksums in updateProductChecksums()
- Revert to inline script approach for jetski HTML (vscode-file:// blocks custom .js)
- Remove old external script tag cleanup, add inline markers
- Update known-issues with 3 new findings
- Add devlog entry #16
2026-03-08 19:51:27 +09:00
43f023c87e
fix(bridge): v0.3.5 — inline script + deterministic port + auto-checksum
...
- vscode-file:// refuses custom .js files → inline script into HTML
- Random port → deterministic port from project name hash (gravity_control=34332)
- Hardcoded port in renderer script for immediate discovery
- Auto-update product.json SHA256 checksums after HTML modification
- Bump version 0.2.0 → 0.3.5
2026-03-08 18:37:09 +09:00
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
854f33b816
fix(bridge): use GetAllCascadeTrajectories for real-time relay
...
Root cause: GetCascadeTrajectorySteps has 775-step hard limit,
startStepIndex parameter is completely ignored (verified via direct RPC).
Solution: GetAllCascadeTrajectories returns:
- stepCount: real-time (verified 1413->1457 live)
- latestNotifyUserStep: full notificationContent
- latestTaskBoundaryStep: full taskName/Status/Summary
- stepIndex on each for dedup
E2E verified: Python script -> RPC -> snapshot -> Bot -> Discord
2026-03-08 07:37:39 +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
026e7d5e33
docs: add SDK analysis results, revise trial plan with sendChatActionMessage discovery
2026-03-07 21:15:19 +09:00
804aa19b35
docs: confirm #14 failed, add systematic trial plan (A→E)
2026-03-07 20:48:14 +09:00
3fab31b465
docs: comprehensive approach history (14 attempts, failures, unexplored alternatives)
2026-03-07 20:43:41 +09:00
e4b98af308
docs: LS ConnectRPC reference (100+ RPC methods) + devlog + commands update
2026-03-07 19:16:33 +09:00
67619e8950
docs: mid-session devlog + entry 002 (sendPromptToAgentPanel discovery)
2026-03-07 17:39:00 +09:00
8d5e59c60f
feat: use sendPromptToAgentPanel + add 171 command reference doc
2026-03-07 17:16:19 +09:00
aa9be854b4
docs: 세션 종료 - devlog 기록 + Vikunja 동기화 ( #221 done, #222 done, #223 created)
2026-03-07 12:37:57 +09:00
26dcb51130
docs: devlog 구조 생성 + 초기 세션 기록
2026-03-07 10:59:43 +09:00