Nikketryhard
134126358f
fix: cross-platform support + auto token from state.vscdb
...
- User-Agent now matches actual OS (macOS/Windows/Linux)
- grep -oP replaced with grep -oE for macOS BSD compat
- Port-killer gated with cfg(unix)/cfg(windows)
- zg binary: macOS uses launchctl, Windows uses schtasks
- Data dir mismatch fixed in mitm-redirect.sh
- Windows setup-windows.ps1 ProjectDir fixed
- README: token path, prerequisites updated
- setup-linux.sh: pre-flight dependency checks
- OAuth token auto-read from Antigravity state.vscdb
- Version bump to 1.0.1
2026-02-18 04:09:41 -06:00
Nikketryhard
efdb98e6f0
docs: Relocate the authentication section and refine token acquisition instructions in the README.
2026-02-18 03:50:29 -06:00
Nikketryhard
132f8fb3e6
docs: add "How It Works" section and update early stage warning with tool call stability note
2026-02-18 03:48:09 -06:00
Nikketryhard
7577e28229
docs: add project status update and correct GitHub username in README.
2026-02-18 03:31:11 -06:00
Louie
f05f2057ff
Update README to reflect AI terminology
2026-02-18 03:25:29 -06:00
Nikketryhard
633813eea0
docs: Add agent-focused setup instructions and project explanation to the README.
2026-02-18 03:02:00 -06:00
Nikketryhard
29bcee350c
docs: Improve token retrieval instructions and add details about OAuth token expiration and refresh.
2026-02-18 02:55:29 -06:00
Nikketryhard
ad0aa1556c
feat: Add LICENSE file and refactor MITM response handling and tracing.
2026-02-18 02:43:05 -06:00
Nikketryhard
c0c12de83c
feat: Add gemini-3-pro-low model, refine Gemini model aliases, and include a token acquisition guide in the README.
2026-02-18 02:40:27 -06:00
Nikketryhard
38f797c0f2
docs: reorder introductory text, update Rust badge style, and clarify WIP status in README.
2026-02-18 02:35:48 -06:00
Nikketryhard
918d8f73f2
chore: bump version to v1.0.0 and update README with shields, models, and setup guides
2026-02-18 02:32:56 -06:00
Nikketryhard
9ae6fa6eaf
docs: improve README presentation by centering text and updating mermaid diagram colors.
2026-02-18 02:29:46 -06:00
Nikketryhard
f9fa9c6f22
docs: add project logo to README and adjust table formatting.
2026-02-18 02:28:04 -06:00
Nikketryhard
7136c0e53c
docs: mark /v1/search as WIP in endpoint tables
2026-02-18 02:00:57 -06:00
Nikketryhard
1a5075dd20
refactor: remove /v1/gemini endpoint, replaced by /v1beta routes
...
- Delete handle_gemini handler (identical to handle_gemini_v1beta)
- Remove /v1/gemini route from router
- Update root handler service name to zerogravity
- Clean all doc references
2026-02-18 01:59:22 -06:00
Nikketryhard
59ed872ed3
chore: fix remaining Antigravity Proxy refs, add systemd unit
...
- Rename CA org to ZeroGravity
- Fix lib.rs docstring
- Fix mitm-redirect.sh comment
- Fix README title
2026-02-18 01:56:43 -06:00
Nikketryhard
00587fcce8
feat: rebrand to ZeroGravity, replace proxyctl with zg Rust binary
...
Phase 1 - Rename:
- Crate: antigravity-proxy -> zerogravity
- Env: ANTIGRAVITY_OAUTH_TOKEN -> ZEROGRAVITY_TOKEN
- Paths: ~/.config/antigravity-proxy -> ~/.config/zerogravity
- Paths: /tmp/antigravity-* -> /tmp/zerogravity-*
- User: antigravity-ls -> zerogravity-ls
- Service: antigravity-proxy -> zerogravity
Phase 2 - zg daemon manager:
- New Rust binary src/bin/zg.rs replaces scripts/proxyctl bash
- Commands: start, stop, restart, rebuild, status, logs, test, health
- Auto-resolves project dir from binary location
- All commands exit immediately (safe for agent fast-bash)
2026-02-18 01:54:54 -06:00
Nikketryhard
409ee97405
fix: replace \\n with <br/> in mermaid node labels
2026-02-18 01:35:12 -06:00
Nikketryhard
3d87c04d20
docs: overhaul docs, add architecture and traces, update README/GEMINI
...
- Add docs/architecture.md with 4 mermaid diagrams
- Add docs/mitm.md with 3 mermaid diagrams (replaces mitm-interception-status)
- Add docs/traces.md documenting per-call trace system
- Rewrite README.md to be concise with mermaid and doc refs
- Rewrite GEMINI.md for core philosophy and agent usage
- Clean extension-server-analysis.md (remove stale debug sections)
- Delete temp docs: standalone-ls-todo, panel-stream-investigation,
endpoint-gap-analysis, request-comparison
2026-02-18 01:31:18 -06:00
Nikketryhard
4e4d8e9474
chore: code cleanup and documentation overhaul
...
- Remove debug header dump from MITM proxy (was temp debugging code)
- Suppress dead_code warnings for intentional OpenAI compat fields
- Rewrite README with styled mermaid architecture diagrams, full
feature listing, usage examples, and CLI reference
- Update endpoint-gap-analysis: images implemented, audio only stretch
- Update mitm-interception-status: add request modification and error
capture components
- Update standalone-ls-todo: add new endpoints to test results
- Zero compiler warnings
2026-02-15 18:27:53 -06:00
Nikketryhard
6842bfeaa5
chore: clean up code — remove dead code, stale allows, eprintln→tracing, remove volatile data from docs
2026-02-14 16:11:34 -06:00
Nikketryhard
c57eab4995
chore: remove volatile project structure from README
2026-02-14 02:25:05 -06:00
Nikketryhard
d5e7f09225
feat: initial commit — antigravity proxy with MITM, standalone LS, and snapshot tooling
2026-02-14 02:24:35 -06:00