Heads up This site is currently under heavy development.
Subscribe Get it delivered — the daily firehose, filtered to the tools you run, plus the documentation changes vendors never announce. Compare plans →

The AI Toolchain — issue -307, October 14, 2025

THE AI TOOLCHAIN NO. -307
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED OCTOBER 14, 2025 · EVERY WEEKDAY
EDITIONS tail grep head diff uniq

The daily firehose — everything the toolchain shipped today, already filtered.

// HOW THIS ISSUE IS MADE

We read every release from the 174 tools on our watchlist at the source — GitHub and GitLab release notes, vendor release pages and changelogs, project blogs and feeds, vendor press releases, and the source code behind the tag. Bug-fix-only releases and non-product newsroom noise are dropped; what's left is summarized down to the new capability, how to try it, and any screenshots or videos the release itself published. Every entry links to the sources it was built from.

VIEW
ISSUE VIEW full issue
Do you prefer this view?
$ tct list   # 5 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Block Goose

Sources Release notes → v1.10.0 NOTES

an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM

Goose v1.10.0 adds prompt injection detection UI, GOOSE_DEBUG support, custom lead/worker models, AWS Bearer Token auth, and more.

└──▷ GET THIS VERSION
$ git clone --branch v1.10.0 https://github.com/block/goose.git
# already have the repo? check out this version:
$ git checkout v1.10.0
└──▷ TRY IT
Enable verbose debug output when troubleshooting CLI sessions or extension behavior.
$ GOOSE_DEBUG=1 goose session start
List only the most recent sessions under a specific path to audit or resume recent work.
$ goose session list --path /projects/myapp --limit 10
Open a saved recipe directly in the Goose desktop app from the CLI.
$ goose recipe open <path>
  • Adds prompt injection detection settings UI with updated logging for security-aware deployments.
  • New GOOSE_DEBUG environment variable for CLI debug output.
  • Adds path and limit flags to the session list subcommand for filtering session history.
  • New subcommand for opening recipes directly in the desktop app.
  • Supports setting custom models for lead and worker agents in multi-model workflows.
+22 moreshow less
  • Adds grok-code-fast-1 model support for the xAI provider.
  • Adds claude-sonnet-4-5 model support.
  • Enables AWS Bearer Token (AWS_BEARER_TOKEN_BEDROCK) authentication for Bedrock runtime.
  • Parses and respects retryDelay from Google API RateLimitExceeded errors for smarter rate-limit handling.
  • Adds elapsed time display to CLI session output.
  • Lazy infinite scroller for session history view improves navigation of large session lists.
  • Supports headers in extension deeplinks.
  • Allows empty API key when registering a custom provider.
  • Shell errors thrown on interactive commands to surface blocked interactions explicitly.
  • AgentManager foundation enables unified subagent execution and concurrent session creation.
  • Persists dynamic extension config so recipe sessions with extensions can be resumed.
  • Displays extension install notes in the 'Add custom extension' form.
  • Adds dev and alpha environment indicator in the UI.
  • Using --resume with --name now also accepts session IDs.
  • CLI now returns a non-zero exit code when a session ends with an error.
  • Goose can now tell the system what shell it is using.
  • New Code Documentation Migrator, Smart Meeting Assistant, Code Review Mentor, Smart Task Organizer, advanced data analysis pipeline, advanced software project generator, Messy Column Fixer, and OpenMetadata recipes added to the prompt/recipe library.
  • New multi-channel researcher and content amplification prompts added to the prompt library.
  • New analyze tool hint for focus mode when used on file paths.
  • Screen access capability added (feat: Use the screen, goose).
  • CLI web auth token support added.
  • Session manager added for improved session lifecycle management.
Was this useful?

SST OpenCode

Sources Release notes → v0.15.3 NOTES

The open source coding agent.

OpenCode v0.15.3 adds session targeting for attach and a new Slack/Bolt integration package.

└──▷ GET THIS VERSION
$ git clone --branch v0.15.3 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v0.15.3
└──▷ TRY IT
Connect to a specific existing session by name instead of the default session.
$ opencode attach --session <session-id>
  • Adds session option to the attach command, enabling connection to a specific named session.
  • New Slack integration package with Bolt framework support for building OpenCode-powered Slack bots.
  • Exports trimDiff function from the edit tool, making it available as part of the public API.
Was this useful?

Google gemini-cli

Sources Release notes → v0.10.0-nightly.20251014.0a3e492e NOTES

An open-source AI agent that brings the power of Gemini directly into your terminal.

gemini-cli v0.10.0-nightly adds a code guide command, Alt+key combos, shell approval rework, and screen reader notifications.

└──▷ GET THIS VERSION
$ git clone --branch v0.10.0-nightly.20251014.0a3e492e https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:
$ git checkout v0.10.0-nightly.20251014.0a3e492e
  • Adds a code guide command for codebase guidance workflows.
  • Supports Alt+key keyboard combinations in the interactive UI.
  • Reworks shell command approval flow for improved usability.
  • Shows notifications in screen reader mode for accessibility.
  • Enables useSmartEdit by default for smarter in-place edits.
+3 moreshow less
  • Exposes Codebase Investigator settings to users via the settings dialog.
  • Adds flicker detection and metrics to the UI.
  • Optimizes Windows IDE process detection from O(N) to O(1) lookup.
Was this useful?
◆  AI Agent Frameworks

browser-use

Sources Release notes → 0.8.1 NOTES

browser-use 0.8.1 adds visual click highlights and Oracle OCI Generative AI model integration.

└──▷ GET THIS VERSION
$ git clone --branch 0.8.1 https://github.com/browser-use/browser-use.git
# already have the repo? check out this version:
$ git checkout 0.8.1
  • Integrates Oracle OCI Generative AI models as a supported LLM backend.
  • Adds browser-side visual highlights showing where the agent clicked during automation sessions.
  • Removes the default LLM fallback behavior, making model selection explicit.
└──▷ BREAKING ON UPGRADE
  • !The default LLM fallback is removed; agents that relied on automatic fallback to a default model will now require an explicit model to be configured.
Was this useful?
Other / Uncategorized
◆  VECTOR DB RAG

LanceDB

Sources Release notes → python-v0.25.3-beta.0 2 RELEASES · 2025-10-14 NOTES STABLE

LanceDB python-v0.25.3-beta.0 adds IVF_RQ index type and a permutation-views utility.

└──▷ GET THIS VERSION
$ git clone --branch python-v0.25.3-beta.0 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:
$ git checkout python-v0.25.3-beta.0
  • Adds IVF_RQ as a new index type for vector indexing.
  • Adds a utility for creating 'permutation views' over datasets.
1 more release in this issue · 2025-10-14
v0.22.3-beta.0 NOTES STABLE

LanceDB v0.22.3-beta.0 adds IVF_RQ index type and a permutation-views utility.

└──▷ GET THIS VERSION
$ git clone --branch v0.22.3-beta.0 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:
$ git checkout v0.22.3-beta.0
  • Adds IVF_RQ index type for vector indexing.
  • Adds a utility for creating 'permutation views' over data.
Was this useful?
my-toolchain — 0 tools
paste an install list to detect your tools

A brew list, a Brewfile, requirements.txt, a Dockerfile — or just the product names, free-form. Nothing leaves your browser.

    browse all tools →