by zwl698 · Agent Tool · ★ 41
claude-code-go 基于 Claude Code v2.1.88 Source Map 还原并翻译为 Go 语言的非官方实现 ⚠️ 警告:本仓库为非官方整理版,基于公开 npm 发布包与 Source Map 分析还原,仅供研究使用。不代表官方原始内部开发仓库结构。 📖 项目说明 什么是 Claude Code? Claude Code 是 Anthropic 官方推出的 AI 编程助手命令行工具,可以帮助开发者: 理解和导航代码库 编写和编辑代码 执行终端命令 调试和修复问题 与 MCP (Model Context Protocol) 服务器集成 本项目目的 本项目通过 npm 发布包内附带的 Source Map()还原了 TypeScript 源码(版本 2.1.88),并将其翻译为 Go 语言实现。 还原规模: 还原文件数:4756 个(含 1884 个 / 源文件) 还原方式:提取 中的 字段 为什么选择 Go 版本? 单二进制分发:无需 Node.js 运行时,编译后单个可执行文件即可运行 跨平台支持:支持 Linux、macOS、Windows 等多平台 性能优势:Go 语言的并发模型更适合处理 I/O 密集型任务 易于部署:静态编译,无外部依赖...
| Stars | 41 |
| Forks | 19 |
| Language | Go |
| Category | Agent Tool |
| Quality Score | 59.6386138101644/100 |
| Last Updated | 2026-04-03 |
| Created | 2026-03-31 |
| Platforms | claude-code, cli, go |
| Est. Tokens | ~5522k |
These tools work well together with claude-code-go for enhanced workflows:
Explore other popular agent tool tools:
claude-code-go is 本仓库通过 npm 发布包(@anthropic-ai/claude-code)内附带的 source map(cli.js.map)还原的 TypeScript 源码,版本为 2.1.88。本从仓库翻译为go版本. It is categorized as a Agent Tool with 41 GitHub stars.
claude-code-go is primarily written in Go. It covers topics such as ai-agent, ai-coding, claude-code.
You can find installation instructions and usage details in the claude-code-go GitHub repository at github.com/zwl698/claude-code-go. The project has 41 stars and 19 forks, indicating an active community.