TrendPulse
DAILY REPORT

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

今日 (2026-01-06) 未发现符合条件的趋势信号。

高影响 5 · PR 0 · Commit 8 · Release 0
8
信号总数
0
分析 PR
8
Commit
0
Release
15
涉及仓库
0
PR 分析
255
Commit 分析
7
发布数
7
Release 分析
5
高影响
0
Breaking

📊 影响分布

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

🔧 工程信号

暂无信号

🔬 研究信号

暂无信号

💾 Commit 信号 8

影响
类型

🎯 发布动态

## What's Changed * fix: update broken link in cloud-providers.md by @ashwin-ant in https://github.com/anthropics/claude-code-action/pull/758 * chore: remove unused ci yaml file by @kiwamizamurai in https://github.com/anthropics/claude-code-action/pull/763 * feat: add instant "Fix this" links to PR code reviews by @aiddun in https://github.com/anthropics/claude-code-action/pull/773 * feat: add ssh_signing_key input for SSH commit signing by @ashwin-ant in https://github.com/anthropics/claude-code-action/pull/784 * feat: send user request as separate content block for slash command support by @ashwin-ant in https://github.com/anthropics/claude-code-action/pull/785 * feat: support local plugin marketplace paths by @gor-st in https://github.com/anthropics/claude-code-action/pull/761 * fix: prevent orphaned installer processes from blocking retries by @ashwin-ant in https://github.com/anthropics/claude-code-action/pull/790 * fix: set CLAUDE_CODE_ENTRYPOINT for SDK path to match CLI path by @ashwin-ant in https://github.com/anthropics/claude-code-action/pull/791 ## New Contributors * @kiwamizamurai made their first contribution in https://github.com/anthropics/claude-code-action/pull/763 * @aiddun made their first contribution in https://github.com/anthropics/claude-code-action/pull/773 **Full Changelog**: https://github.com/anthropics/claude-code-action/compare/v1...v1.0.28

danielmiessler/fabricv1.4.3742026-01-05

## Changes ### PR [#1924](https://github.com/danielmiessler/Fabric/pull/1924) by [ksylvan](https://github.com/ksylvan): Rename `code_helper` to `code2context` across documentation and CLI - Rename `code_helper` command to `code2context` throughout codebase - Update README.md table of contents and references - Update installation instructions with new binary name - Update all usage examples in main.go help text - Update create_coding_feature pattern documentation

langchain-ai/langchainlangchain-xai==1.2.12026-01-05

