Skip to content

v0.6.9 — Local NotebookLM, model control & media-ready

Choose a tag to compare

@MarcosNahuel MarcosNahuel released this 19 Jun 18:04
· 9 commits to main since this release

The agy bridge for Claude Code — drive Google Antigravity (agy / Gemini 3.x) from inside Claude Code. 13 slash commands, no Node runtime.

🗒️ Flagship: a local NotebookLM

/agy:notebook <folder> | <objective> reads a whole folder of documents (PDFs, scans, images, docx) and writes a per-document summary, a relevance INDEX.md, a cited RESUMEN_MAESTRO.md, a TIMELINE.md and an ENTIDADES.md. Then /agy:notebook-ask answers questions over them with citations — locally, offloading all the reading to Gemini so it barely touches Claude's context.

New since 0.6.3

  • /agy:notebook (+ notebook-ask): local NotebookLM with incremental cache, automatic model routing (Flash sweep → Pro synthesis), one-page-doc grouping, and auto-chunking of huge scanned PDFs.
  • /agy:model: switch the agy model reliably by writing settings.json (the --model flag is unreliable).
  • /agy:setup: no more false "re-login" alarms.

Install

```
/plugin marketplace add MarcosNahuel/antigravity-plugin-cc
/plugin install antigravity@marcosnahuel-antigravity
/agy:setup
```
Requires the agy CLI installed + a Google/Antigravity sign-in. MIT.