Variet Worker
02d9799f20
diag(observer): v10-diag — extractContextFromNearby trail logging for context extraction failure analysis #task-619
2026-04-14 07:38:27 +09:00
Variet Worker
a8d875167d
fix(observer): v9 - stop treating Running N commands as approval button, add DOM-climbing context extraction
2026-04-13 19:37:18 +09:00
Variet Worker
2a1ebf1020
fix(extension): UTF-8 encoding + noise filter enhancement (v0.5.39)
...
- http-bridge.ts: add req.setEncoding('utf8') to all POST handlers
to fix Korean text corruption in pending/chat/dump payloads
- observer-script.ts: add inline pre-strip in cleanLines() for
Material icon names concatenated by textContent without newlines
- observer-script.ts: apply cleanLines() to codeText extraction
- known-issues: document UTF-8 encoding and noise filter issues
2026-04-13 12:56:25 +09:00
Variet Worker
a214ab029f
docs: devlog — observer v8 verification session, V8 cache re-cleared
2026-04-13 11:02:26 +09:00
Variet Worker
f45d2d970d
fix(observer): ensure inline script injection before </body> for Electron execution + add BEACON diagnostic ping
...
- html-patcher: relocate inline script from after </html> to before </body>
- html-patcher: clean up duplicate </html> tags from previous bad insertions
- observer-script: add immediate BEACON fetch to /ping on script load
- http-bridge: add diagnostic request logging for non-polling endpoints
- devlog 003: crash recovery session notes
2026-04-12 21:30:58 +09:00
Variet Worker
353265bed8
docs: AG Native bundle reverse engineering analysis — plannerResponse/Whi renderer structure, V8 cache fix, known-issues update
2026-04-12 07:05:57 +09:00
Variet Worker
eef59e6bb2
docs: devlog entry for AG Native DOM parser v7 rewrite session
2026-04-12 06:15:47 +09:00
Variet Worker
072f83bf25
refactor(bridge): migrate gravity bridge to pure websocket gateway architecture, deleting legacy local file scanners and dependencies
2026-04-11 13:06:38 +09:00
Variet Worker
a99c283656
fix(extension): restore AI Response Content capture by patching DOM extraction, CSP connect-src, and TS regex literal serialization
2026-04-10 21:10:33 +09:00
Variet Worker
488b36f192
fix(step-probe): ensure fast AI responses and tool calls are captured by real-time block
2026-04-10 17:12:21 +09:00
Variet Worker
300338d5d3
fix(extension): bypass 10-item limit of GetAllCascadeTrajectories by utilizing GetDiagnostics
2026-04-10 16:52:12 +09:00
Variet Worker
b88e75b075
fix(bridge): eliminate discord empty embed spam by disabling DOM observer proactive pending
...
- removed PATS in observer-script.ts
- step-probe.ts now handles 100% of pending detection with full RPC payload context
- DOM observer restricted to trigger-click polling only
2026-04-10 16:12:15 +09:00
Variet Worker
2ece05fc6f
fix(extension): resolve AI response dropping for sub-5s executions by relaxing IDLE capture condition #task-607
2026-04-10 16:05:30 +09:00
Variet Worker
6bbc9ddd00
fix(extension): resolve AI response dropping by adding nested payload extraction in step-utils
2026-04-10 15:52:25 +09:00
Variet Worker
fadd39424b
fix(bridge): fix Discord signal relay false-positives and empty body logic
2026-04-10 00:12:01 +09:00
Variet Worker
22e1799d66
fix(extension): resolve Native UI icon text gluing causing DOM observer signal drop #task-603
2026-04-09 23:13:49 +09:00
Variet Worker
47c0602427
fix(extension): pin point CodeLens exclusion filter to prevent native Agent UI freezing (v0.5.22) #task-602
2026-04-09 22:32:40 +09:00
Variet Worker
75762964e3
fix(extension): adapt DOM observer to Native Agent panel and Tailwind migration (v0.5.21)
2026-04-09 21:56:29 +09:00
Variet Worker
d2023321bd
fix(extension): remove redundant SafeToAutoRun chat snapshot for Discord relay
...
* Removed writeChatSnapshot calls in step-probe.ts to prevent duplicate '⚡ 자동 실행됨' notifications since bot.py already broadcasts '🤖 자동 승인됨'.
* Docs: Update devlog and known-issues with Discord Bot cache deletion bugs and multi-workspace LS connection conflicts.
* Fixes Vikunja #593
2026-04-08 17:59:40 +09:00
Variet Worker
2eb1fbb6b7
fix(pipeline): resolve SafeToAutoRun deadlock and sync freezing (v0.5.20) ( #589 )
2026-04-08 07:30:33 +09:00
Variet Worker
13f13ee243
fix(extension): resolve 10-item limit truncation & WS zombie disconnection (v0.5.14)
2026-04-01 18:21:51 +09:00
Variet Worker
101ec20b21
fix(extension): restructure DOM observer to prevent false positive triggers (v0.5.10)
2026-03-24 18:15:05 +09:00
Variet Worker
86e5a24a75
docs(devlog): record hash and Vikunja ID for session 002
2026-03-24 14:04:04 +09:00
Variet Worker
7b6cd59801
fix(extension): support vscode native notification UI and Always Allow buttons for DOM observer ( #514 )
2026-03-24 13:58:21 +09:00
Variet Worker
f13bcc871c
fix(ext): v0.5.8 false positive zombie socket disconnect bug resolve (timestamp replace setTimeout)
2026-03-24 07:00:43 +09:00
Variet Worker
ecebec3906
fix(bridge): resolve websocket zombie connection and bounding memory leaks
2026-03-23 21:11:52 +09:00
Variet Worker
82461bc3fc
fix(extension): diff_review RPC parameter experiment — 4 format variants (A/B/C/D) + known-issues update
2026-03-16 16:59:58 +09:00
Variet Worker
9ef2c3f07c
fix(extension): diff_review steps=[] race condition — in-memory metadata cache (v0.3.13)
...
Root cause: Collector deletes pending file before Extension reads edit_step_indices.
Fix: diffReviewMetadata Map caches step indices in Extension memory.
Known issue added. Devlog entry 003.
2026-03-16 16:09:42 +09:00
Variet Worker
12a1cf8692
docs: update devlog hash
2026-03-16 14:23:38 +09:00
Variet Worker
f302984721
fix(extension): diff_review 2-strategy deploy + 8s pending delay
...
- Deploy AcknowledgeCascadeCodeEdit RPC strategy (was in source but never compiled)
- Add 8s setTimeout delay for diff_review pending (AI response arrives on Discord first)
- Capture closure variables for delayed pending creation safety
- known-issues: diff_review pending ordering fix
2026-03-16 14:22:41 +09:00
Variet Worker
d521dd5fa3
fix(extension): step_type mapping bug + diff_review handler refactor
...
- Separate read tools (file_permission) from write tools (code_edit)
- write_to_file/replace_file_content now use AcknowledgeCascadeCodeEdit RPC
- diff_review: 2-strategy approach (RPC first, openReviewChanges fallback)
- Track modified_files and edit_step_indices in diff_review pending
- known-issues: 3 new entries (pending accumulation, step_type bug, isDirty failure)
2026-03-16 13:52:02 +09:00
28975f9c4b
docs: update devlog commit hash
2026-03-15 08:19:26 +09:00
40e3cd550f
fix(bridge): 5 bug fixes for approval signal drop and Discord relay
...
- DEDUP: add conversation_id guard to prevent cross-session step_index collision
- step_probe: suppress pending when projectName=default (empty window)
- watchCommandsDir: add 3s polling fallback (fs.watch silent fail on Windows)
- auto toggle: write chat_snapshot confirmation back to Discord
- bot on_message: add message ID dedup for Gateway event replay
2026-03-15 08:18:26 +09:00
a0d46f1ff3
fix(extension): SDK LS 대소문자 매칭 버그 수정 — fixLSConnection() 추가 (멀티프로젝트 신호 누락 해결)
2026-03-10 22:51:02 +09:00
99f3f264ed
docs: devlog entries 006-007 (diff review relay, step_type passthrough, file_permission auto-detect)
2026-03-10 15:56:14 +09:00
a440868101
docs: devlog 20260310-003 — approval flow improvements summary
2026-03-10 13:42:52 +09:00
563fbadd5a
docs: devlog 20260310-002 session summary
2026-03-10 10:42:44 +09:00
98646fed27
docs: update devlog index with commit hash aab1cfb
2026-03-10 06:34:38 +09:00
aab1cfba27
fix(bridge): approval ENOENT race condition + multi-choice button grouping #task-276 #task-277
2026-03-10 06:32:20 +09:00
373c0f7ddc
fix(bridge): approval flow robustness — pending cleanup, MERGE dedup, false positive filter, auto_resolve, 30min timeout
2026-03-10 00:41:39 +09:00
520d36ea43
docs: E2E approval flow success verification #task-264 #task-255
2026-03-09 21:44:54 +09:00
08077e8afa
fix(bridge): CSP script-src 'unsafe-inline' patch for renderer v3 execution #task-264
2026-03-09 20:35:38 +09:00
da31740cc2
docs: V8 CachedData diagnosis + cache clearing for renderer v3 #task-264
2026-03-09 20:03:35 +09:00
5971a524ea
fix(bridge): workbench.html inline v3 script injection + both-HTML loop patch #task-264
2026-03-09 19:38:06 +09:00
32bf5ae416
feat(bridge): renderer v3 deep DOM traversal (iframe/webview/shadow) #task-255
...
- deepFindButtons(): traverse iframe contentDocument, webview.executeJavaScript, shadow DOMs
- dumpDOMStructure(): startup diagnostic dump of all iframes/webviews/buttons
- 3-phase trigger-click: deep DOM → webview execJS → iframe direct
- known-issues: webview iframe isolation confirmed, v3 solution documented
2026-03-09 18:06:01 +09:00
4497e966b9
feat(bridge): renderer DOM click approval + command discovery diagnostic
...
- CMD-DISCOVERY: enumerate all antigravity.* commands at activation (72) and during WAITING state (119)
- APPROVAL-CMD-CHECK: re-check commands inside tryApprovalStrategies for dynamic registration
- Confirmed: ALL 7 SDK approval commands NOT REGISTERED in current AG build
- Confirmed: sendChatActionMessage, executeCascadeAction also NOT REGISTERED
- Replaced failed keyboard simulation (Strategy 2) with renderer DOM click approach:
- Added clickTrigger variable + GET /trigger-click HTTP endpoint
- Renderer polls /trigger-click every 1s, clicks Run/Accept button via DOM
- Updated known-issues.md with comprehensive findings
- Added devlog entry 20260309-002
2026-03-09 15:09:13 +09:00
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
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