Merged
Conversation
包含安装配置、Web UI 使用、蓝图/蜂群/定时任务等核心功能详解、 CLAUDE.md/Skills/MCP/Hooks 等进阶用法、FAQ,并更新 README 导航链接和 sitemap。 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Refactor timeout management to be cancellable, preventing resource leaks when tasks complete before timeout fires. Fix retry logic in parallel executor to avoid retry loops by removing redundant retry logic at catch handler level. Improve agent pool queue to properly reject pending requests on shutdown. Add Ctrl+C handling in auth flow raw mode. Implement graceful shutdown with timeout protection for CLI signal handlers. Add edge case handling for empty task arrays in execution time estimation.
Git 版本号从 2.47.1.2 改为 2.47.1,因为 npmmirror 镜像 未同步该 patch release,导致国内用户下载失败。 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Related Issue
Testing
npx tsc --noEmitpassesnpm test -- --runpassesScreenshots