What to do

  1. Run agnostic-ai sync once, then check git status. Both path fixes and the .gitignore change only take effect on a full sync.
  2. Decide what to do about .claude/agent-memory/, which now appears in git status instead of being hidden. Commit it or ignore it yourself. If agent-memory-local/ was already tracked, run git rm -r --cached .claude/agent-memory-local.
  3. If you set outputs.claude.dir, expect rules and commands to move under it and the old copies to be swept. Add rules-mode: import if Claude Code should still load the moved rules.
  4. Update Gemini CLI, Codex CLI, and Cline. All three shipped sandbox or process-execution fixes this week, covered below.

Nothing else in this release needs action.

Shipped in agnostic-ai v0.60.0

Added

  • agnostic-ai init --demo seeds a memory-curator skill for Claude Code and Qoder, which audits an agent memory store and proposes merges and deletions, applying nothing until you confirm (#842, #843).

Fixed

  • The managed .gitignore block ignores Claude Code's machine-local agent-memory-local/ instead of the shareable agent-memory/, so a hidden agent-memory/ reappears in git status (#841).
  • A nested outputs.<target>.dir such as vendor/.claude no longer ignores that whole directory in the managed .gitignore block (#846).
  • outputs.claude.dir now moves rules, commands, and the {{rules_dir}} path variables with the rest of the tool directory (#849).
  • import crush no longer writes a hook spec outside the hooks directory when a hook is named ../escape (#831).

Site and docs

Website and documentation work, kept separate from the tool. Nothing here changes what agnostic-ai sync writes.

  • Search across every guide, target page, and update, on Cmd/Ctrl+K or /.
  • The targets reference is one page per target at /docs/targets/<id>/, with the capability matrix on the index and old deep links redirecting.
  • The spec format, CLI, and configuration references are half their former length, and agent memory and the memory boundary are documented.
  • The landing page states the four principles, answers "why not just symlink one file?", and plays the talk demo behind a click-to-play poster.
  • Layout fixes: a readable measure, no sideways scroll from long inline code, 32px tap targets, the full sitemap, and search against a local zola serve.

Upstream CLI and model news

Each item was opened on its primary vendor page on 2026-09-18. Upstream availability is not agnostic-ai support, so each line ends with its state here.

  • Gemini API, Antigravity agent model (2026-09-17): antigravity-preview-09-2026 switches tool-call parameters to PascalCase and file edits to line-range replacements, and the older model shuts down on 2026-10-05. This is the agent model behind the API, not the editor configuration the Antigravity target writes. State: watch. Gemini API changelog
  • Cline v4.1.19 (2026-09-17): the default model changes for 44 providers, most landing on DeepSeek V4.1 Flash, and Cline Pass now defaults to a subscription model rather than a free one. The Cline target models no default-model field, so a spec cannot pin this for you. State: watch. Cline v4.1.19
  • Goose v1.51.0 and Kilo Code v7.7.3 (2026-09-17): Goose removes CLI planning mode and recipe auto-generation, the second to stop "inline environment values, HTTP headers, credential-bearing URLs" reaching a generated YAML; manual recipes are untouched. Kilo removes KiloClaw and the /local-review aliases, so use /review with its scopes. State: watch. Goose v1.51.0, block/goose#11942, Kilo Code v7.7.3
  • Security updates worth taking now: Gemini CLI v0.60.0 (2026-09-15) isolates its macOS Seatbelt and container sandboxes, hardens extension path resolution, removes a hardcoded Google CrUX API key, and enforces ownership checks on system-wide config. Codex CLI rust-v0.155.0 (2026-09-17) blocks Windows-process escapes from restricted WSL sandboxes. Cline v4.1.19 stops a planted rg.exe, git.exe, or powershell.exe in a repository running in place of the real program. None is a surface agnostic-ai writes. State: watch. Gemini CLI, Codex, Cline
  • New provider and model options (2026-09-16 and 2026-09-17): Amazon Bedrock can obtain AWS credentials from configured commands in Codex, and a [model_providers.*] block carrying that round-trips through the Codex overlay; OpenHands v1.19.0 adds GPT-6 Astra, and its agent file takes model as a free-form string. Both work today with no adapter change. State: supported. Codex, OpenHands v1.19.0