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 -187, February 11, 2026

THE AI TOOLCHAIN NO. -187
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED FEBRUARY 11, 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   # 9 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Charm Crush

Sources Release notes → v0.42.0 NOTES

Glamourous agentic coding for all

Crush v0.42.0 adds GLM 5 via z.AI and surfaces user-configured LSP servers in the UI before they start.

└──▷ GET THIS VERSION
$ git clone --branch v0.42.0 https://github.com/charmbracelet/crush.git
# already have the repo? check out this version:
$ git checkout v0.42.0
  • Adds GLM 5 model support via z.AI as a new provider option.
  • Shows user-configured LSP servers in the UI with an 'unstarted' status before they are invoked.
Was this useful?

GitHub Copilot CLI

Sources Release notes → v0.0.407 NOTES

GitHub Copilot CLI v0.0.407 adds /on-air mode, --alt-screen, --resume with UUID, /instructions, workspace-local MCP via .vscode/mcp.json, and a tools.list RPC.

└──▷ GET THIS VERSION
$ git clone --branch v0.0.407 https://github.com/github/copilot-cli.git
# already have the repo? check out this version:
$ git checkout v0.0.407
└──▷ USE IT
Configure workspace-local MCP servers so the project's agent tooling is checked in alongside the code.
json
{
  "servers": {
    "my-mcp-server": {
      "command": "npx",
      "args": ["my-mcp-package"]
    }
  }
}
  • Adds --alt-screen flag to enable experimental alternate screen buffer mode.
  • Adds --resume flag that creates new sessions with a provided UUID.
  • Adds workspace-local MCP server configuration via .vscode/mcp.json.
  • Adds tools.list RPC to query all available built-in tools at runtime.
  • Adds /on-air mode to hide model names and quota details during streaming sessions.
+18 moreshow less
  • Adds /instructions command to view and toggle custom instruction files.
  • Adds Ctrl+P shortcut to run slash commands while preserving current input (replaces Ctrl+X → /).
  • Remaps Ctrl+d to delete the character after the cursor; queuing is moved to Ctrl+q (or Ctrl+Enter).
  • Adds Tab / Shift+Tab to cycle modes forward and backward, with shell now treated as a mode.
  • Exposes session context in session.list SDK response.
  • Adds live preview of diffs and markdown in the theme picker, plus colorblind and tritanopia theme variants.
  • Adds an option to permanently approve tool permissions for a specific location.
  • Adds agent type and description display in read_agent timeline entries.
  • Windows slash flags (e.g., dir /B) are no longer misidentified as file paths.
  • MCP servers using Microsoft OAuth now configure automatically without manual client ID setup.
  • /tasks shows Recent Activity for background agents.
  • Quota exceeded errors now link directly to Copilot settings with actionable guidance.
  • Subagents fall back to the session model when the default model is blocked by policy.
  • Streaming responses automatically retry when interrupted by server errors.
  • Skill changes from /skills commands take effect immediately without restarting.
  • Ctrl+b and Ctrl+f cursor movement are now available on all platforms.
  • Terminal title works on all TTY terminals.
  • Autopilot mode now works with custom agents that specify explicit tools.
└──▷ BREAKING ON UPGRADE
  • !Ctrl+d no longer queues exit — queueing is moved to Ctrl+q (or Ctrl+Enter); Ctrl+d now deletes the character after the cursor.
Was this useful?

OpenAI Codex CLI

Sources Release notes → rust-v0.99.0 NOTES

Lightweight coding agent that runs in your terminal

Codex CLI v0.99.0 adds concurrent shell execution, new TUI controls, app-server steering APIs, and GIF/WebP image support.

└──▷ GET THIS VERSION
$ git clone --branch rust-v0.99.0 https://github.com/openai/codex.git
# already have the repo? check out this version:
$ git checkout rust-v0.99.0
└──▷ TRY IT
Customize which metadata fields appear in the TUI status line without leaving the interface.
$ /statusline
Restrict agents to specific web search modes and enforce network constraints for enterprise deployments.
ini
# requirements.toml
[requirements]
allowed_web_search_modes = ["safe"]

