chore: 更新版本到 1.3.2

This commit is contained in:
claude-code-best
2026-04-12 22:47:03 +08:00
parent 8399d9ed20
commit 1071270ce3
4 changed files with 27 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-code-best",
"version": "1.2.1",
"version": "1.3.2",
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
"type": "module",
"author": "claude-code-best <claude-code-best@proton.me>",
@@ -25,8 +25,9 @@
"bun": ">=1.2.0"
},
"bin": {
"ccb": "dist/cli.js",
"claude-code-best": "dist/cli.js"
"ccb": "dist/cli-node.js",
"ccb-bun": "dist/cli-bun.js",
"claude-code-best": "dist/cli-node.js"
},
"workspaces": [
"packages/*",
@@ -34,8 +35,8 @@
],
"files": [
"dist",
"scripts/download-ripgrep.ts",
"scripts/postinstall.cjs"
"scripts/postinstall.cjs",
"scripts/setup-chrome-mcp.mjs"
],
"scripts": {
"build": "bun run build.ts",