merge: sync upstream claude-code-best/claude-code main (1a4e970)#28
Open
y574444354 wants to merge 5 commits intomainfrom
Open
merge: sync upstream claude-code-best/claude-code main (1a4e970)#28y574444354 wants to merge 5 commits intomainfrom
y574444354 wants to merge 5 commits intomainfrom
Conversation
* fix: 修复 Bun 的 polyfill 问题 * fix: 类型修复完成 * feat: 统一所有包的类型文件 * fix: 修复构建问题
同步上游 4 个新提交: - fix: 修复类型问题(claude-code-best#267) (claude-code-best#271) - docs: 修复链接 - fix: 修复 node 下 ws 没打包问题 - fix: 修复 n 快捷键导致关闭的问题 冲突解决: - README.md: 保留上游特性表格 + 保留 fork 品牌内容 - package.json: 保留 @costrict/csc 名称和版本,接纳上游 typecheck 脚本
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构建成功