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.
Cohere Reasoning/Vision/Translate model support and file URL/path loading for agents in openai-adapters 1.31.0
└──▷ 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]
›Extends auth header override to support x-api-key in addition to standard authorization headers.
›Adds Cohere Reasoning, Vision, and Translate model support via the Cohere adapter.
›Supports file paths and file URLs for agent file loading.
›Enhances autocomplete cache with async initialization and improved eviction logic.
Continue v1.2.11 adds OpenAI Responses API support, background agent mode, Watsonx image support, and new CLI capabilities including CONTINUE_CLI_DISABLE_COMMIT_SIGNATURE.
└──▷ GET THIS VERSION
$ git clone --branch v1.2.11-vscode https://github.com/continuedev/continue.git
# already have the repo? check out this version:$ git checkout v1.2.11-vscode
└──▷ TRY IT
Browse and preview past sessions before resuming one, using the updated session selector.
$ cn ls
›Adds CONTINUE_CLI_DISABLE_COMMIT_SIGNATURE environment variable to disable commit signing in the Continue CLI.
›Replaces the --config flag with --agent flag in the Continue CLI command.
›Integrates the OpenAI Responses API, enabling GPT-5 features via the oai-adapters implementation.
›Adds a preview panel to the session selector for cn ls / /resume commands.
›Enables Background / Async / Remote mode: agents can be kicked off from /agents while inside the VS Code extension.
+9 moreshow less
›Adds cache_write_tokens and cache_read_tokens to Anthropic prompt token details for token usage reporting.
›Supports Granite 4 FIM (fill-in-the-middle) and tool calling.
›Adds Watsonx image support.
›Enables file reads outside the IDE workspace (with user permission).
›Makes account-level MCPs generally available.
›Adds instant edit for find/replace tools, applying changes immediately without a diff review step.
›Adds a gradient border visual indicator in edit mode.
›Removes the auto-accept edits setting.
›Adds a loading animation in the CLI when updating the version.
└──▷ BREAKING ON UPGRADE
!The --config flag in the Continue CLI command is replaced by --agent; existing scripts using --config will break.
Continue 1.5.0 adds Cohere reasoning/vision/translate models, Granite 4 FIM and tool calling, Continue OAuth for CLI MCPs, and a new failure-report tool.
└──▷ 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 Continue OAuth support for CLI MCP servers, enabling authenticated MCP connections from the CLI.
›Adds a report failure tool for agents to signal task failure; filtered out automatically when no --id flag is provided.
›Adds support for Cohere Reasoning, Vision, and Translate models.
›Adds support for Granite 4 FIM (fill-in-the-middle) and tool calling.
›CLI now always shows the context window percentage in the UI.
+7 moreshow less
›CLI skips update checks when running in dev mode.
›Supports file paths and file URLs for agent file loading.
›Upgrades grok-code-fast model to version 1.
›Enhances autocomplete cache with async initialization and improved eviction logic.
›Thinking block UI designs now occupy less space for a more compact layout.
›MCP warning messages now display alongside configured MCPs.
›Stream error toggle defaults to open so errors are immediately visible.
Continue 1.30.0 adds OAuth support for CLI-based MCP servers.
└──▷ 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 OAuth authentication support for CLI MCP (Model Context Protocol) servers.
Continue CLI gains OAuth for MCP servers, a failure-reporting tool, and long-line filtering in this release.
└──▷ 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 Continue OAuth support for CLI MCP servers, enabling authenticated MCP connections from the CLI.
›Adds a report failure tool to the CLI (activated via --id), allowing agents to signal task failure explicitly.
›Stream error toggle now stays open by default, making LLM stream errors immediately visible without manual expansion.
›Lazy-apply prompt for Claude Sonnet models now preserves comments during code application.
Lightweight coding agent that runs in your terminal
Codex CLI gains GPT-5.1-Codex-Max, native Windows Agent mode, compaction support, and expanded 10K tool output tokens.
└──▷ GET THIS VERSION
$ git clone --branch rust-v0.59.0 https://github.com/openai/codex.git
# already have the repo? check out this version:$ git checkout rust-v0.59.0
└──▷ USE IT
Cap tool output size to avoid runaway token usage when working with verbose commands in long sessions.
toml
# In ~/.codex/config.toml
tool_output_token_limit = 10000
Enable Windows Agent mode with the experimental sandbox when running Codex on a native Windows machine.
📍# When prompted during onboarding, or select 'auto' mode — Codex will prompt to enable the Windows sandbox automatically.
›Adds GPT-5.1-Codex-Max model for higher reliability and long-running, project-scale agentic coding workflows.
›Introduces native Windows Agent mode with an experimental sandbox that limits filesystem and network access, allowing Codex to read/write files and run commands with fewer approvals.
›Adds first-class Native Compaction support to improve performance across extended coding sessions, enabled by default.
›Expands tool output token limits to 10,000 tokens, configurable via tool_output_token_limit in config.toml.
›Adds LM Studio OSS model support.
+9 moreshow less
›Adds mTLS configuration support for OpenTelemetry via the [otel] config section.
›Enables parallel tool calls for faster multi-step agent execution.
›Adds git branch tooling so the model can query and work with branches programmatically.
›Adds --add-dir flag to exec and the TypeScript SDK for specifying additional working directories.
›Credits are now visible via the /status command.
›Codex Resume now displays branches and filters sessions by current working directory.
›Adds placeholder icons for images that cannot be decoded to prevent API errors.
›Adds non-blocking MCP server startup so the TUI is responsive while MCP tools initialize.
$ git clone --branch v0.2.2-nightly.20251119.97bf48b1 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.2.2-nightly.20251119.97bf48b1
›Adds slash command support for ACP (Agent Communication Protocol) integration.
›Adds configurable window size for the OpenAPI provider.
›Adds support for the alternative cached_tokens format in OpenAI-compatible conversation contexts.
›Adds support for the Trae editor as a recognized environment.
›Enhances QwenLogger to capture OS platform and version metadata for richer diagnostic context.
+1 moreshow less
›Adds terminal attention notifications to alert users when the tool requires input or action.
›Adds "sticky_scroll": {"enabled": true} setting to pin scope context to the top of the editor.
›Adds default_model key to custom agent profile settings to configure a per-profile default model.
›Adds project_panel.auto_open.on_create, project_panel.auto_open.on_paste, and project_panel.auto_open.on_drop settings for granular control over when files auto-open in the project panel.
›Adds terminal.detect_venv.on.conda_manager setting to configure the conda manager, with options auto (default), conda, mamba, or micromamba.
›Adds gdb_path and gdb_args options to gdb debug adapter configuration.
+19 moreshow less
›Adds editor: next snippet tabstop and editor: previous snippet tabstop actions for snippet navigation.
›Adds workspace: clear navigation history command.
›Adds support for the Gemini 3 Pro model in the agent panel.
›Adds support for multi-word snippet prefixes.
›Adds support for relative paths in LSP and DAP binaries.
›Adds support for Forgejo and Gitea avatars in git blame.
›Adds automatic git-commit signing support via an askpass modal prompt.
›Adds an icon button in the agent panel to trigger the @-mention context menu with the mouse.
›Adds a notification when cloning a repository.
›Adds support for uninstalling agent servers from the agent panel's settings view.
›Adds support for HTML styling elements in Markdown preview.
›Adds support for HTML table captions in Markdown preview.
›Adds support for image preview in remote sessions.
›Adds support for closing system window tabs with middle mouse click.
›Adds line numbers to deleted git hunks when relative line numbering is enabled.
›Adds support for comment language injections for remaining built-in languages, with multi-line support for Rust.
›Adds support for opening agent threads as Markdown in remote projects.
›Python code completion menu now shows packages that will be imported when a completion entry is accepted.
›Recommended AI models now appear both in the 'Recommended' category and their normal category in model selection.
langchain-core 1.0.6 adds proxy support for Mermaid PNG diagram rendering.
└──▷ GET THIS VERSION
$ git clone --branch langchain-core==1.0.6 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain-core==1.0.6
›Adds proxy support for Mermaid PNG rendering, enabling diagram generation through an HTTP proxy in restricted network environments.
›Supports tool runtime injection when a custom args schema is provided.
Phoenix v12.16.0 adds OpenAI 5.1 model support, reasoning for OpenAI and Gemini, and connection pagination on trace spans.
└──▷ GET THIS VERSION
$ git clone --branch arize-phoenix-v12.16.0 https://github.com/Arize-ai/phoenix.git
# already have the repo? check out this version:$ git checkout arize-phoenix-v12.16.0
›Implements connection pagination on trace spans, enabling traversal of large trace datasets.
›Adds support for the OpenAI 5.1 model family.
›Adds reasoning support for OpenAI and Gemini models, and adds gemini-3 to the supported model list.
└──▷ BREAKING ON UPGRADE
!Python 3.9 is no longer supported; upgrade to Python 3.10 or later before upgrading Phoenix.
LanceDB v0.22.4-beta.2 adds num_attempts to merge-insert results, async to_pydantic, and async namespace connections.
└──▷ GET THIS VERSION
$ git clone --branch v0.22.4-beta.2 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout v0.22.4-beta.2
›Adds num_attempts field to merge-insert results, exposing the number of attempts made during a merge-insert operation.
›Supports to_pydantic in async Python contexts, enabling Pydantic model conversion in async workflows.
›Supports async namespace connections, allowing namespace-scoped operations in async code.
LanceDB python-v0.25.4-beta.2 adds num_attempts in merge-insert results, async to_pydantic, and async namespace connections.
└──▷ GET THIS VERSION
$ git clone --branch python-v0.25.4-beta.2 https://github.com/lancedb/lancedb.git
# already have the repo? check out this version:$ git checkout python-v0.25.4-beta.2
└──▷ USE IT
Deserialize async query results into Pydantic models without blocking — useful in async web services or pipelines.