feat: 添加初始项目结构和基础文件
CI - 构建、测试和质量检查 / Rust 代码检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 单元测试 (push) Has been cancelled
CI - 构建、测试和质量检查 / 代码格式检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / Clippy 代码质量检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
CI - 构建、测试和质量检查 / Rust 代码检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 单元测试 (push) Has been cancelled
CI - 构建、测试和质量检查 / 代码格式检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / Clippy 代码质量检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
- 添加 Rust GUI 桌面应用程序入口点 - 添加 TypeScript/JavaScript 项目基础结构文件 - 包含组件、工具、命令、服务和工具定义 - 添加配置文件如 .gitignore、.gitattributes 和 LICENSE - 包含图片资源和演示文件 - 为各种功能模块添加占位符和类型定义
This commit is contained in:
@@ -0,0 +1,99 @@
|
||||
{
|
||||
"name": "@anthropic-ai/claude-code",
|
||||
"version": "999.0.0-restored",
|
||||
"private": true,
|
||||
"description": "Restored Claude Code source tree reconstructed from source maps.",
|
||||
"license": "SEE LICENSE IN LICENSE.md",
|
||||
"type": "module",
|
||||
"packageManager": "bun@1.3.5",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/anthropics/claude-code.git"
|
||||
},
|
||||
"engines": {
|
||||
"bun": ">=1.3.5",
|
||||
"node": ">=24.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "bun run ./src/bootstrap-entry.ts",
|
||||
"start": "bun run ./src/bootstrap-entry.ts",
|
||||
"version": "bun run ./src/bootstrap-entry.ts --version",
|
||||
"dev:restore-check": "bun run ./src/dev-entry.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@alcalzone/ansi-tokenize": "*",
|
||||
"@ant/claude-for-chrome-mcp": "file:./shims/ant-claude-for-chrome-mcp",
|
||||
"@ant/computer-use-input": "file:./shims/ant-computer-use-input",
|
||||
"@ant/computer-use-mcp": "file:./shims/ant-computer-use-mcp",
|
||||
"@ant/computer-use-swift": "file:./shims/ant-computer-use-swift",
|
||||
"@anthropic-ai/claude-agent-sdk": "*",
|
||||
"@anthropic-ai/mcpb": "*",
|
||||
"@anthropic-ai/sandbox-runtime": "*",
|
||||
"@anthropic-ai/sdk": "*",
|
||||
"@aws-sdk/client-bedrock-runtime": "*",
|
||||
"@commander-js/extra-typings": "*",
|
||||
"@growthbook/growthbook": "*",
|
||||
"@modelcontextprotocol/sdk": "*",
|
||||
"@opentelemetry/api": "*",
|
||||
"@opentelemetry/api-logs": "*",
|
||||
"@opentelemetry/core": "*",
|
||||
"@opentelemetry/resources": "*",
|
||||
"@opentelemetry/sdk-logs": "*",
|
||||
"@opentelemetry/sdk-metrics": "*",
|
||||
"@opentelemetry/sdk-trace-base": "*",
|
||||
"@opentelemetry/semantic-conventions": "*",
|
||||
"ajv": "*",
|
||||
"asciichart": "*",
|
||||
"auto-bind": "*",
|
||||
"axios": "*",
|
||||
"bidi-js": "*",
|
||||
"chalk": "*",
|
||||
"chokidar": "*",
|
||||
"cli-boxes": "*",
|
||||
"code-excerpt": "*",
|
||||
"diff": "*",
|
||||
"emoji-regex": "*",
|
||||
"env-paths": "*",
|
||||
"execa": "*",
|
||||
"figures": "*",
|
||||
"fuse.js": "*",
|
||||
"get-east-asian-width": "*",
|
||||
"google-auth-library": "*",
|
||||
"highlight.js": "*",
|
||||
"https-proxy-agent": "*",
|
||||
"ignore": "*",
|
||||
"indent-string": "*",
|
||||
"ink": "*",
|
||||
"jsonc-parser": "*",
|
||||
"lodash-es": "*",
|
||||
"lru-cache": "*",
|
||||
"marked": "*",
|
||||
"p-map": "*",
|
||||
"picomatch": "*",
|
||||
"proper-lockfile": "*",
|
||||
"qrcode": "*",
|
||||
"react": "*",
|
||||
"react-reconciler": "*",
|
||||
"semver": "*",
|
||||
"shell-quote": "*",
|
||||
"signal-exit": "*",
|
||||
"stack-utils": "*",
|
||||
"strip-ansi": "*",
|
||||
"supports-hyperlinks": "*",
|
||||
"tree-kill": "*",
|
||||
"type-fest": "*",
|
||||
"undici": "*",
|
||||
"usehooks-ts": "*",
|
||||
"vscode-jsonrpc": "*",
|
||||
"vscode-languageserver-protocol": "*",
|
||||
"vscode-languageserver-types": "*",
|
||||
"wrap-ansi": "*",
|
||||
"ws": "*",
|
||||
"xss": "*",
|
||||
"yaml": "*",
|
||||
"zod": "*",
|
||||
"color-diff-napi": "file:./shims/color-diff-napi",
|
||||
"modifiers-napi": "file:./shims/modifiers-napi",
|
||||
"url-handler-napi": "file:./shims/url-handler-napi"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user