TrendPulse
DAILY REPORT

每日趋势报告 · 2026-01-08

今日 (2026-01-08) 发现 8 个 Commit 信号,13 个 Release 信号。

高影响 6 · PR 0 · Commit 8 · Release 0
8
信号总数
0
分析 PR
8
Commit
0
Release
17
涉及仓库
0
PR 分析
268
Commit 分析
13
发布数
13
Release 分析
6
高影响
0
Breaking

📊 影响分布

4
5★
8
4★
4
3★
0
2★
0
1★
共 16 条信号高影响 ≥4★ · 12 条

🔧 工程信号 7

影响
类型

🔬 研究信号 1

💾 Commit 信号 8

影响
类型

🎯 发布动态

### Internal/Other Changes - Updated bundled Claude CLI to version 2.1.1 - **CI improvements**: Jobs requiring secrets now skip when running from forks (#451) - Fixed YAML syntax error in create-release-tag workflow (#429) --- **PyPI:** https://pypi.org/project/claude-agent-sdk/0.1.19/ ```bash pip install claude-agent-sdk==0.1.19 ```

agno-agi/agnov2.3.242026-01-08

# Changelog ## Improvements: - **MongoDB connection handshake now includes Agno version metadata.** This enables better connection identification and log analysis for users hosting MongoDB clusters with multiple applications. - **Crawl4aiTools**: Add the `proxy_config` parameter, allowing further configuration of the Toolkit. - **Forbid tools to operate out of base directory**: Update `PythonTools` and `MLXTranscribeTools` to automatically disallow operating outside of the contextual base directory. Add the `restrict_to_base_dir` to opt out of this feature and allow operations outside of the base directory. - **MarkdownChunker:** Now support `split_on_headings` parameter to finely control how chunks are separated. - **Knowledge ContentsDB requirement:** Improved warning and log messages when contentsDB is not used with `Knowledge` . Improved filter handling for agentic search. ## Bug Fixes: - **Team session names**: Fix an issue when using `get_session_name` directly from Team instances. - **HITL consecutive user input**: Fix an issue on certain HITL flows when getting user input in multiple consecutive rounds. - **AgentOS Knowledge router:** Fix an issue where AsyncDB was not correctly routed to for content update operations ## What's Changed * fix: generating session name for Team by @kepler in https://github.com/agno-agi/agno/pull/5933 * Fix: active_requirements not populated for subsequent HITL round by @mishramonalisha76 in https://github.com/agno-agi/agno/pull/5926 * [chore] Include Agno version details in MongoDB handshake by @NoahStapp in https://github.com/agno-agi/agno/pull/5922 * fix: introduce proxy_config to the Crawl4aiTools toolkit by @aayush598 in https://github.com/agno-agi/agno/pull/5859 * fix: replace eval() with type mapping [SDK-417] by @harshsinha03 in https://github.com/agno-agi/agno/pull/5912 * feat: add restrict_to_base_dir param to PythonTools and MLXTranscribeTools by @manuhortet in https://github.com/agno-agi/agno/pull/5940 * fix: Knowledge apatch content support by @willemcdejongh in https://github.com/agno-agi/agno/pull/5942 * fix: AttributeError in get_session_name when run_input is a string by @pbassut in https://github.com/agno-agi/agno/pull/5869 * chore: Knowledge logging and filtering logic updates by @willemcdejongh in https://github.com/agno-agi/agno/pull/5927 * chore: v2.3.24 by @manuhortet in https://github.com/agno-agi/agno/pull/5949 ## New Contributors * @NoahStapp made their first contribution in https://github.com/agno-agi/agno/pull/5922 * @pbassut made their first contribution in https://github.com/agno-agi/agno/pull/5869 **Full Changelog**: https://github.com/agno-agi/agno/compare/v2.3.23...v2.3.24

crewAIInc/crewAI1.8.02026-01-08

