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 Code v2.1.69 adds Voice STT in 20 languages, new hook events, plugin hot-reload, and a suite of new settings and CLI options.
└──▷ GET THIS VERSION
$ git clone --branch v2.1.69 https://github.com/anthropics/claude-code.git
# already have the repo? check out this version:$ git checkout v2.1.69
└──▷ TRY IT
Strip Claude's default git commit/PR instructions from the system prompt when your team enforces its own commit conventions via a CLAUDE.md rule.
$ CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS=1 claude
Hot-reload plugins mid-session after editing a SKILL.md or plugin manifest, without restarting Claude Code.
$ /reload-plugins
›Adds /claude-api skill for building applications with the Claude API and Anthropic SDK
›Adds Ctrl+U on an empty bash prompt (!) to exit bash mode, matching Escape and Backspace
›Adds numeric keypad support for selecting options in Claude's interview questions
›Adds optional --name argument to /remote-control and claude remote-control to set a custom session title visible in claude.ai/code
›Expands Voice STT support to 20 total languages, adding Russian, Polish, Turkish, Dutch, Ukrainian, Greek, Czech, Danish, Swedish, and Norwegian
+16 moreshow less
›Adds effort level display (e.g., "with low effort") to the logo and spinner so the active effort setting is always visible
›Adds agent name display in the terminal title when using claude --agent
›Adds sandbox.enableWeakerNetworkIsolation setting (macOS only) to allow Go programs like gh, gcloud, and terraform to verify TLS certificates when using a custom MITM proxy with httpProxyPort
›Adds includeGitInstructions setting and CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS env var to remove built-in commit and PR workflow instructions from Claude's system prompt
›Adds /reload-plugins command to activate pending plugin changes without restarting
›Adds ${CLAUDE_SKILL_DIR} variable so skills can reference their own directory in SKILL.md content
›Adds InstructionsLoaded hook event that fires when CLAUDE.md or .claude/rules/*.md files are loaded into context
›Adds agent_id and agent_type fields to hook events for subagent and --agent sessions
›Adds worktree field to status line hook commands with name, path, branch, and original repo directory in --worktree sessions
›Adds pluginTrustMessage in managed settings to append organization-specific context to the plugin trust warning
›Adds pathPattern to strictKnownMarketplaces for regex-matching file/directory marketplace sources alongside hostPattern restrictions
›Adds plugin source type git-subdir to point to a subdirectory within a git repo
›Adds oauth.authServerMetadataUrl config option for MCP servers to specify a custom OAuth metadata discovery URL when standard discovery fails
›Extends policy limit fetching (e.g., remote control restrictions) to Team plan OAuth users, not just Enterprise
›[VSCode] Adds compaction display as a collapsible "Compacted chat" card with the summary inside
›[VSCode] Permission mode picker now respects permissions.disableBypassPermissionsMode from effective Claude Code settings
›Adds --output-format json flag to emit JSONL in prompt mode for programmatic integrations.
›Adds copy_on_select config option to auto-copy selected text to clipboard in alt-screen mode.
›Adds enabledPlugins config key for automatic plugin installation at startup.
›Adds exitPlanMode.request protocol method for SDK plan approval support.
›Renames launch_messages config setting to companyAnnouncements — existing configs using launch_messages must be updated.
+12 moreshow less
›Renames repository config file from .github/copilot/config.json to settings.json — existing repo-level config files must be moved.
›Session usage metrics (requests, tokens, code changes) are now persisted to events.jsonl after each session ends.
›Loads personal hooks from ~/.copilot/hooks in addition to repo-level .github/hooks.
›Adds /copy command to copy the last response to clipboard.
›Adds startup prompt hooks to auto-submit prompts or slash commands when a session starts.
›Supports installing plugins from ssh:// URLs.
›Adds GPT-5.4 model support.
›Plugin-contributed LSP servers are now loaded, started, and shown in /lsp show.
›Adds Ctrl+R reverse incremental command history search (matching Bash behavior).
›Adds mouse scroll support to /diff in alt-screen mode.
›Automatic notifications when background shell commands and agents complete.
›/delegate now prompts for a target remote in multi-remote repositories.
└──▷ BREAKING ON UPGRADE
!The launch_messages config setting is renamed to companyAnnouncements; existing configs using launch_messages will need to be updated.
!The repository config file is renamed from .github/copilot/config.json to settings.json; existing repo-level config files must be moved to the new path.
an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Goose v1.27.0 adds structured shell output, tree-sitter AST analysis, Anthropic adaptive thinking, and self-signed HTTPS for goosed.
└──▷ GET THIS VERSION
$ git clone --branch v1.27.0 https://github.com/block/goose.git
# already have the repo? check out this version:$ git checkout v1.27.0
└──▷ TRY IT
Run a shell command and consume the structured stdout/stderr output separately for automated analysis or CI pipelines.
$ # When Goose executes shell commands, the tool now returns:
# { "stdout": "...", "stderr": "..." }
# Reference stdout or stderr independently in follow-up instructions or recipes.
›Adds structured {stdout, stderr} return from the shell tool with an explicit output schema, making it easier to parse command results programmatically.
›New platform extension with tree-sitter AST parsing enables deeper code analysis within Goose sessions.
›Supports Anthropic adaptive (extended) thinking mode for compatible Claude models.
›Adds fullscreen and Picture-in-Picture (PiP) display modes for MCP Apps.
›Introduces self-signed HTTPS support for the goosed server, enabling secure local deployments.
+3 moreshow less
›Adds code-mode feature flag to include pctx/Code Mode as an optional dependency.
›Adds base_path field to custom provider config for more flexible provider routing.
›Adds GPT 5-3-Codex model support in the Databricks provider.
Codex CLI gains a plugin system, multi-agent TUI upgrades, a /fast toggle, workspace-scoped memories, and a Windows installer.
└──▷ GET THIS VERSION
$ git clone --branch rust-v0.110.0 https://github.com/openai/codex.git
# already have the repo? check out this version:$ git checkout rust-v0.110.0
└──▷ TRY IT
Switch to fast mode mid-session to reduce latency when iterating quickly on a task.
$ /fast
Spin up a multi-agent workflow in the TUI and approve sub-agent actions interactively.
$ /agent
›Adds a plugin system that loads skills, MCP entries, and app connectors from config or a local marketplace, with an install endpoint for enabling plugins from the app server.
›Expands TUI multi-agent flow with approval prompts, /agent-based enablement, ordinal nicknames, role-labeled handoff context, and clearer prompts.
›Adds a persisted /fast toggle in the TUI plus app-server support for fast and flex service tiers.
›Improves memories with workspace-scoped writes, renamed memory settings, and guardrails against saving stale or polluted facts.
›Adds a direct Windows installer script to published release artifacts.
Pi v0.56.2 adds GPT-5.4 support, a new treeFilterMode setting, and native Mistral conversations integration.
└──▷ GET THIS VERSION
$ git clone --branch v0.56.2 https://github.com/earendil-works/pi.git
# already have the repo? check out this version:$ git checkout v0.56.2
›Supports GPT-5.4 across openai, openai-codex, azure-openai-responses, and opencode providers, with gpt-5.4 now the default for openai and openai-codex.
›Adds gpt-5.3-codex as a fallback model for github-copilot until upstream model catalogs include it.
›New treeFilterMode setting lets you choose the default /tree filter mode from default, no-tools, user-only, labeled-only, or all.
›Adds native Mistral conversations integration via the SDK-backed provider, preserving Mistral-specific thinking and replay semantics.
└──▷ BREAKING ON UPGRADE
!The default model for the openai and openai-codex providers is now gpt-5.4; any workflow pinned to the previous default will silently switch models on upgrade.
OpenAI Agents SDK v0.10.5 adds explicit prefix mode control to MultiProvider.
└──▷ GET THIS VERSION
$ git clone --branch v0.10.5 https://github.com/openai/openai-agents-python.git
# already have the repo? check out this version:$ git checkout v0.10.5
›Adds explicit prefix modes to MultiProvider, giving developers direct control over how model-name prefixes are applied when routing across multiple model providers.
CUDA backend gains async CPU-to-GPU tensor copies with relaxed sync requirements, improving multi-token throughput.
└──▷ GET THIS VERSION
$ git clone --branch b8210 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b8210
›Adds CPU-to-CUDA async copy capability to ggml_backend_cuda_cpy_tensor_async(), replacing synchronous copies to reduce GPU pipeline stalls.
›Introduces ggml_backend_sync_mode opt-in mechanism to relax explicit synchronization between host-to-device copies and graph execution, extensible to backends beyond CUDA (e.g., Vulkan).