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.
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 Sonnet 5 is now the default model in Claude Code, with a 1M-token context window and promotional pricing through August 31.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.197 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.197
›Switches default model to Claude Sonnet 5, featuring a native 1M-token context window for working across massive codebases in a single session.
›Introduces promotional pricing of $2/$10 per million input/output tokens through August 31, 2025.
Copilot CLI v1.0.66 adds Claude Opus 4.8 Fast, /chronicle skills review, persisted dynamic retrieval, desktop notifications, and major /pr auto and /worktree upgrades.
└──▷ GET THIS VERSION
$ git clone --branch v1.0.66 https://github.com/github/copilot-cli.git
# already have the repo? check out this version:$ git checkout v1.0.66
└──▷ TRY IT
Start a worktree with a task description to auto-name the branch and run the task as the first prompt — useful for spinning up focused, isolated work from a single command.
$ /worktree fix the login redirect
›Adds --allow-all-mcp-server-instructions flag to optionally include instructions from all MCP servers in system prompts.
›Adds --dynamic-retrieval skills=<on|off> flag and persisted dynamicRetrieval setting to enable or disable embeddings-based retrieval of skills.
›Adds --config-dir flag (alongside COPILOT_HOME env var) that stops loading skills from ~/.agents/skills.
›Adds /chronicle skills review subcommand for reviewing proposed draft skill changes with options to accept, reject, or defer each draft.
›Adds sessionLimits option key to control session limits, which now apply across the current conversation and reset on /clear.
+39 moreshow less
›Adds toggle to enable or disable individual MCP servers from the MCP list view in the CLI.
›Adds read_agent support for since_turn: 0 to correctly return all turns including turn 0.
›Adds /lsp logs command and read_agent integration to view LSP server logs.
›Adds --yolo session flag behavior: auto-accepts opt-in MCP consent prompts while still showing system permission prompts.
›Adds /rename command support in remote-hosted (cloud and relay) sessions.
›Supports Claude Opus 4.8 Fast as a new model option (deprecates Claude Opus 4.6 Fast).
›MCP add/edit form now accepts HTTP-style Key: value headers for server configuration.
›Adds @ file and # GitHub ref completions in relay sessions.
›Adds experimental response limits controls to CLI settings.
›Enables /pr auto to run a self-paced loop that fixes one issue per run and paces around CI to drive PRs to green; /pr automerge continues until the PR is merged; manageable via /loop or /every.
›Pass a task string to /worktree (e.g. /worktree fix the login redirect) to name the branch from the task and run it as the first prompt in the new worktree.
›With no argument, /worktree now names the branch from uncommitted changes and recent conversation using your active model.
›/worktree preserves branch names exactly as typed (e.g. feature/JIRA-123) instead of flattening to a slug.
›Adds /share improvements to manage synced session visibility using Mission Control links.
›Shows desktop notifications on macOS from the CLI, including for attention prompts and idle sessions.
›Shows merge status for each pull request in the Pull Requests tab with on-demand refresh via r.
›Configures subagent concurrency and depth limits in /settings (available to usage-based billing users).
›Consolidates color palette settings under /settings theme.
›Lets integrations read and write CLI user settings.
›Lets custom agents set reasoning effort in their definitions.
›Shows quota snapshots for WebSocket Responses requests in the timeline.
›Shows submit times next to user prompts in the timeline.
›Expands @-style imports in AGENTS.md, CLAUDE.md, and Copilot instruction files.
›Prompts to install gh CLI when it is missing in GitHub repositories.
›Adds GitHub attachment variants to prompt rendering.
›Adds (sandboxed) badge on compact Search timeline entries and shows sandbox-bypass warnings labeling bypassed commands.
›Renders the timeline as a compact highlight reel with single-line tool and reasoning rows for all users.
›Shows the current pull request link as a status-line item.
›Shows the active agent mode in the working footer text.
›Shows accurate Anthropic reasoning token counts in the timeline.
›Lets grep and glob retry blocked searches after sandbox approval.
›Git commands work in sandboxed linked worktrees.
›Allows skills with the same name from different plugins to coexist.
›Inline hook settings now handle nested Claude-style hook groups.
›MCP OAuth-authenticated remote servers recover automatically after mid-session token expiry, triggering non-interactive reconnect on 401.
›BYOK sessions using Anthropic models no longer hit HTTP 400 errors from adaptive-thinking mismatches.
›Performs tokenizer warmup in parallel on a background thread for improved startup performance.
›Filters non-JSON stdout lines from MCP servers during startup.
└──▷ BREAKING ON UPGRADE
!COPILOT_HOME and --config-dir no longer load skills from ~/.agents/skills.
LocalAI v4.5.6 adds native GGML voice/face-detect backends, semantic VAD EOU token for realtime, and distributed shared-model staging control via LOCALAI_DISTRIBUTED_SHARED_MODELS.
└──▷ GET THIS VERSION
$ git clone --branch v4.5.6 https://github.com/mudler/LocalAI.git
# already have the repo? check out this version:$ git checkout v4.5.6
›Adds LOCALAI_DISTRIBUTED_SHARED_MODELS environment variable to skip model staging on shared volumes in distributed deployments.
›Adds native voice-detect and face-detect GGML backends, replacing the previous Python insightface/speaker-recognition dependencies.
›Adds a Semantic VAD end-of-utterance (EOU) token to the realtime API.
›Introduces a SyncedMap component in distributed mode and migrates finetune, quantization, and agent-task state to cross-replica synchronisation.
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
Gemma 4 on Apple Silicon now generates tokens ~90% faster via automatic multi-token prediction (MTP) — no config needed.
└──▷ GET THIS VERSION
$ git clone --branch v0.31.1 https://github.com/ollama/ollama.git
# already have the repo? check out this version:$ git checkout v0.31.1
›Enables multi-token prediction (MTP) for Gemma 4 on Apple Silicon, delivering ~90% faster token generation on average with no configuration or output changes.
OpenClaw v2026.6.11 adds per-contact model assignment, Mattermost /oc_queue slash command, and QQBot slash-command scoping controls.
└──▷ GET THIS VERSION
$ git clone --branch v2026.6.11 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:$ git checkout v2026.6.11
└──▷ TRY IT
Tune active-run queue behaviour (mode, debounce, cap, drop handling) without leaving Mattermost.
$ /oc_queue
›Supports assigning different models to individual direct-message contacts across supported chat channels, while existing group and wildcard model choices continue to work.
›Adds /oc_queue native slash command for Mattermost operators to tune active-run queuing mode, debounce timing, cap, and drop handling directly in Mattermost.
›Enables QQBot group admins to control how broadly slash commands are available, with private-only commands directing users to a private chat instead of being exposed or silently ignored in groups.
›Mattermost thread participation now persists across gateway restarts without requiring users to re-mention the bot, surviving up to seven days of thread idle time.
Arize Phoenix client 2.11.0 adds an annotation summary view to project settings.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-client-v2.11.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-client-v2.11.0
›Adds an annotation summary panel to project settings in the UI.
Phoenix v17.14.0 adds an annotation summary view to project settings in the UI.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v17.14.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v17.14.0
›Adds an annotation summary panel to the project settings page in the UI.
Phoenix 17.13.0 adds a TUI for the pxi CLI, a pytest plugin for eval CI, and simplified pydantic-ai turn output instrumentation.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v17.13.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v17.13.0
›Adds pxi tui subcommand — an interactive terminal UI for the Phoenix CLI (pxi).
›Adds a pytest plugin in phoenix-client for running LLM evals inside CI pipelines.
›Simplifies turn output instrumentation for pydantic-ai integrations.
LanceDB python-v0.34.0-beta.5 adds OAuth connection config, Polars DataFrame integration, and monotonic reads via watermark header.
└──▷ GET THIS VERSION
$ git clone --branch python-v0.34.0-beta.5 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout python-v0.34.0-beta.5
›Adds monotonic reads for remote tables via the x-lancedb-min-read-version watermark header, ensuring read-your-writes consistency in distributed scenarios.
›Exposes OAuth connection configuration for remote connections in both the Python and Node clients.
›Adds Polars DataFrame integration, enabling direct use of Polars DataFrames with LanceDB tables.
›Adds improved branch-handling capabilities to the LanceDB skill set for working with table branches.
$ git clone --branch v0.31.0-beta.5 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout v0.31.0-beta.5
›Adds monotonic reads for remote tables via the x-lancedb-min-read-version watermark header, ensuring consistent read ordering across distributed access.
›Exposes OAuth connection configuration for remote connections in both the Python and Node clients.
›Adds Polars DataFrame integration, enabling direct use of Polars DataFrames as an input/output format.
›Adds a skill to work with branches more effectively in LanceDB's agent/skill system.