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 -066, June 14, 2026

THE AI TOOLCHAIN NO. -066
Tail
THE DAILY RELEASE FIREHOSE
PUBLISHED JUNE 14, 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   # 3 tools matched
AI & LLM Tooling
◆  AI Coding Agents

Charm Crush

Sources Release notes → v0.77.0 NOTES

Glamourous agentic coding for all

Crush v0.77.0 adds user-level global context files and named hooks for easier hook management.

└──▷ GET THIS VERSION
$ git clone --branch v0.77.0 https://github.com/charmbracelet/crush.git
# already have the repo? check out this version:
$ git checkout v0.77.0
└──▷ USE IT
Name a pre-tool-use hook so it's easy to identify in the CLI when multiple hooks are configured.
json
# In your Crush config (e.g. crush.jsonc):
{
  "hooks": {
    "PreToolUse": [
      {
        "name": "Mr. Hot Hook",
        "matcher": "bash",
        "command": "./hooks/my-hot-hook.sh"
      }
    ]
  }
}
  • Supports user-level global context files (~/.config/AGENTS.md or ~/.config/crush/CRUSH.md) loaded automatically on session start.
  • Adds a name field to hook definitions, making individual hooks identifiable in the CLI.
Was this useful?

SST OpenCode

Sources Release notes → v1.17.7 NOTES

The open source coding agent.

OpenCode v1.17.7 lets MCP servers receive the current workspace as a client root and refreshes SDK model availability on integration changes.

└──▷ GET THIS VERSION
$ git clone --branch v1.17.7 https://github.com/sst/opencode.git
# already have the repo? check out this version:
$ git checkout v1.17.7
  • MCP servers can now receive the current workspace as a client root, enabling workspace-aware MCP integrations.
  • SDK clients now refresh model and provider availability automatically when integrations change.
  • SDK credential update and remove calls now accept a location parameter.
Was this useful?
◆  Local LLM Runtimes

llama.cpp

Sources Release notes → b9637 NOTES

llama.cpp b9637 adds a dedicated chat parser for the Cohere2MoE (North Code) model.

└──▷ GET THIS VERSION
$ git clone --branch b9637 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:
$ git checkout b9637
  • Adds a dedicated Cohere2MoE (North Code) chat template parser for correct prompt formatting with that model family.
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 →