Changes since langchain-xai==1.2.0 release(xai): 1.2.1 (#34604) fix(xai): count reasoning tokens in output total (#34603)

langchain-ai/langchainlangchain-anthropic==1.3.12026-01-05

Changes since langchain-anthropic==1.3.0 fix(anthropic): fix version (#34606) release(anthropic): 1.3.1 (#34605) fix(anthropic): CVE-2025-68664 (#34563) fix(anthropic): skip cache_control for code_execution blocks (#34579) fix(core): serialization patch (#34455) release(anthropic): 1.3.1 (#34337) fix(anthropic): prevent crash with cache_control and empty message content (#34025)

anomalyco/opencodev1.1.32026-01-05

## Core - Fixed terminal long-running processes in app - Preserve permission config key order to maintain user-defined permission precedence - Pass image parts to custom commands (@melihmucuk) - Add support for jp. prefix in Amazon Bedrock cross-region inference profiles (@ikeda-tomoya-swx) - Add configuration options and authentication precedence for Bedrock (@wnkz) - Transform agent improvements and optimizations - Filter out empty messages and reasoning for Anthropic API compatibility ## TUI - Expand directory on Tab, select on Enter in TUI autocomplete (@yuguorui) - Update GitHub Actions examples to use actions/checkout@v6 (@joshuadavidthomas) - Fix Lucent Orange background transparency for slash commands (@roerohan) - Add description for MCP command in documentation (@cravenceiling) - Add system theme resolution and event handling to TUI - Improve experience when operations are interrupted ## Desktop - Store image attachments in the app - Fix bottom padding in app interface - Fixed terminal flakiness issues in the app - Performance improvements through event batching in app - Fix prompt input covering content in app - Worktree selection now correctly navigates to the selected worktree - Avoid unintended submits during IME composition (@MogamiTsuchikawa) - Highlight collapsed active project in sidebar (@albingroen) - Fix flicker and navigation issues when collapsing or expanding projects in the app (@albingroen) - Add CLI installation to desktop application (@dbpolito) - Fix image dragging in project edit dialog (@albingroen) **Thank you to 10 community contributors:** - @albingroen: - fix(app): fix image dragging in project edit dialog (#6700) - fix(app): fix flicker and navigation when collapsing/expanding projects (#6658) - feat(app): highlight collapsed active project in sidebar (#6958) - @dbpolito: - Desktop: Install CLI (#6526) - @MogamiTsuchikawa: - fix(app): avoid unintended submits during IME composition (#6952) - @wnkz: - feat(bedrock): config options and authentication precedence (#6377) - @cravenceiling: - docs: add description for MCP command (#6944) - @roerohan: - fix: lucent-orng bg transparency for slash commands (#6938) - @joshuadavidthomas: - docs: update GHA examples to use `actions/checkout@v6` (#6969) - @ikeda-tomoya-swx: - fix(provider): add support for jp. prefix in Amazon Bedrock cross-region inference profiles (#6916) - @melihmucuk: - fix: pass image parts to custom commands (#6525) - @yuguorui: - tui: autocomplete: expand directory on Tab, select on Enter (#6975)

anomalyco/opencodev1.1.22026-01-05

## Core - Fix permission rule matching to use permission field instead of pattern field - Fix permission evaluation to use rule-based matching instead of wildcard patterns - Handle skill scan failures for .claude files gracefully - Handle case where big-pickle is unavailable as a fallback - Prevent main model thinking variant from applying to small model (@melihmucuk) - Increase default timeout to 30 seconds based on user feedback - Add session search functionality with debounced input and server-side filtering - Improve Rust formatter detection and add cargo fmt support ## TUI - Allow exit when viewing child session in TUI (@rmk40) - Fix symmetric padding in TUI input field - Prevent session list rows from wrapping to two lines (@rgodha24) - Fix optional session access to prevent runtime errors in TUI ## Desktop - Implement auto-scroll for active command in slash popover (@OpeOginni) - Fix responsive menu in desktop application (@dbpolito) - Optimize model dialog visibility lookups (@shkumbinhasani) - Add home icon to responsive menu in desktop app (@dbpolito) - Add SVG preview support in session viewer (@shuv1337) - Add AppStream MetaInfo file for desktop application (@NN708) - Fix mobile screen size issues (@carterworks) - Fix custom slash commands not showing on initial / (@Raviguntakala) - Improved prompt input handling in the application **Thank you to 11 community contributors:** - @melihmucuk: - fix: prevent main model thinking variant from applying to small model (#6839) - @rgodha24: - fix: prevent session list rows from wrapping to 2 lines (#6812) - @albingroen: - fix(ui): fix select chevron alignment (#6690) - @Raviguntakala: - fix(app): fix custom slash commands not showing on initial / (#6829) - @carterworks: - Fix a few mobile screen size issues (#6808) - @NN708: - feat(desktop): add AppStream MetaInfo file (#6030) - @shuv1337: - feat(app): add SVG preview support in session viewer (#6868) - @dbpolito: - Desktop: Improve Big Session Navigation - Scrollable (#6837) - Desktop: Adding Home Icon on Responsive Menu (#6794) - Desktop: Fix Responsive Menu (#6789) - @shkumbinhasani: - perf: optimize model dialog visibility lookups (#6791) - @OpeOginni: - feat(desktop): implement auto-scroll for active command in slash popover (#6797) - @rmk40: - fix(tui): allow exit when viewing child session (#6898)

zed-industries/zedv0.217.42026-01-05

- Fixed a case where an incorrect match could be generated in label_for_completion ([#44925](https://github.com/zed-industries/zed/pull/44925))

📈 仓库活跃度