merge: sync upstream claude-code-best/claude-code main (1a4e970)#28
Merged
y574444354 merged 4 commits intomainfrom Apr 16, 2026
Merged
merge: sync upstream claude-code-best/claude-code main (1a4e970)#28y574444354 merged 4 commits intomainfrom
y574444354 merged 4 commits intomainfrom
Conversation
e97c6ee to
e00d348
Compare
* fix: 修复 Bun 的 polyfill 问题 * fix: 类型修复完成 * feat: 统一所有包的类型文件 * fix: 修复构建问题
e00d348 to
da60b49
Compare
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
同步上游
claude-code-best/claude-codemain 分支的最新 4 个提交:1a4e9702fix: 修复类型问题(Typescript type compiling error claude-code-best/claude-code#267) (fix: 修复类型问题(#267) claude-code-best/claude-code#271)2273a0bcdocs: 修复链接b80483c2fix: 修复 node 下 ws 没打包问题8442aaadfix: 修复 n 快捷键导致关闭的问题Conflict Resolution
README.md---分隔线---分隔线package.json@costrict/csc品牌名和版本号,接纳上游新增的typecheck脚本Test plan
bun install正常安装bun run typecheck通过bun test通过bun run build构建成功