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 -170, February 28, 2026

THE AI TOOLCHAIN NO. -170
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED FEBRUARY 28, 2026 · 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   # 4 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Anthropic Claude Code

Sources Release notes → v2.1.63 NOTES

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

Claude Code v2.1.63 adds HTTP hooks, /simplify & /batch slash commands, and cross-worktree config sharing.

└──▷ GET THIS VERSION
$ git clone --branch v2.1.63 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:
$ git checkout v2.1.63
└──▷ TRY IT
Opt out of claude.ai MCP servers entirely for a session — useful in air-gapped or compliance-restricted environments.
$ ENABLE_CLAUDEAI_MCP_SERVERS=false claude
  • Adds /simplify and /batch bundled slash commands.
  • Adds HTTP hooks: POST JSON to a URL and receive JSON back, as an alternative to shell command hooks.
  • Adds ENABLE_CLAUDEAI_MCP_SERVERS=false environment variable to opt out of claude.ai MCP servers.
  • Improves /model command to display the currently active model in the slash command menu.
  • Project configs and auto memory are now shared across git worktrees of the same repository.
+3 moreshow less
  • Adds manual URL paste fallback during MCP OAuth authentication when the automatic localhost redirect fails.
  • Adds 'Always copy full response' option to the /copy picker, skipping the code block picker for future /copy calls.
  • VSCode: Adds session rename and remove actions to the sessions list.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.11.0 NOTES

Qwen Code v0.11.0 adds clipboard image input, a terminal screenshot command, an /insight command, and MCP plan-mode annotations.

└──▷ GET THIS VERSION
$ git clone --branch v0.11.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.11.0
└──▷ TRY IT
Get personalized programming insights based on your session history directly from the CLI.
$ /insight
  • Adds /insight CLI command for personalized programming insights, with weighted tips to increase feature discovery.
  • Adds clipboard image support and an attachment UI to the CLI, enabling image content to be pasted directly into prompts.
  • Supports MCP readOnlyHint annotation in plan mode, allowing read-only MCP tools to run without triggering write restrictions.
  • Adds automatic backup of settings.json before any auth modification.
└──▷ BREAKING ON UPGRADE
  • !The coder-model and qwen3.5-plus model entries have been merged, and vision auto-switching has been removed — setups relying on automatic vision model switching will no longer behave as before.
  • !The environment variable GEMINI_CLI_INTEGRATION_TEST is renamed to QWEN_CODE_INTEGRATION_TEST; any CI or scripts that set the old variable must be updated.
Was this useful?
Other / Uncategorized
◆  MCP TOOLING

Composio

Sources Release notes → @composio/[email protected] NOTES

Composio CLI gains org/project switch and list commands for managing multi-tenant contexts from the terminal.

└──▷ GET THIS VERSION
$ git clone --branch @composio/[email protected] https://github.com/ComposioHQ/composio.git
# already have the repo? check out this version:
$ git checkout @composio/[email protected]
  • Adds global org switching and listing commands to the CLI, enabling practitioners to change the active organization context without leaving the terminal.
  • Adds global project switching and listing commands to the CLI, enabling quick context changes across projects in a multi-project environment.
  • Adds a toolkit version subcommand to the CLI for inspecting toolkit versions.
Was this useful?
◆  VECTOR DB RAG

LanceDB

Sources Release notes → python-v0.30.0-beta.3 2 RELEASES · 2026-02-28 NOTES STABLE

LanceDB python-v0.30.0-beta.3 adds bindings for fast_search via lance 3.0.0-rc.2 upgrade

└──▷ GET THIS VERSION
$ git clone --branch python-v0.30.0-beta.3 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:
$ git checkout python-v0.30.0-beta.3
  • Adds Python bindings for fast_search backed by an upgrade to lance 3.0.0-rc.2.
1 more release in this issue · 2026-02-28
v0.27.0-beta.3 NOTES STABLE

LanceDB v0.27.0-beta.3 adds bindings for fast_search via Lance 3.0.0-rc.2 upgrade

└──▷ GET THIS VERSION
$ git clone --branch v0.27.0-beta.3 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:
$ git checkout v0.27.0-beta.3
  • Adds bindings for fast_search backed by an upgrade to Lance 3.0.0-rc.2.
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 →