## What's Changed ### Features - Add native async chain for a2a - Add a2a update mechanisms (poll/stream/push) with handlers and config - Introduce global flow configuration for human-in-the-loop feedback - Add streaming tool call events and fix provider ID tracking - Introduce production-ready Flows and Crews architecture - Add HITL for Flows - Improve EventListener and TraceCollectionListener for enhanced event handling ### Bug Fixes - Handle missing a2a dependency as optional - Correct error fetching for WorkOS login polling - Fix wrong trigger name in sample documentation ### Documentation - Update webhook-streaming documentation - Adjust AOP to AMP documentation language ## Contributors @Vidit-Ostwal, @greysonlalonde, @heitorado, @joaomdmoura, @lorenzejay, @lucasgomide, @mplachta

zed-industries/zedv0.218.62026-01-08

- Fixed incorrect ordering of paths in the project diff when using the git panel's tree view. ([#46286](https://github.com/zed-industries/zed/pull/46286)) - Fixed partially-staged files being fully staged and committed by default. (#45551)

anthropics/claude-codev2.1.12026-01-07

anthropics/claude-codev2.0.762026-01-07

## What's changed - Fixed issue with macOS code-sign warning when using Claude in Chrome integration

langchain-ai/langchainlangchain==1.2.22026-01-07

