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.41 adds OAuth/SSO, Google Docs blocks, HITL redesign, and 256 MB file uploads.
└──▷ GET THIS VERSION
$ git clone --branch autogpt-platform-beta-v0.6.41 https://github.com/Significant-Gravitas/AutoGPT.git
# already have the repo? check out this version:$ git checkout autogpt-platform-beta-v0.6.41
›Adds GPT-5.2 as an available model and updates default model selections.
›Adds OAuth API and Single Sign-On (SSO) support for the platform.
›Adds Google Docs integration blocks for reading and writing documents.
›Adds auto-save Draft Recovery feature backed by IndexedDB persistence in the flow editor.
›Adds agent mode support to SmartDecisionMakerBlock with autonomous tool execution loops.
+7 moreshow less
›Implements redesigned Human-in-the-Loop (HITL) UI with an improved review flow.
›Adds delete key bindings to the ReactFlow editor for faster node/edge removal.
›Adds marketplace update notifications with an enhanced publishing workflow.
›Integrates Google Drive Picker into the new builder.
›Increases file upload size limit to 256 MB.
›Deduplicates insufficient-funds Discord and email notifications to reduce alert noise.
›Upgrades RJSF to v6 and introduces a new FormRenderer system.
LangChain 1.2.1 adds Google GenAI embeddings support and enhanced init_chat_model validation.
└──▷ GET THIS VERSION
$ git clone --branch langchain==1.2.1 https://github.com/langchain-ai/langchain.git
# already have the repo? check out this version:$ git checkout langchain==1.2.1
›Adds google_genai provider support to init_embeddings, enabling Google Generative AI embedding models to be initialized through the standard embeddings factory.
›Enhances init_chat_model with improved validation to catch misconfigured model parameters earlier.
Qwen Code v0.6.1 graduates --acp to stable, adds Java SDK, German locale, and direct /approval-mode arguments.
└──▷ GET THIS VERSION
$ git clone --branch v0.6.1-nightly.20260107.f6771c08 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.6.1-nightly.20260107.f6771c08
└──▷ TRY IT
Run Qwen Code with the now-stable ACP flag instead of the old experimental one.
$ qwen --acp
Set approval mode directly inline with the /approval-mode command instead of waiting for a prompt.
$ /approval-mode auto
›Graduates --experimental-acp to the stable --acp flag for Agent Communication Protocol support.
›Adds direct argument support for the /approval-mode command, allowing approval mode to be set inline rather than via a follow-up prompt.
›Adds a Java SDK (Feat/javasdk) for programmatic integration with Qwen Code.
›Supports merging ChatCompletionContentPart and adds filterEmptyMessages for OpenAI-compatible content generation.
›Auto-detects LLM output language from the system locale.
└──▷ BREAKING ON UPGRADE
!The --experimental-acp flag is replaced by --acp; scripts or configs using --experimental-acp must be updated.
Qwen Code v0.6.1 graduates --acp to stable, adds German locale, Java SDK support, and direct /approval-mode arguments.
└──▷ GET THIS VERSION
$ git clone --branch v0.6.1-nightly.20260107.2c285394 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.6.1-nightly.20260107.2c285394
└──▷ TRY IT
Run Qwen Code with the now-stable ACP flag instead of the old experimental one.
$ qwen --acp
Set approval mode directly from the slash command without a secondary prompt.
$ /approval-mode auto
›Graduates --experimental-acp to the stable --acp flag for Agent Communication Protocol support.
›Adds direct argument support for the /approval-mode command, allowing the mode to be set inline rather than via a follow-up prompt.
›Adds German language support, joining the existing locale set for auto-detected LLM output language.
›Auto-detects LLM output language from the system locale, aligning response language to the user's OS setting.
›Adds a Java SDK (Feat/javasdk) enabling Java-based integration with Qwen Code.
+1 moreshow less
›Supports merging ChatCompletionContentPart entries and filters empty messages in chat completion requests.
└──▷ BREAKING ON UPGRADE
!The --experimental-acp flag is replaced by --acp; any scripts or configs referencing --experimental-acp must be updated.
Qwen Code v0.6.0-preview.3 graduates --acp to stable, adds German locale, Java SDK, and auto-detects LLM output language from system locale.
└──▷ GET THIS VERSION
$ git clone --branch v0.6.0-preview.3 https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.6.0-preview.3
└──▷ TRY IT
Run Qwen Code with the now-stable ACP flag instead of the old experimental one.
$ qwen --acp
›Graduates --acp flag from experimental (--experimental-acp) to stable for Agent Communication Protocol support.
›Auto-detects LLM output language from the system locale, aligning model responses to the user's OS language.
›Adds German language support to the i18n system.
›Adds a Java SDK (Feat/javasdk) for programmatic integration with Qwen Code.
›Supports merging ChatCompletionContentPart entries and filters empty messages in chat completion requests.
└──▷ BREAKING ON UPGRADE
!The --experimental-acp flag is replaced by --acp; any scripts or configs using --experimental-acp must be updated.
Qwen Code v0.6.0-nightly graduates --acp to stable, adds German locale, Java SDK, and merges ChatCompletionContentPart support.
└──▷ GET THIS VERSION
$ git clone --branch v0.6.0-nightly.20260107.b95d9a8d https://github.com/QwenLM/qwen-code.git
# already have the repo? check out this version:$ git checkout v0.6.0-nightly.20260107.b95d9a8d
└──▷ TRY IT
Use the now-stable ACP flag instead of the former experimental flag to enable Agent Communication Protocol.
$ qwen-code --acp
›Graduates --experimental-acp to the stable --acp flag for Agent Communication Protocol support.
›Adds Java SDK support for Qwen Code integration.
›Supports merging ChatCompletionContentPart objects and filters empty messages in API requests.
›Auto-detects LLM output language from system locale.
└──▷ BREAKING ON UPGRADE
!The --experimental-acp flag is replaced by --acp; scripts or configs using --experimental-acp will need to be updated.
Zed v0.218.5 adds Dev Container support, worktree trust, Git tree view, and new agent tools.
└──▷ GET THIS VERSION
$ git clone --branch v0.218.5 https://github.com/zed-industries/zed.git
# already have the repo? check out this version:$ git checkout v0.218.5
└──▷ TRY IT
Open a directory in Zed from a script and block until the editor window is closed, useful for git commit message editors.
$ zed --wait ~/my-project
›Adds save_file and restore_file_from_disk agent tools to handle dirty buffers when editing files in the agent thread.
›Adds optional timeout_ms parameter to the agent terminal tool, letting the agent bound command runtime and prevent indefinite hangs.
›Adds auto_discover setting for Ollama to optionally limit visible models to only those manually configured in available_models.
›Introduces worktree trust mechanism, configurable via { "session": { "trust_all_worktrees": true } } in settings.
›Adds ability to open a project in a Dev Container when a .devcontainer/devcontainer.json file is present.
+20 moreshow less
›Adds connection_timeout setting to specify the SSH connection timeout.
›Adds show_user_menu setting (defaulting to true) to show or hide the user avatar menu in the title bar.
›Adds launchpad as a new value for the restore_on_startup setting, displaying a startup screen with up to 5 recent projects.
›Adds workspace::ZoomIn and workspace::ZoomOut actions to complement the existing workspace::ToggleZoom action.
›Implements zed --wait flag support when opening a directory — the command blocks until the window is closed.
›Adds Markdown Preview scroll actions: markdown::ScrollUp, markdown::ScrollDown, markdown::ScrollUpByItem, and markdown::ScrollDownByItem.
›Adds Helix mode git/diff keybindings in goto mode: g o (toggle diff hunks), g O (toggle staged), g R (restore change), g u (stage and goto next hunk), g U (unstage and goto next hunk).
›Adds Helix's space / keybinding to open a global search menu in Zed's Helix mode.
›Adds a Settings UI section for configuring edit prediction providers (Codestral, GitHub Copilot) under AI > Edit Predictions, accessible via zed://settings/edit_predictions.providers.
›Adds an 'Open Keymap Editor' item under the Keymap section in the Settings UI.
›Adds a tree view for the Git panel, allowing users to switch between Flat and Tree view.
›AI-generated commit messages now respect rules files (e.g., AGENTS.md) if present.
›Adds SQL syntax highlighting support inside Python files.
›Adds rainbow bracket coloring for C++ angle brackets (< / >).
›Adds language injections for string and tagged template literals in JS/TS(X).
›Adds support for on-type formatting with newlines.
›Adds macOS Force Touch support for go-to-definition.
›Allows shift-tab to cycle through profiles for the built-in Zed agent.
›Adds the ability to delete a profile through the 'Manage Profiles' modal.
›Self-hosted Zeta edit prediction backends no longer require logging into Zed.
›Adds llama-debug binary with --save-logits, --prompt / -p, --tensor-filter, --verbose, and --embedding flags for saving and inspecting logits, embeddings, and tensor outputs from a converted model.
›Adds compare_tokens.py script (in scripts/utils/) with an optional -v flag to diff tokenizer output — token IDs and prompts — between an original and a converted model.
›Integrates token-ID comparison into existing compare-logits.py and semantic_check.py verification scripts so tokenizer mismatches are caught before logit/embedding checks run.
›Uses llama_model_n_embd_out in the debug example to correctly handle late-interaction retriever models (e.g. LFM2-ColBert-350M) whose output embeddings are down-projected to a lower dimension.
└──▷ BREAKING ON UPGRADE
!logits.cpp and the examples/model-conversion directory have been removed; use llama-debug --save-logits instead.
llama.cpp b7652 adds f16/f32 flash attention, new matmul kernels, and GET_ROWS/SET_ROWS ops for Hexagon DSP backends.
└──▷ GET THIS VERSION
$ git clone --branch b7652 https://github.com/ggml-org/llama.cpp.git
# already have the repo? check out this version:$ git checkout b7652
›Adds f16 and f32 flash attention (flash_attn_ext) support for the Hexagon backend, with double-buffered DMA prefetching for K, V, Mask, and Q tensors using FLASH_ATTN_BLOCK_SIZE of 128.
›Adds GET_ROWS f32→f32 and SET_ROWS fp32→f16 (with i32/i64 row index) operations to the Hexagon backend.
›Introduces vec_dot_f16_f16 and vec_dot_f16_f16_rx2 HVX kernel variants for fp16×fp16 matrix multiplication in the Hexagon backend, with automatic fallback for complex broadcasting.
›Adds quantize_fp32_f16 helper to copy and convert weights from DDR to VTCM on Hexagon, enabling the optimized matmul path when VTCM capacity allows.
›Improves fp16 and fp32 matmul throughput on the Hexagon backend via aligned HVX operations, with optimized threading for SET_ROWS when processing few rows.