[network]
# network constraints defined here
  • Enables concurrent shell command execution alongside active agent turns without interruption.
  • Adds /statusline command for interactively configuring which metadata appears in the TUI footer.
  • Adds sortable resume picker with toggle between creation time and last-updated time, with an in-picker mode indicator.
  • New app-server APIs for steering active turns (turn/steer), listing experimental features, resuming agents (resume_agent), and opting out of specific notifications.
  • Enterprise requirements.toml now supports restricting allowed web search modes (allowed_web_search_modes) and defining network constraints.
+2 moreshow less
  • Image attachments now accept GIF and WebP formats in addition to previously supported types.
  • Adds shell environment and rc file snapshotting to bootstrap shell commands.
Was this useful?

SST OpenCode

Sources Release notes → v1.1.58 2 RELEASES · 2026-02-11 NOTES STABLE

The open source coding agent.

OpenCode v1.1.58 adds mode-specific input placeholders, Ctrl+C dialog dismissal, and persistent /share link access in the TUI.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.58 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.1.58
  • Adds mode-specific input placeholders in the TUI prompt for context-aware guidance depending on the active mode.
  • Enables dismissing dialogs with Ctrl+C in the TUI.
  • Keeps the /share command available after sharing so users can copy an existing share link at any time.
  • Enables notifications on child sessions in the desktop app.
1 more release in this issue · 2026-02-11
v1.1.57 NOTES STABLE

OpenCode v1.1.57 adds WSL backend mode for desktop and improves Amazon Bedrock container credential support.

└──▷ GET THIS VERSION
$ git clone --branch v1.1.57 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.1.57
  • Adds WSL backend mode for the desktop application, enabling use on Windows Subsystem for Linux.
  • Expands Amazon Bedrock authentication to include container credentials.
  • Improves /review prompt to detect behavior changes more explicitly.
  • Defaults session sidebar to auto in the TUI.
  • Adds enhanced Windows app resolution and UI loading states in the desktop app.
Was this useful?

Alibaba Qwen Code

Sources Release notes → v0.10.1 2 RELEASES · 2026-02-11 NOTES STABLE

Qwen Code v0.10.1 adds MCP tool progress updates and a new Coding Plan authentication mode with configuration management.

└──▷ GET THIS VERSION
$ git clone --branch v0.10.1 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.10.1
  • Adds Coding Plan configuration management, introducing a new authentication mode with a unified AuthDialog for Coding Plan workflows.
  • Adds MCP tool progress update support in TUI and SDK mode, surfacing real-time progress for long-running MCP tool calls.
1 more release in this issue · 2026-02-11
v0.10.0-preview.6 NOTES STABLE

Qwen Code v0.10.0-preview.6 adds MCP tool progress updates in TUI/SDK mode and a new Coding Plan authentication mode.

└──▷ GET THIS VERSION
$ git clone --branch v0.10.0-preview.6 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:
$ git checkout v0.10.0-preview.6
  • Adds MCP tool progress update support in TUI and SDK mode, surfacing real-time progress from MCP tools during execution.
  • Adds Coding Plan authentication mode with a unified AuthDialog for streamlined login flows.
Was this useful?

Zed

Sources Release notes → v0.223.3 NOTES

Zed v0.223.3 adds Agent URL-based prompting, terminal-to-Agent selections, dangerous command blocking, Azure Git, and remote file downloads.

└──▷ GET THIS VERSION
$ git clone --branch v0.223.3 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:
$ git checkout v0.223.3
└──▷ TRY IT
Pre-populate the Agent Panel with a task prompt from an external script or CI link, so teammates land directly in a scoped AI thread.
$ open 'zed://agent?prompt=Review%20the%20latest%20diff%20for%20secrets%20or%20hardcoded%20credentials'
Open every new terminal in the directory of whichever file you are currently editing, keeping context local to your working file.
json
"working_directory": "current_file_directory"
  • Opens the Agent Panel with a pre-filled prompt via zed://agent?prompt=<url_encoded_text> URL, enabling deep-links into AI-assisted workflows.
  • Adds current_file_directory as a valid value for the terminal working_directory setting ("working_directory": "current_file_directory") to open new terminals in the active file's directory.
  • Adds a settings page in the settings editor for customizing tool-call permissions per Agent tool.
  • Adds support for ACP Session Config options for agents that provide them.
  • Adds automatic blocking of known-dangerous Agent terminal commands such as rm -rf / and rm -rf ~.
