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.
Agno v2.4.8 adds CEL expression support for serializable workflow steps, a Neosantara LLM provider, and a visual Studio editor for AgentOS.
└──▷ GET THIS VERSION
$ git clone --branch v2.4.8 https://github.com/agno-agi/agno.git
# already have the repo? check out this version:$ git checkout v2.4.8
└──▷ USE IT
Target the Neosantara Indonesian LLM gateway in an Agno agent without changing the rest of your OpenAI-compatible workflow.
python
from agno.agent import Agent
from agno.models.neosantara import Neosantara
agent = Agent(model=Neosantara(id="<model-id>"))
agent.print_response("Halo, apa kabar?")
›Adds CEL (Common Expression Language) expression support as evaluators in Condition, Loop, and Router workflow steps, making steps fully serializable as strings.
›Adds step_choices support in the Router step's selector function, enabling the router to return a group of steps as a single choice.
›Adds Neosantara as a new model provider — an Indonesian LLM gateway with an OpenAI-compatible API.
›Adds shebang parsing and Windows command building to Skills for cross-platform script execution.
›Introduces Studio: a visual drag-and-drop editor in AgentOS for building Agents, Teams, and Workflows, with a Registry for managing tools, models, databases, and schemas.
+1 moreshow less
›WebsiteReader now defaults to FixedSizeChunking instead of Semantic chunking, removing the implicit dependency on an OpenAI API key.
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.30 adds PDF page-range reading, OAuth credentials for MCP servers, and a new /debug command
└──▷ GET THIS VERSION
$ git clone --branch v2.1.30 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.30
└──▷ TRY IT
Register a Slack MCP server that requires pre-configured OAuth credentials instead of Dynamic Client Registration.
$ claude mcp add slack-mcp --client-id <your-client-id> --client-secret <your-client-secret>
›Adds pages parameter to the Read tool for PDFs, enabling specific page ranges (e.g., pages: "1-5"); large PDFs (>10 pages) now return a lightweight reference when @-mentioned instead of being inlined into context
›Adds pre-configured OAuth client credentials for MCP servers that lack Dynamic Client Registration support (e.g., Slack) via new --client-id and --client-secret flags on claude mcp add
›Adds /debug command for Claude to help troubleshoot the current session
›Supports additional git log and git show flags in read-only mode, including --topo-order, --cherry-pick, --format, and --raw
›Adds token count, tool uses, and duration metrics to Task tool results
+4 moreshow less
›Adds reduced motion mode to the config
›Improves --resume memory usage by 68% for users with many sessions via lightweight stat-based loading and progressive enrichment
›Changes /model to execute immediately instead of being queued
›[VSCode] Adds multiline input support to the "Other" text input in question dialogs via Shift+Enter
Continue 1.42.0 adds Nous Research Hermes models and OpenRouter provider support with dynamic model loading.
└──▷ GET THIS VERSION
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git
# already have the repo? check out this version:$ git checkout @continuedev/[email protected]
›Adds OpenRouter as a provider with dynamic model loading.
›Adds Nous Research Hermes models as a supported provider.
Continue adds tool prompt override support via .continuerc.json
└──▷ GET THIS VERSION
$ git clone --branch @continuedev/[email protected] https://github.com/continuedev/continue.git
# already have the repo? check out this version:$ git checkout @continuedev/[email protected]
›Adds tool prompt override support in .continuerc.json, allowing per-project customization of tool prompts.
OpenCode v1.1.49 adds mDNS hostname customization, Haskell formatting, Bedrock Claude Opus caching, SAP AI Core reasoning, and richer desktop/TUI features.
└──▷ GET THIS VERSION
$ git clone --branch v1.1.49 https://github.com/sst/opencode.git
# already have the repo? check out this version:$ git checkout v1.1.49
└──▷ TRY IT
Expose OpenCode on a custom mDNS hostname on your local network for easier discovery across devices.
$ opencode --mdns-domain mydevbox.local
›Adds --mdns-domain flag to customize the mDNS hostname for the OpenCode server.
›Adds Ormolu code formatter support for Haskell projects.
›Adds prompt caching support for Claude Opus on AWS Bedrock.
›Adds reasoning variants support for SAP AI Core provider.
›Adds User-Agent header for GitLab AI Gateway requests.
+18 moreshow less
›Adds skill dialog in TUI for selecting and inserting skills.
›Adds skill slash commands and MCP/skill badges for slash commands in the desktop app.
›Adds spinner animation for the Task tool in the TUI.
›Adds UI for the skill tool in the TUI session view.
›Enables password authentication for remote session attachment.
›Adds workspace toggle command to the command palette and prompt input in the desktop app.
›Adds session search in the desktop app.
›Adds project context menu on right-click in the desktop app.
›Adds open project search in the desktop app.
›Adds tab close keybind to the desktop app.
›Adds keyboard shortcuts for navigating between unread sessions in the desktop app.
›Adds UTF-8 encoding defaults for Windows PTY.
›Enables user plugins to override built-in auth plugins.
›Adds binary file handling in the file view.
›Adds responsive design breakpoints for larger screen layouts in the desktop app.
›Shows exit message banner in the TUI.
›Sends custom agent prompts as developer messages (instead of user messages) when using Codex subscriptions.
Pi v0.51.3 adds extension command discovery via ExtensionAPI.getCommands() and local path support for pi install/pi remove.
└──▷ GET THIS VERSION
$ git clone --branch v0.51.3 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:$ git checkout v0.51.3
└──▷ TRY IT
Install a locally developed extension package by path instead of a registry name.
$ pi install ./my-extension
›Adds ExtensionAPI.getCommands() so extensions can enumerate available slash commands (extensions, prompt templates, skills) for programmatic invocation.
›Exports SlashCommandInfo types to support command discovery integrations.
›Adds a commands.ts example extension demonstrating command discovery invocation patterns.
›Supports local filesystem paths in pi install and pi remove, with relative paths resolved against the settings file.
└──▷ BREAKING ON UPGRADE
!The RPC get_commands response and SlashCommandSource type have the "template" value renamed to "prompt" — any code matching on "template" will break.
Qwen Code v0.9.0 adds multi-modal input, concurrent batch execution, LSP support, extra_body for OpenAI providers, and a Zed extension.
└──▷ GET THIS VERSION
$ git clone --branch v0.9.0 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.9.0
└──▷ USE IT
Pass custom fields to an OpenAI-compatible provider — useful when the provider requires vendor-specific body parameters (e.g. routing keys or extended options).
Qwen Code v0.9.0-preview.2 adds multi-modal input, concurrent batch execution, LSP support, Zed extension, and extra_body for OpenAI-compatible providers.
└──▷ GET THIS VERSION
$ git clone --branch v0.9.0-preview.2 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.9.0-preview.2
└──▷ USE IT
Set a specific context window size for models that support larger or smaller context limits.
yaml
contextWindowSize: 32768
›Adds extra_body support for OpenAI-compatible providers, enabling pass-through of custom request fields.
›Adds contextWindowSize configuration key to control the model context window size.
›Adds parentToolCallId and subagentType fields for ACP subagent tracking.
›Adds a concurrent runner for batch CLI execution, enabling parallel multi-session runs.
›Adds experimental LSP (Language Server Protocol) support for code intelligence.
+6 moreshow less
›Adds a Zed extension for the Qwen Code agent server, expanding IDE integration.
›Adds multi-modal input support (image, PDF, audio) across all content generators.
›Adds model selection through ACP in the VS Code IDE companion.
›Improves retry logic for 429 and 5xx error handling in the core.
›Clarifies output formats for non-interactive mode.
›Implements a unified WebUI architecture with a shared component library.
Qwen Code v0.9.0 adds multi-modal input, concurrent batch execution, LSP support, Zed extension, and extra_body for OpenAI-compatible providers.
└──▷ GET THIS VERSION
$ git clone --branch v0.9.0-nightly.20260203.bd900d36 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.9.0-nightly.20260203.bd900d36
└──▷ USE IT
Cap the context window when working with a model that has a smaller effective limit than its advertised maximum.
yaml
contextWindowSize: 32768
›Adds extra_body support for OpenAI-compatible providers, enabling pass-through of provider-specific request fields.
›Adds contextWindowSize configuration key to control the model context window size.
›Adds parentToolCallId and subagentType fields for ACP subagent tracking.
›Adds a concurrent runner for batch CLI execution, enabling parallelised non-interactive workloads.
›Adds multi-modal input support (image, PDF, audio) across all content generators.
+6 moreshow less
›Adds experimental LSP (Language Server Protocol) support for code intelligence.
›Adds a Zed extension for the Qwen Code agent server, bringing IDE companion support to Zed.
›Adds model selection through ACP in the VS Code IDE companion.
›Implements a unified WebUI architecture with a shared component library.
›Improves retry logic with better handling of 429 and 5xx errors.
›Clarifies output formats for non-interactive mode.
Triton v2.65.0 adds first-response latency histogram metrics for coupled models and makes Perf Analyzer dependencies optional.
└──▷ GET THIS VERSION
$ git clone --branch v2.65.0 https://github.com/triton-inference-server/server.git
# already have the repo? check out this version:$ git checkout v2.65.0
›Adds support for the nv_inference_first_response_histogram_ms metric when running models in coupled (non-decoupled) mode, enabling latency histogram tracking for standard inference workloads.
›Makes Perf Analyzer dependencies optional when installing tritonclient via pip, reducing install footprint for deployments that don't need performance analysis.
›Exposes HTTP errors for non-JSON format responses, improving error visibility for clients sending malformed requests.
$ git clone --branch arize-phoenix-evals-v2.9.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-evals-v2.9.0
└──▷ USE IT
Evaluate whether an LLM response is faithful to the retrieved context, replacing the deprecated HallucinationEvaluator.
$ git clone --branch v0.25.0-beta.0 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout v0.25.0-beta.0
›Allows the permutation builder memory limit to be configured via environment variable.
›Adds VoyageAI v4 models as embedding options in the Python client.
LanceDB python-v0.28.0-beta.0 adds VoyageAI v4 model support and an env-var-configurable permutation builder memory limit.
└──▷ GET THIS VERSION
$ git clone --branch python-v0.28.0-beta.0 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout python-v0.28.0-beta.0
›Adds support for VoyageAI v4 embedding models in the Python client.
›Allows the permutation builder memory limit to be configured via an environment variable.