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.
AutoGPT Platform v0.6.38 adds a Linear Issues block, agent output viewer, GPT-5.1, Claude Opus 4.5, Grok, and Gemini model support.
└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.38 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.38
›Adds a Get Linear Issues Block for retrieving issues from Linear within agent workflows.
›Adds an agent outputs viewer in the new builder for inspecting agent run results, with UI/UX improvements.
›Adds support for GPT-5.1 and GPT-5.1-codex models.
›Adds support for Claude Opus 4.5 model.
›Adds support for the latest Grok models.
+7 moreshow less
›Adds support for Google Gemini 3 Pro Preview model.
›Adds support for Google Banana Pro model.
›Adds inline node title editing via double-click in the builder canvas.
›Adds a PR preview banner for previewing deployments directly from pull requests.
›Adds customizable prompts for activity status generation via parameterized configuration.
›Makes agent output clickable in the UI.
›Adds an environment-aware favicon to distinguish between deployment environments visually.
OpenClaw v1.1.0 adds voice-note transcription, media recompression, session intro prompts, and structured command auto-reply payloads.
└──▷ GET THIS VERSION
$ git clone --branch v1.1.0 https://github.com/openclaw/openclaw.git
# already have the repo? check out this version:$ git checkout v1.1.0
›Adds voice-note transcription that feeds a Transcript block and media path into prompts before replying.
›Web auto-replies now resize and recompress media, detect media kind, enforce provider caps, and honor the inbound.reply.mediaMaxMb limit.
›Supports optional sessionIntro to send the system prompt only once per session, reducing token overhead.
›Adds configurable interval for typing-indicator refresh during sessions.
›Command auto-replies now return structured {payload, meta} responses, include the command cwd in timeout messages, respect mediaMaxMb for local media, and log Claude metadata.
Semantic Kernel Python migrates Google integration to the new Google GenAI SDK.
└──▷ GET THIS VERSION
$ git clone --branch python-1.39.0 https://github.com/microsoft/semantic-kernel.git
# already have the repo? check out this version:$ git checkout python-1.39.0
›Migrates the Google integration to the new Google GenAI SDK, replacing the previous SDK backend.
Continue v1.7.0 removes TTY requirement for headless CLI mode and adds Gemini thought signature support.
└──▷ 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]
›Removes TTY requirement for the CLI in headless mode, enabling use in non-interactive environments such as CI pipelines.
›Adds support for Gemini thought signature in LLM responses.
›Adds support for Claude Opus 4-5 model updates.
›Allows renaming a rule before creation in the rule editor.
Continue CLI gains headless (no-TTY) mode, Gemini thought-signature support, and rule-renaming before creation.
└──▷ 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]
›Removes TTY requirement for the CLI in headless mode, enabling use in non-interactive pipelines and CI environments.
›Adds support for Gemini thought signatures, exposing chain-of-thought metadata from Gemini models.
›Allows renaming a rule before it is created in the UI.
›Adds Klavis AI's Strata to the MCP Cookbook as a new integration.
Qwen Code v0.3.0-preview.1 adds stream-JSON I/O for headless use and internationalization for UI and LLM output.
└──▷ GET THIS VERSION
$ git clone --branch v0.3.0-preview.1 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.3.0-preview.1
└──▷ TRY IT
Drive Qwen Code non-interactively from a script by piping stream-JSON input and capturing stream-JSON output.
›Adds stream-json as a supported value for --input-format and --output-format flags, enabling programmatic headless use of Qwen Code via structured streaming JSON.
›Adds internationalization (i18n) support for both UI text and LLM output.
Qwen Code v0.3.0-nightly adds stream-json I/O format for headless use and full internationalization support.
└──▷ GET THIS VERSION
$ git clone --branch v0.3.0-nightly.20251126.c9af7481 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.3.0-nightly.20251126.c9af7481
└──▷ TRY IT
Drive Qwen Code programmatically from a script by piping stream-JSON input and capturing stream-JSON output.
Zed v0.214.5 adds SSH-remoted agent server extensions, HTTP MCP servers, Vim range writes, and new project_panel.sort_mode and terminal.scrollbar.scroll_multiplier settings.
└──▷ GET THIS VERSION
$ git clone --branch v0.214.5 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:$ git checkout v0.214.5
└──▷ USE IT
Configure an HTTP-based MCP server so the agent can connect to a remote context server without a local process.
An open-source AI agent that brings the power of Gemini directly into your terminal.
gemini-cli v0.19.0-nightly adds /resume slash command, model availability service setting, and Flash quota fallback.
└──▷ GET THIS VERSION
$ git clone --branch v0.19.0-nightly.20251126.03845198c https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:$ git checkout v0.19.0-nightly.20251126.03845198c
└──▷ TRY IT
Browse and restore a previous conversation interactively without leaving the CLI.
$ /resume
›New /resume slash command opens an interactive session browser to restore previous chats.
›New isModelAvailabilityServiceEnabled config setting controls the model availability service.
›Automatically falls back to Gemini Flash when a TerminalQuota error is encountered.
gemini-cli v0.19.0 adds Databricks auth, a session browser, hooks infrastructure, model aliases, and model health tracking.
└──▷ GET THIS VERSION
$ git clone --branch v0.19.0-preview.0 https://github.com/google-gemini/gemini-cli.git
# already have the repo? check out this version:$ git checkout v0.19.0-preview.0
└──▷ TRY IT
Browse and resume a past session interactively without leaving the CLI.
$ /resume
Check token usage and session subtask breakdown for the current conversation.
$ /stats
›Adds Databricks authentication support and a custom header option for connecting to Databricks-hosted models.
›New interactive session browser component lets users browse, select, and resume past sessions from within the CLI.
›New /resume slash command opens the session browser directly from an interactive session.
›Adds hook telemetry infrastructure, event handling, agent lifecycle integration, and system orchestration — enabling hook-based extensibility across the agent pipeline.
›Adds support for custom aliases for model configs, letting users refer to models by shorthand names.
+10 moreshow less
›Introduces modelAvailabilityService with ModelPolicy and PolicyCatalog for managing and tracking model health.
›Adds isModelAvailabilityServiceEnabled setting to toggle model availability tracking.
›Automatic fallback to Gemini Flash on TerminalQuota errors keeps sessions running when quota is exhausted.
›Adds session subtask display to the /stats command output.
›Chat compression service migrated to model configs, enabling per-model compression configuration.
›Custom loading phrase displayed when the interactive shell is waiting for input from an external tool or subprocess.
›Alternate buffer mode is now off by default, improving terminal compatibility.
›Removes the useModelRouter experimental flag (model routing is now standard behavior).
›Updates MCP SDK dependency to v1.23.0, bringing the latest Model Context Protocol improvements.
›Lenient MCP output schema validator reduces noise from non-conforming MCP server responses.
└──▷ BREAKING ON UPGRADE
!The useModelRouter experimental flag has been removed; any config or scripts referencing it will need to be updated.
!Alternate buffer mode is now off by default; setups that relied on alternate buffer mode being enabled will see changed terminal rendering behavior.
$ git clone --branch v1.102.3 https://github.com/LostRuins/koboldcpp.git
# already have the repo? check out this version:$ git checkout v1.102.3
└──▷ TRY IT
Use a GGUF model's built-in jinja2 chat template for normal messages while keeping KoboldCpp's universal tool-calling module active.
$ koboldcpp --model mymodel.gguf --jinja
Inspect what GPU memory values auto-detection retrieves before committing to a layer-offload configuration.
$ koboldcpp --testmemory
›Adds --jinja flag to use jinja2 templates from GGUF in /v1/chat/completions for normal messages while retaining the KoboldCpp universal tool-calling module.
›Adds --jinja_tools flag to use jinja2 templates from GGUF for all messages and tool calls in /v1/chat/completions, giving the model and frontend full responsibility for compatibility.
›Adds --testmemory debug flag to inspect values retrieved by automatic GPU detection.
›Adds sampler support for smoothing curve.
›Bundles the llama.cpp UI as an extra interface accessible at http://localhost:5001/lcpp, supporting document imports (.pdf) alongside the existing KoboldAI Lite UI.
+8 moreshow less
›Massively improves universal tool calling, enabling sequential multi-tool use automatically with all tool-calling-capable frontends (OpenWebUI, SillyTavern, etc.) in chat completions mode, including on models that do not natively support tool calling.
›Merges Qwen3Next model support (batch size 512 or less required).
›Adds Vulkan support for Whisper audio transcription.
›Syncs Image Generation to latest stable-diffusion.cpp.
›Serves KoboldAI Lite UI gzip-compressed to supporting browsers for faster loading.
›Adds case-insensitive filename search when selecting chat completion adapters.
›Adds a Scenario Library in Kobold Lite for saving and loading custom scenarios (stories without most settings).
›Enables single-turn deletion and editing in Kobold Lite classic theme instruct mode.
└──▷ BREAKING ON UPGRADE
!The mirostat sampler had tau and eta parameters swapped due to an old bug now fixed; to reproduce previous behavior, swap your configured values for tau and eta.
LocalAI v3.8.0 adds universal model import from HF/Ollama/OCI, MCP live streaming, hot-reloadable settings, logprobs/logitbias, and new llama.cpp YAML options.
└──▷ GET THIS VERSION
$ git clone --branch v3.8.0 https://github.com/mudler/LocalAI.git
# already have the repo? check out this version:$ git checkout v3.8.0
└──▷ USE IT
Tune llama.cpp context shifting, KV cache RAM, and parallel worker slots for a large-context deployment without rebuilding the container.
›Adds context_shift, cache_ram, use_jinja, parallel, and grpc_servers as tunable options under the options: key in the model YAML config for llama.cpp backends.
›Adds a new LocalAI endpoint to stream live MCP agent results — tool calls, reasoning steps, and intermediate actions are now visible in real-time via the Model Context Protocol.
›Adds full support for logprobs and logitbias per the OpenAI specification, enabling token-level probability data for agentic logic, Self-RAG, and hallucination evaluation.
›Introduces universal model import from Hugging Face, Ollama, OCI registries, or local file paths via URL — auto-detects backends (e.g., llama.cpp vs diffusers) and applies native chat templates (e.g., llama-3, mistral) from model metadata.
›Adds a hot-reloadable 'Settings > System' panel for toggling watchdogs, P2P, gallery availability, and API key management (generate, rotate, expire) without restarting — requires mounting /configuration in containerized deployments.
+6 moreshow less
›Adds request cancellation support for streaming and non-streaming requests across llama.cpp, vLLM, transformers, and diffusers backends — stopping generation immediately frees backend resources.
›Persists chat history and parallel conversations in browser local storage, with support for renaming and exporting chats to JSON.
›Adds onboarding wizard for first-time users to import or install a model, plus auto-selection of a default model on startup.
›Allows top_n in the reranker to be omitted or set to 0 to return all results with no arbitrary limit.
›Adds multimodal auto-detection: vision components (mmproj) are identified and configured automatically during model import.
›Adds a file-safety guard to prevent deletion of model blobs shared by multiple model configurations.
└──▷ BREAKING ON UPGRADE
!Persisting runtime settings (hot-reload) requires mounting the /configuration directory from the container image in existing LocalAI deployments — without this mount, settings changes will not survive restarts.
Triton v2.63.0 adds v1/embeddings endpoint for vLLM and echo parameter support in the OpenAI-compatible API server.
└──▷ GET THIS VERSION
$ git clone --branch v2.63.0 https://github.com/triton-inference-server/server.git
# already have the repo? check out this version:$ git checkout v2.63.0
›Enables the v1/embeddings endpoint for the vLLM backend in the OpenAI-compatible API server.
›Enables the echo parameter for TensorRT-LLM and Python backends in the OpenAI-compatible API server.
›Provides more specific, OpenAI-compliant error codes from the OpenAI-compatible API server.