+15 moreshow less
  • Adds the ability to send terminal selections directly into an Agent thread.
  • Adds multiple edit-prediction providers — GitHub Copilot Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder — configurable via the Edit Prediction menu under Configure Providers.
  • Adds Azure as a supported Git provider.
  • Adds GitLab merge request links in the git blame hover popover.
  • Adds a MultiDiffView showing all changed files in a single scrollable view.
  • Extends zed --diff to recurse into directories when given folders instead of files.
  • Adds right-click download option for files and folders stored on remote development servers.
  • Adds detection of devcontainers located in subfolders.
  • Adds configurable max height and width limits for REPL output, with large outputs scrolling and images scaling to the viewport.
  • Adds JSON output support to the REPL.
  • Adds memory-usage display per language server in the language servers menu.
  • Improves autocomplete for .zed/settings.json to surface only project-level-valid settings.
  • Changes the built-in file picker to show all hidden files by default.
  • Adds double-click support on files in the Git Panel status list to open them in the editor.
  • Adds a copy button to error message popups.
Was this useful?
◆  Local LLM Runtimes

Jan AI Jan

Sources Release notes → v0.7.7 NOTES

Jan v0.7.7 adds MLX backend for Apple Silicon, Exa MCP search, vision model prompts, and local API server improvements.

└──▷ GET THIS VERSION
$ git clone --branch v0.7.7 https://github.com/janhq/jan.git
# already have the repo? check out this version:
$ git checkout v0.7.7
  • Adds new MLX backend for running inference natively on Apple Silicon Macs.
  • Adds streamable HTTP Exa default search MCP integration.
  • Adds prompt to download the Jan VL model when vision capability is needed.
  • Adds 'delete all threads' action inside projects.
  • Implements auto-fit settings in the llama.cpp extension to automatically size models to available resources, replacing the previous model planner.
+3 moreshow less
  • Improves local API server with a revamped UI and stream transform support.
  • Revamps the overall application layout.
  • Displays embedding models in settings with visual distinction from generative models.
Was this useful?
◆  AI Agent Frameworks

OpenAI Agents SDK

Sources Release notes → v0.8.4 NOTES

OpenAI Agents SDK v0.8.4 adds ShellTool with container runtime and native skills support.

└──▷ GET THIS VERSION
$ git clone --branch v0.8.4 https://github.com/openai/openai-agents-python.git
# already have the repo? check out this version:
$ git checkout v0.8.4
└──▷ USE IT
Run an agent with a sandboxed container shell and a pinned skill reference — useful when your agent needs to execute shell commands inside an isolated, network-disabled container with a pre-built skill.
python
from agents import Agent, ShellTool

agent = Agent(
    name="Shell Agent",
    model="gpt-5.2",
    instructions="Use the available shell tool to answer user requests.",
    tools=[
        ShellTool(
            environment={
                "type": "container_auto",
                "network_policy": {"type": "disabled"},
                "skills": [
                    {
                        "type": "skill_reference",
                        "skill_id": "skill_698bbe879adc81918725cbc69dcae7960bc5613dadaed377",
                        "version": "1",
                    }
                ],
            }
        )
    ],
)
  • Adds ShellTool with environment parameter supporting type: container_auto, network_policy, and skills (via skill_reference with skill_id and version) for hosted container shell runtime with native skills support.
Was this useful?

PydanticAI

Sources Release notes → v1.58.0 NOTES

PydanticAI v1.58.0 adds report-level evaluators, multi-run aggregation, and extra_headers for Google provider

└──▷ GET THIS VERSION
$ git clone --branch v1.58.0 https://github.com/pydantic/pydantic-ai.git
# already have the repo? check out this version:
$ git checkout v1.58.0
└──▷ USE IT
Pass custom headers (e.g. for tracing or billing) when using the Google model provider.
python
from pydantic_ai.models.google import GoogleModel

model = GoogleModel('gemini-2.0-flash', extra_headers={'X-My-Trace-Id': 'abc123'})
Re-run each evaluation case multiple times and aggregate results to reduce variance in LLM scoring.
python
from pydantic_evals import Dataset

results = await dataset.evaluate(pipeline, repeat=5)
  • Adds extra_headers support to the Google model provider, enabling custom HTTP headers on requests.
  • Adds a repeat parameter to pydantic-evals for multi-run aggregation, enabling statistical analysis across repeated experiment runs.
  • Introduces report-level evaluators and experiment-wide analyses to pydantic-evals, enabling summary metrics across all cases in an evaluation run.
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 →