CD 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

Gravity Control — Antigravity Discord Bridge

Antigravity IDE의 에이전트 활동을 Discord로 실시간 중계하는 브리지 시스템.

개요

  • Watcher: ~/.gemini/antigravity/brain/ 디렉토리 감시
  • Parser: task.md, implementation_plan.md 등을 Discord 텍스트로 변환
  • Discord Bot: 세션별 채널 자동 생성, 상태 embed, 텍스트 중계

설치

pip install -r requirements.txt
cp .env.example .env
# .env 파일에 DISCORD_TOKEN 설정

실행

python main.py

프로젝트 관리

Description
No description provided
Readme 15 MiB
Languages
TypeScript 55.6%
JavaScript 25.5%
Python 17.1%
HTML 1.8%