Changes since langchain==1.2.1 fix(langchain): add test to verify version (#34644) release(langchain): release 1.2.2 (#34643) fix(langchain): handle parallel usage of the todo tool in planning middleware (#34637) chore(langchain): fix types in test_wrap_model_call (#34573)

langchain-ai/langchainlangchain-openai==1.1.72026-01-07

Changes since langchain-openai==1.1.6 release(openai): 1.1.7 (#34640) fix(openai): raise proper exception `OpenAIRefusalError` on structured output refusal (#34619) fix: handle empty assistant content in Responses API (#34272) (#34296) fix(core): serialization patch (#34455) fix(openai): handle function_call content in token counting (#34379) fix(openai): filter function_call blocks in token counting (#34396)

agno-agi/agnov2.3.232026-01-07

# Changelog ## Improvements: - **Async Tool Support**: Toolkit now supports async tool functions, which are automatically selected when the agent runs in an async context. ## Bug Fixes: - **`header_provider`** : Fix for check on `MCPTools`. - **Team Run Cancellation**: Fixed issue on async team runs where cancellation was not handled correctly. ## What's Changed * fix: handle foreign key ref for custom traces table name by @kausmeows in https://github.com/agno-agi/agno/pull/5888 * [fix] Add response_usage propagation to model response by @tyook in https://github.com/agno-agi/agno/pull/5872 * Fix: team run cancellation by @dirkbrnd in https://github.com/agno-agi/agno/pull/5932 * chore: async tool usage by @kausmeows in https://github.com/agno-agi/agno/pull/5889 * chore: Release 2.3.23 by @dirkbrnd in https://github.com/agno-agi/agno/pull/5934 ## New Contributors * @tyook made their first contribution in https://github.com/agno-agi/agno/pull/5872 **Full Changelog**: https://github.com/agno-agi/agno/compare/v2.3.22...v2.3.23

anomalyco/opencodev1.1.62026-01-07

## Core - Encode non-ASCII directory paths in HTTP headers (@jwaterwater) - Add truncation for all tools - Make General SubAgent visible in agent list (@dbpolito) - Improve handling of unserializable errors - Added ability to hide subagents from primary agent's system prompt (@Sewer56) - Add --use-system-ca flag in execArgv to support system certificate authorities - Ensure commands listing subagent work ## TUI - Add theme functionality - Reload theme when configuration changes - Clear palette cache - Add agent color to inline task tool ASCII character and highlight agent name (@spoons-and-mirrors) - Escape backticks when passing commands to PowerShell (@NSPC911) - Restore attach session lookup behavior in TUI (@rmk40) ## Desktop - Fix pasting images when input is empty in desktop app (@dbpolito) - Bundle media framework in desktop application (@Brendonovich) - Fixed macOS application entitlements configuration (@Brendonovich) - Add audio input and camera permissions to entitlements (@saeedvaziry) - Bundle media framework in AppImage for desktop application (@Brendonovich) - Use Show instead of Suspense in desktop application (@Brendonovich) - Add UI package to desktop application (@Brendonovich) - Show window immediately during desktop startup (@usvimal) - Rework storage approach in app - Fix session navigation with keyboard shortcuts - Permission auto-accept should hide when not needed - Improve terminal text selection visibility with better color contrast **Thank you to 11 community contributors:** - @rmk40: - fix(tui): restore attach session lookup behavior (#7150) - @NSPC911: - fix: escape backticks when passing to powershell (#7157) - @Sewer56: - Added: Ability to hide subagents from primary agents system prompt. (#4773) - @Brendonovich: - use custom tauri-cli on linux - desktop: use regular tauri cli again - desktop: use correct tauri-cli branch - try using forked tauri-cli again - add ui package to desktop - desktop: use Show instead of Suspense - desktop: appimage bundleMediaFramework - fix entitlements - desktop: go back to regular tauri cli - desktop: bundleMediaFramework - @spoons-and-mirrors: - add agent color to inline task tool ascii char and highlight agent name (#7142) - @usvimal: - perf: show window immediately during desktop startup (#6734) - @dbpolito: - Make General SubAgent not hidden (#6752) - Desktop: Fix Paste image on empty input (#7130) - @saeedvaziry: - Add audio input and camera permissions to entitlements (#7117) - @shuv1337: - feat: add Night Owl theme (desktop) (#7151) - @jwaterwater: - fix: encode non-ASCII directory paths in HTTP headers (#7145) - @athal7: - fix(ui): prevent iOS Safari auto-zoom on input focus (#7214)

zed-industries/zedv0.218.52026-01-07

This week's release includes initial support for [Dev Containers](https://zed.dev/blog/dev-containers), a new [worktree trust mechanism](https://zed.dev/blog/secure-by-default), a new Tree view for the Git panel, SQL syntax highlighting in Python files, AI-generated commit messages that respect rules files (e.g. `AGENTS.md`), improved terminal scrolling and link detection, and a set of Helix mode keymap improvements. ## Features ### AI - Agent: Added `save_file` and `restore_file_from_disk` agent tools to handle dirty buffers when editing files. ([#45005](https://github.com/zed-industries/zed/pull/45005)) - Agent: Added a button to the agent thread view that scrolls to the most recent prompt. ([#44961](https://github.com/zed-industries/zed/pull/44961)) - Agent: Added the ability to use `shift-tab` to cycle through profiles for the built-in Zed agent. ([#44979](https://github.com/zed-industries/zed/pull/44979)) - Agent: Added the ability to delete a profile through the "Manage Profiles" modal. ([#44977](https://github.com/zed-industries/zed/pull/44977)) - Agent: Improved agent panel performance when rendering large diffs. ([#44995](https://github.com/zed-industries/zed/pull/44995)) - Agent: Improved the model search quality in the model picker. ([#44984](https://github.com/zed-industries/zed/pull/44984)) - Agent: Added optional `timeout_ms` parameter to the terminal tool, allowing the agent to bound command runtime and prevent indefinite hangs. ([#44895](https://github.com/zed-industries/zed/pull/44895)) - Edit Prediction: Improved self-hosted zeta UX. Users no longer have to log into Zed to use custom or self-hosted zeta backends. ([#43236](https://github.com/zed-industries/zed/pull/43236); thanks [DominicBurkart](https://github.com/DominicBurkart)) - Copilot: Improved GitHub Enterprise Copilot sign-in. ([#44085](https://github.com/zed-industries/zed/pull/44085); thanks [madmo](https://github.com/madmo)) - Ollama: Added `auto_discover` setting to optionally limit visible models to only those manually configured in `available_models`. ([#42207](https://github.com/zed-industries/zed/pull/42207); thanks [xfbs](https://github.com/xfbs)) ### Git ⭐ = Shipped via Let's Git Together --- - ⭐Added a tree view for the Git panel. Users are able to switch between Flat and Tree view in the Git panel. ([#44089](https://github.com/zed-industries/zed/pull/44089); thanks [xipeng-jin](https://github.com/xipeng-jin)) - ⭐Improved the file history view by making it keyboard navigable. ([#44328](https://github.com/zed-industries/zed/pull/44328); thanks [feeiyu](https://github.com/feeiyu)) - Improved stability of excerpts when editing in the project diff. ([#44312](https://github.com/zed-industries/zed/pull/44312)) - AI-generated commit messages now respect rules files (e.g. `AGENTS.md`) if present. ([#44921](https://github.com/zed-industries/zed/pull/44921)) - The branch name in the title bar now includes the name of the current repository when needed to disambiguate. ([#44793](https://github.com/zed-industries/zed/pull/44793)) - ⭐Changed clicking the `changes` button in the Git panel to reset the project diff to the beginning. ([#43579](https://github.com/zed-industries/zed/pull/43579); thanks [marcocondrache](https://github.com/marcocondrache)) - ⭐Improved permalinks to account for current diffs. ([#41915](https://github.com/zed-industries/zed/pull/41915); thanks [siame](https://github.com/siame)) - ⭐Fixed Git panel color for staged new files. ([#44071](https://github.com/zed-industries/zed/pull/44071); thanks [cppcoffee](https://github.com/cppcoffee)) - ⭐Fixed double slash in commit URLs. ([#44996](https://github.com/zed-industries/zed/pull/44996); thanks [cppcoffee](https://github.com/cppcoffee)) - Fixed partially-staged files not being represented accurately in the Git panel. ([#44837](https://github.com/zed-industries/zed/pull/44837)) ### Languages - Improved Markdown Preview with scrolling actions: `markdown::ScrollUp`, `markdown::ScrollDown`, `markdown::ScrollUpByItem`, and `markdown::ScrollDownByItem`. ([#44585](https://github.com/zed-industries/zed/pull/44585); thanks [KyleBarton](https://github.com/KyleBarton)) - Rust: Changed cwd of tasks that spawn a binary target to the root of a current package (which used to be a directory of the current source file). ([#44672](https://github.com/zed-industries/zed/pull/44672)) - Added rainbow bracket coloring for C++ angle brackets (`<` / `>`). ([#44735](https://github.com/zed-industries/zed/pull/44735); thanks [hokein](https://github.com/hokein)) - Added language injections for string and tagged template literals in JS/TS(X). ([#44180](https://github.com/zed-industries/zed/pull/44180); thanks [vitallium](https://github.com/vitallium)) - Improved JavaScript and TypeScript syntax highlighting to better distinguish types, parameters, punctuation, and JSDoc elements. ([#44532](https://github.com/zed-industries/zed/pull/44532)) - Added SQL syntax highlighting support in Python files. ([#43756](https://github.com/zed-industries/zed/pull/43756); thanks [jeffbrennan](https://github.com/jeffbrennan)) - Improved Proto support to work better out of the box. ([#44440](https://github.com/zed-industries/zed/pull/44440)) ### Terminal - Improved scroll performance. ([#44714](https://github.com/zed-industries/zed/pull/44714); thanks [davewa](https://github.com/davewa)) - Improved URL link detection in terminals. ([#43559](https://github.com/zed-industries/zed/pull/43559); thanks [marcocondrache](https://github.com/marcocondrache)) - Improved performance of terminal link matching even more. ([#44679](https://github.com/zed-industries/zed/pull/44679)) ### Vim / Helix - Added Helix's `space /` keybinding to open a global search menu to Zed's Helix mode. ([#43363](https://github.com/zed-industries/zed/pull/43363); thanks [godalming123](https://github.com/godalming123)) - Changed Helix keybinds to use visual line movement for `j`, `Down`, `k`, and `Up`, and textual line movement for `g j`, `g Down`, `g k`, and `g Up`. ([#42676](https://github.com/zed-industries/zed/pull/42676); thanks [probablykasper](https://github.com/probablykasper)) - Added custom mappings for Zed-specific diff and git-related actions to Helix's goto mode. ([#45006](https://github.com/zed-industries/zed/pull/45006)) * `g o` - toggle selected diff hunks * `g O` - toggle staged * `g R` - restore change * `g u` - stage and goto next diff hunk * `g U` - unstage and goto next diff hunk - Improved Helix mode keymaps by adding a Search category and clarifying non-Helix bindings. ([#43735](https://github.com/zed-industries/zed/pull/43735); thanks [atahrijouti](https://github.com/atahrijouti)) ### Other - Added ability to open a project in a DevContainer, provided a `.devcontainer/devcontainer.json` is present. ([#44442](https://github.com/zed-industries/zed/pull/44442); thanks [KyleBarton](https://github.com/KyleBarton)) - Introduced worktree trust mechanism, can be turned off with "session": `{ "session": { "trust_all_worktrees": true }}`. - Read the [Secure by Default](https://zed.dev/blog/secure-by-default) blog post. - Improved link parsing for cases when a link is embedded in parentheses, e.g. Markdown. ([#44733](https://github.com/zed-industries/zed/pull/44733); thanks [KyleBarton](https://github.com/KyleBarton)) - Improved path and rendering performance. ([#44655](https://github.com/zed-industries/zed/pull/44655); thanks [marcocondrache](https://github.com/marcocondrache)) - Settings UI: Added an "Open Keymap Editor" item under the Keymap section. ([#44914](https://github.com/zed-industries/zed/pull/44914)) - Settings UI: Added a section for configuring edit prediction providers under AI > Edit Predictions, including Codestral and GitHub Copilot. Once you've updated you can use the following link to open it: zed://settings/edit_predictions.providers. ([#44505](https://github.com/zed-industries/zed/pull/44505)) - Added support for on-type formatting with newlines. ([#44882](https://github.com/zed-industries/zed/pull/44882)) - Implemented the `zed --wait` flag so that it works when opening a directory. The command will block until the window is closed. ([#44936](https://github.com/zed-industries/zed/pull/44936)) - Added scroll keybindings for the OutlinePanel. ([#42438](https://github.com/zed-industries/zed/pull/42438); thanks [0x2CA](https://github.com/0x2CA)) - Added the actions: `workspace::ZoomIn` and `workspace::ZoomOut` that complement the existing `workspace::ToggleZoom` action. ([#44587](https://github.com/zed-industries/zed/pull/44587); thanks [pedroni](https://github.com/pedroni)) - Added a `connection_timeout` setting to specify the SSH connection timeout. ([#44823](https://github.com/zed-industries/zed/pull/44823); thanks [marcocondrache](https://github.com/marcocondrache)) - Standardized `cmd-o` = open file, `cmd-k, cmd-o` = open folder across operating systems. ([#44598](https://github.com/zed-industries/zed/pull/44598); thanks [Zachiah](https://github.com/Zachiah)) - Added a `show_user_menu` setting (defaulting to true) which shows or hides the user menu (the one with the user avatar) in the title bar. ([#44466](https://github.com/zed-industries/zed/pull/44466); thanks [notnotjake](https://github.com/notnotjake)) - macOS: Added Force Touch support for go-to-definition. ([#40399](https://github.com/zed-industries/zed/pull/40399); thanks [aarol](https://github.com/aarol)) - Improved the UI for keymap error messages. ([#42037](https://github.com/zed-industries/zed/pull/42037); thanks [johnklucinec](https://github.com/johnklucinec)) - Improved LSP notification messages by adding Markdown rendering with clickable URLs, inline code, etc. ([#44215](https://github.com/zed-industries/zed/pull/44215); thanks [errmayank](https://github.com/errmayank)) - Improved new windows spawned from maximized or fullscreen windows by preserving maximized and fullscreen state. ([#44605](https://github.com/zed-industries/zed/pull/44605)) - Improved minimap performance when using custom fonts. ([#46024](https://github.com/zed-industries/zed/pull/46024)) - Suppressed warnings for trailing commas in built-in JSON files (`settings.json`, `keymap.json`, etc.). ([#43854](https://github.com/zed-industries/zed/pull/43854); thanks [ian-h-chamberlain](https://github.com/ian-h-chamberlain)) - Added a new value to the `restore_on_startup` setting called `launchpad`. This value makes Zed open with a variant of the welcome screen ("the launchpad") upon startup. Additionally, this same page variant is now also what is displayed if you close all tabs in an existing window that doesn't contain any folders open. The launchpad page shows you up to 5 recent projects, making it easy to open something you were working on recently. ([#44048](https://github.com/zed-industries/zed/pull/44048); thanks [simonpham](https://github.com/simonpham)) ## Bug Fixes - Windows: Fixed the folder picker inserting wrong slashes when remoting from Windows to WSL. ([#44886](https://github.com/zed-industries/zed/pull/44886)) - Windows: Fixed terminal hyperlinking not working for `file://` schemes with Windows drive letters. ([#44847](https://github.com/zed-industries/zed/pull/44847)) - Windows: Fixed double hover state. ([#44711](https://github.com/zed-industries/zed/pull/44711)) - Windows: Fixed SendKeystrokes mapping. ([#44707](https://github.com/zed-industries/zed/pull/44707)) - Windows: Fixed shell environment fetching on Windows discarding specified arguments in settings. ([#44615](https://github.com/zed-industries/zed/pull/44615)) - Windows: Fixed a bug where custom MCP and ACP servers installed through did not launch correctly. ([#42382](https://github.com/zed-industries/zed/pull/42382)) - Windows: Fixed new windows underflowing the taskbar. ([#44605](https://github.com/zed-industries/zed/pull/44605)) - Windows: Fixed terminal not switching to project directory when opening remote project. ([#45390](https://github.com/zed-industries/zed/pull/45390)) - Linux: Fixed a race condition where the macros containing modifier + key would sometimes be processed without the modifier. ([#44234](https://github.com/zed-industries/zed/pull/44234); thanks [AndreRoelofs](https://github.com/AndreRoelofs)) - Terminal: Fixed an issue where `ctrl|cmd+click` on links was very sensitive to mouse movement. Clicking links now tolerates mouse movement within the same clickable element, making link navigation more reliable. ([#42526](https://github.com/zed-industries/zed/pull/42526); thanks [nihalxkumar](https://github.com/nihalxkumar)) - Vim: Fixed bug where overwriting global Vim marks was inconsistent. ([#44765](https://github.com/zed-industries/zed/pull/44765); thanks [AidanV](https://github.com/AidanV)) - Git: Fixed a bug where not all branches were being shown in the branch selector when the search field was empty. ([#44742](https://github.com/zed-industries/zed/pull/44742)) - Git: Fixed a bug where the `git: amend` command would not load the latest head commit message, and any previously entered text in the commit message editor would be lost after the amend completed. ([#44553](https://github.com/zed-industries/zed/pull/44553)) - Fixed a case where an incorrect match could be generated in label_for_completion. ([#44925](https://github.com/zed-industries/zed/pull/44925); thanks [Nereuxofficial](https://github.com/Nereuxofficial)) - Fixed an issue where Markdown tables would sometimes show double borders. ([#44991](https://github.com/zed-industries/zed/pull/44991)) - Fixed an issue where Markdown tables wouldn't render in the hover popover. ([#44712](https://github.com/zed-industries/zed/pull/44712)) - Fixed percent-encoded filenames appearing in agent message file mentions. ([#44983](https://github.com/zed-industries/zed/pull/44983); thanks [Suzushiro-radish](https://github.com/Suzushiro-radish)) - Fixed tab preview not showing up on initial `ctrl-shift-tab` press. ([#44959](https://github.com/zed-industries/zed/pull/44959); thanks [errmayank](https://github.com/errmayank)) - Fixed editor context menu triggering format on save. ([#44073](https://github.com/zed-industries/zed/pull/44073); thanks [flappyBug](https://github.com/flappyBug)) - Fixed `file_finder::Toggle` action sometimes not working in JetBrains keymap. ([#44951](https://github.com/zed-industries/zed/pull/44951)) - Fixed a bug where screen-share tabs would persist after the sender (or receiver) had left the call. ([#44945](https://github.com/zed-industries/zed/pull/44945)) - Fixed a bug when expanding a diff hunk at the beginning of a file, where the deleted portion of the hunk would remain outside of the viewport. ([#44932](https://github.com/zed-industries/zed/pull/44932)) - Fixed `-or-` divider rendering incorrectly in the project panel of an empty workspace. ([#44920](https://github.com/zed-industries/zed/pull/44920); thanks [ti0ma](https://github.com/ti0ma)) - Fixed quote autoclose incorrectly counting quotes inside strings. ([#44281](https://github.com/zed-industries/zed/pull/44281); thanks [errmayank](https://github.com/errmayank)) - Fixed a bug where git pager configurations could cause agent and terminal git commands to hang by forcing `PAGER` and `GIT_PAGER` environment variables off. ([#43277](https://github.com/zed-industries/zed/pull/43277); thanks [odvcencio](https://github.com/odvcencio)) - Fixed a bug where double- and triple-click selection would not correctly expand by word and by line within Markdown elements (diagnostics, agent panel, etc.), instead requiring manual adjustment. ([#43813](https://github.com/zed-industries/zed/pull/43813); thanks [RMcGhee](https://github.com/RMcGhee)) - Fixed a bug where adjacent selections were being merged together. ([#44811](https://github.com/zed-industries/zed/pull/44811); thanks [marcocondrache](https://github.com/marcocondrache)) - Fixed vitest test running and debugging for projects using vitest v4. ([#43241](https://github.com/zed-industries/zed/pull/43241); thanks [freddyfallon](https://github.com/freddyfallon)) - Fixed incorrect provider shown in "view on remote" button. ([#44738](https://github.com/zed-industries/zed/pull/44738); thanks [errmayank](https://github.com/errmayank)) - Fixed comment injections not working with C and C++. ([#44883](https://github.com/zed-industries/zed/pull/44883)) - Fixed block and hollow cursor being offset when selecting text. ([#42837](https://github.com/zed-industries/zed/pull/42837); thanks [lennartkloock](https://github.com/lennartkloock)) - Fixed search bars losing their replace state if you re-focus on them via actions or keybinds. ([#44862](https://github.com/zed-industries/zed/pull/44862)) - Fixed ANSI colors definitions in the Gruvbox theme. ([#38536](https://github.com/zed-industries/zed/pull/38536); thanks [dangooddd](https://github.com/dangooddd)) - Fixed external agents that hung on "Loading…" when shell startup output broke JSON-RPC initialization. ([#44826](https://github.com/zed-industries/zed/pull/44826); thanks [xipeng-jin](https://github.com/xipeng-jin)) - Fixed terminal `$SHLVL` starting at 2 instead of 1. ([#44835](https://github.com/zed-industries/zed/pull/44835); thanks [edlsh](https://github.com/edlsh)) - Fixed hover boxes for inlays blinking in and out without movement when cursor blinking was enabled. ([#44822](https://github.com/zed-industries/zed/pull/44822)) - Fixed tab jitter from oversized scrolling. ([#42434](https://github.com/zed-industries/zed/pull/42434); thanks [cppcoffee](https://github.com/cppcoffee)) - Fixed remoting not working on some Linux and macOS systems. ([#44697](https://github.com/zed-industries/zed/pull/44697)) - Fixed wrong font features in Blame UI, Hover Popover and Markdown Preview. ([#44657](https://github.com/zed-industries/zed/pull/44657)) - Fixed an issue where commit and amend actions wouldn't trigger when using keybinds in the commit modal. ([#44690](https://github.com/zed-industries/zed/pull/44690)) - Fixed an issue in Markdown where new list items weren't respecting the expected indentation on type. ([#44616](https://github.com/zed-industries/zed/pull/44616)) - Fixed micromamba environments failing to activate by initializing micromamba using the active shell's init script. ([#44646](https://github.com/zed-industries/zed/pull/44646); thanks [cvanelteren](https://github.com/cvanelteren)) - Fixed a bug where `cmd+click` would still trigger if you pressed `cmd` after starting the click, instead of requiring `cmd` to be held before the click began. ([#44579](https://github.com/zed-industries/zed/pull/44579); thanks [Zachiah](https://github.com/Zachiah)) - Fixed the diagnostics panel always showing breadcrumbs, ignoring the `toolbar.breadcrumbs` setting. ([#44974](https://github.com/zed-industries/zed/pull/44974); thanks [majiayu000](https://github.com/majiayu000)) - Fixed `editor::OpenUrl` not working for `https://zed.dev` links. ([#44910](https://github.com/zed-industries/zed/pull/44910)) - Fixed in-editor clicks on Zed channel and channel-note links redirecting via the web. ([#44910](https://github.com/zed-industries/zed/pull/44910)) - Fixed slash command file collection showing incorrect folded directory paths (e.g. `.github/.zed` instead of `.zed`). ([#41880](https://github.com/zed-industries/zed/pull/41880); thanks [CLoaKY233](https://github.com/CLoaKY233)) - Fixed Zed out-of-memory error when macOS file descriptors become invalid. ([#45700](https://github.com/zed-industries/zed/pull/45700)) - Fixed a memory leak when opening images. ([#45970](https://github.com/zed-industries/zed/pull/45970)) - Fixed issue with Deepseek API that was causing the token limit to be reached sooner than necessary. ([#45250](https://github.com/zed-industries/zed/pull/45250)) - Fixed workspace incorrectly automatically switching Git repository/branch context in multi-repository projects when repo/branch switched manually from the Git panel. ([#45354](https://github.com/zed-industries/zed/pull/45354)) ## Breaking Changes and Notices - Disabled word completions in plaintext and markdown files. To re-enable, add the following to your settings: `"languages": { "Plain Text": { "completions": { "words": "enabled" } }, "Markdown": { "completions": { "words": "enabled" } } }`. ([#44654](https://github.com/zed-industries/zed/pull/44654)) - Removed `editor::AcceptPartialEditPrediction` and replaced it with `editor::AcceptNextLineEditPrediction` and `editor::AcceptNextWordEditPrediction`. ([#44411](https://github.com/zed-industries/zed/pull/44411); thanks [teleoflexuous](https://github.com/teleoflexuous)) - Changed Markdown Preview commands `markdown::MovePageUp` and `markdown::MovePageDown` to `markdown::ScrollPageUp` and `markdown::ScrollPageDown`. ([#44585](https://github.com/zed-industries/zed/pull/44585); thanks [KyleBarton](https://github.com/KyleBarton)) - Vim: Removed a keybinding conflict between the default macOS bindings for `pane::ActivateItem` and the `ctrl-6` alias for `pane::AlternateFile` which is primarily bound to `ctrl-^`. `ctrl-6` is no longer treated as an alias for `ctrl-^` in vim mode. If you'd like to restore `ctrl-6` as a binding for `pane::AlternateFile`, paste the following into your `keymap.json` file. ([#44560](https://github.com/zed-industries/zed/pull/44560))

📈 仓库活跃度