64f80212c3
docs(devlog): add entries 007-008 for system audit and agent rules
2026-03-15 23:28:28 +09:00
c9f44afcf1
fix(bridge): system audit + 5-file bug fix — PATS Deny trigger removal, auto_resolved chat dedup, UUID filenames, IP rate limit leak, bot.py deque
2026-03-15 23:01:20 +09:00
429cae47b7
docs: session end — known-issues + devlog + VSIX v0.3.11 deployed
2026-03-15 18:53:00 +09:00
6739f8f30c
fix(bridge): v0.3.11 approval flow architecture fix — eliminate double-fire auto-approve, strip 30+ failed RPC strategies, add project_name DEDUP guard
...
- Remove Extension-side auto-approve (was double-firing with Bot auto-approve)
- Strip failed strategies 0A-1 from tryApprovalStrategies (~150 lines)
- Keep only Strategy 0-PROTO (proto RPC) + Strategy 2 (clickTrigger)
- Add bot.py AUTO-RESOLVED logging for diagnostics
- Update known-issues with 3 new entries
- Clean deployment: v0.3.8→v0.3.10→v0.3.11
2026-03-15 17:11:38 +09:00
75289b3ec5
docs: update devlog with perf optimization entry + compiled output
2026-03-15 10:54:24 +09:00
f96203646e
fix(bridge): 4 race condition fixes for approval lifecycle
2026-03-15 10:44:31 +09:00
c910c7c386
docs: add v0.3.10 entry to devlog
2026-03-15 08:31:47 +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
Variet Worker
1f96997831
docs: devlog 2026-03-13 — Collector 성능 최적화
2026-03-13 23:21:58 +09:00
Variet Worker
1835166c5a
docs: devlog 2026-03-13 — Discord 아티팩트 알림 개선
2026-03-13 09:47:50 +09:00
Variet Worker
e5a05e3ac4
feat(bot/extension/watcher): Discord 아티팩트 알림 개선 — 파일 첨부 전송, truncation 확대, 동적 .md 감시
2026-03-13 09:46:56 +09:00
Variet Worker
9036f1cefc
docs: devlog #005 + known-issues — rate limit 구조적 수정 기록
2026-03-12 23:06:15 +09:00
Variet Worker
5cdf7777a5
docs: devlog #004 업데이트 — throttle fix 커밋 추가
2026-03-12 21:15:01 +09:00
Variet Worker
5a4ac1bf9b
docs: devlog #004 + known-issues — Collector multi-project polling bug
2026-03-12 20:54:23 +09:00
Variet Worker
71f2a269f0
docs: devlog #003 추가 — workbench.html 크로스 복원 CSS 수정 (직전 세션 기록 복구)
2026-03-12 18:09:52 +09:00
Variet Worker
bb6c03e957
docs: devlog 002 커밋 해시 업데이트
2026-03-12 17:08:00 +09:00
Variet Worker
a9feee6faa
fix(extension): workbench.html 0-byte 파괴 방지 — pre-read/pre-write 안전 가드 추가
2026-03-12 17:05:29 +09:00
Variet Worker
52c9526fdb
fix(bridge): 429 Rate Limit 무한 루프 방지 — 지수 백오프 + Collector 폴링 보호 + rate limit 완화
2026-03-12 00:50:29 +09:00
Variet Worker
3fcf4f7037
docs: 세션 종료 — AGENT.md 검증 규칙 + known-issues 3건 + devlog
...
AGENT.md:
- NEVER #8-9: 실제 E2E 테스트 없이 '구현 완료' 금지
- ALWAYS #7-8: 실행 검증 필수, '구현'과 '검증' 구분 보고
known-issues 3건:
- Collector 동기→aiohttp 전환 기록
- Extension fs.watch response 감지 누락 (미해결)
- rejectAgentStep 미등록 (미해결)
2026-03-12 00:00:30 +09:00
Variet Worker
c60d14e408
docs: devlog 2026-03-11 항목 006~009 커밋 해시 및 추가 기록
2026-03-11 20:18:36 +09:00
Variet Worker
c1303999cf
feat(bot,bridge): P1 !auto 토글 자동승인 + P2 BridgeTransport 추상화 #task-304 #task-305
...
P1: !auto 토글 (bot.py + extension.ts)
- auto_approve_projects set으로 프로젝트별 상태 관리
- !auto → on/off 토글, pending 자동 승인 + 🤖 자동 승인됨 embed
- Extension step_probe에서 autoApproveEnabled 시 직접 tryApprovalStrategies
P2: BridgeTransport 추상화 (bridge.py)
- BridgeTransport ABC + LocalTransport (기존 동작 100% 호환)
- RemoteTransport 스켈레톤 (multi-PC 대비)
- config.py BOT_MODE/REMOTE_BRIDGE_URL, main.py transport 주입
docs: usage-guide.md + tech-stack.md Python 경로 기록
2026-03-11 19:25:40 +09:00
Variet Worker
1696a2976b
fix(config,extension): BRAIN_PATH 빈문자열 버그 + 크로스프로젝트 DEDUP MERGE 수정
...
- config.py: os.getenv BRAIN_PATH 빈값 시 CWD 해석 → or 패턴으로 수정
- extension.ts: writePendingApproval DEDUP에 project_name 가드 3곳 추가
- extension.ts: HTTP /pending file_permission dedup에도 project_name 가드
- known-issues: 2건 추가 (BRAIN_PATH, DEDUP MERGE)
- devlog: 2026-03-11 생성
2026-03-11 09:36:55 +09:00
Variet Worker
71aa80d144
fix(extension): v0.3.9 — SDK JS 파일 VSIX 포함 수정 + start_bot.bat conda Python 우선
2026-03-11 00:01:26 +09:00
a0d46f1ff3
fix(extension): SDK LS 대소문자 매칭 버그 수정 — fixLSConnection() 추가 (멀티프로젝트 신호 누락 해결)
2026-03-10 22:51:02 +09:00
4d780ec5e7
docs: devlog 013 + known-issues (Reload Window stale session, RUNNING 우선 선택, IDLE 채널)
2026-03-10 22:21:32 +09:00
5a3217d31a
fix(extension): 크로스 프로젝트 response watcher 우회 수정 + file_permission write 도구 3-button 매핑
...
- response watcher: pending 삭제 후 response data의 project_name으로 fallback 필터
- processResponseFile: sessionId를 pending에서 우선 사용 (activeSessionId 대신)
- logToFile: [projectName] 접두사 추가 (공유 로그 구분)
- file_permission 리스트에 replace_file_content, write_to_file, multi_replace_file_content 추가
- UserResponse에 project_name 필드 추가 + bot.py 4곳 전파
- known-issues: 2건 추가, devlog 012
2026-03-10 21:02:06 +09:00
08c5cb461b
docs: devlog 011 + known-issues (workspace URI 세션 격리)
2026-03-10 19:33:39 +09:00
c9524fc8a8
fix(extension): v0.3.7 — file_permission 3-button 주입 + active_project.lock 제거
...
- writePendingApproval()에서 step_type=file_permission일 때 자동 3-button 주입
- active_project.lock 메커니즘 제거 (멀티 프로젝트 동시 사용 지원)
- step_probe auto-resolve에 project_name 필터 추가
- known-issues 2건 추가
2026-03-10 18:48:51 +09:00
11a4730873
docs: devlog 008-009 (project lock, stale reject, v0.3.6 release)
2026-03-10 17:50:00 +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
8a6428efa8
docs: devlog 004-005 entries (auto_resolved sync + #253 relay)
2026-03-10 14:10:23 +09:00
93439d2f1c
docs: devlog index 002+003, known-issues update (verbosity + file_permission), Vikunja #276 #277 done
2026-03-10 13:46:43 +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
7fdefb0c63
docs: update devlog index with commit hash 4ba65f9
2026-03-09 23:26:39 +09:00
4ba65f9fc7
feat(bridge): Retry/Dismiss/Reject-all button detection + agent_guide workflow integration #task-274
2026-03-09 23:26:04 +09:00
7a387630dc
docs: update devlog index with commit hash 18b3734
2026-03-09 22:37:36 +09:00
18b3734c02
fix(bridge): approval flow tuning — dedup + text cleanup + stall fallback removal + safe reject #task-256
2026-03-09 22:31:44 +09:00
520d36ea43
docs: E2E approval flow success verification #task-264 #task-255
2026-03-09 21:44:54 +09:00
bf0e046cbb
docs: update devlog index with commit hash 08077e8
2026-03-09 20:59:47 +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
62306d3cf1
docs: update devlog index with commit hash a07d9d3
2026-03-09 18:25:04 +09:00
a07d9d3803
feat(bridge): deep-inspect HTTP endpoint + recursive DOM inspector #task-264
2026-03-09 18:24:41 +09:00
dddbd2b96f
docs: update devlog index with commit hash 32bf5ae
2026-03-09 18:07:01 +09:00