Skip to content

Releases: claude-code-best/claude-code

v2

23 Apr 14:30

Choose a tag to compare

v2
  • 修复构建问题,产出可运行版本
  • 实现 Computer Use 三件套:@ant/computer-use-input(键鼠模拟)、@ant/co
    mputer-use-swift(截图/应用管理)、@ant/computer-use-mcp(MCP server)
  • 添加代码健康度检查脚本(knip 冗余代码检测)
  • 编写 Mintlify 文档站
  • 添加 SECURITY.md

v1

23 Apr 14:29

Choose a tag to compare

v1
  • 反编译 Anthropic 官方 Claude Code CLI,恢复核心功能
  • 完成 monorepo 构建体系(Bun workspaces + 15 个 workspace packages)
  • 实现所有 4 个 NAPI
    包(modifiers、image-processor、audio-capture、url-handler)
  • TypeScript strict 模式全量类型修复,消除所有 any
  • 配置 Biome 代码格式化与 lint
  • 配置 Git pre-commit hook
  • 搭建 GitHub Actions CI 流水线
  • 搭建单元测试基础设施