6d605d8879a9366028aa3d64fe8ab30860f09e14
Observer: \\\\s (4-backslash) → \\s (2-backslash) in template literal regex - Per known-issues rule: regex literals need 2-backslash for \s, \d etc. - Old: literal \\s matched, new: whitespace class matched correctly http-bridge: /^[\s\\\/]*[\w_.-]+\s*[>»$#]\s*$/ → /^.*[>»$#]\s*$/ - Old pattern failed on ellipsis '…' prefix (U+2026 not in charset) - Terminal prompt '…\\gravity_control >' was passing through as cmd - New pattern: any text ending with prompt marker is skipped
fix(observer/bridge): PROMPT_ONLY_RE — regex escaping + ellipsis prefix handling (v0.5.45) #task-619
fix(observer/bridge): PROMPT_ONLY_RE — regex escaping + ellipsis prefix handling (v0.5.45) #task-619
fix(bridge): resolve missing Discord embed bodies by extracting detailed RPC payload from step_probe
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
Languages
TypeScript
55.6%
JavaScript
25.5%
Python
17.1%
HTML
1.8%