Variet Worker 7ade31e4cf fix(bridge): v16 terminal output filter + v15 stale LS auto-fix + heartbeat probe (v0.5.50) #task-619
- http-bridge v16: Block terminal OUTPUT as enriched cmd — if description has no prompt marker (> » $ #), it's stdout from code block, not an actual command. Prevents 'No extension.log found' etc. from reaching Discord.
- step-probe v15: Stale LS auto-detection — if all sessions are >5min old, periodically retry fixLSConnection(). Heartbeat probe every 10 polls to detect step changes when summary API returns frozen stepCount.
- extension.ts v15: fixLSConnection() fallback — match LS processes without --workspace_id (common after AG restart)
2026-04-16 04:58:05 +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%