From 4d939e57226ac2f547efae7c0f8a14a6025e9dda Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sun, 19 Apr 2026 08:27:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=20feature=20=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.ts | 1 + package.json | 2 +- scripts/rcs-ccb.sh | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.ts b/build.ts index 0ba7076a7..f65804a94 100644 --- a/build.ts +++ b/build.ts @@ -11,6 +11,7 @@ rmSync(outdir, { recursive: true, force: true }) // Default features that match the official CLI build. // Additional features can be enabled via FEATURE_=1 env vars. const DEFAULT_BUILD_FEATURES = [ + 'BUDDY', 'TRANSCRIPT_CLASSIFIER', 'BRIDGE_MODE', 'AGENT_TRIGGERS_REMOTE', 'CHICAGO_MCP', 'VOICE_MODE', diff --git a/package.json b/package.json index cec32ad27..c15821715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-best", - "version": "1.4.2", + "version": "1.4.3", "description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal", "type": "module", "author": "claude-code-best ", diff --git a/scripts/rcs-ccb.sh b/scripts/rcs-ccb.sh index a16079288..ae71519f0 100644 --- a/scripts/rcs-ccb.sh +++ b/scripts/rcs-ccb.sh @@ -1 +1,2 @@ -ACP_RCS_URL=http://localhost:3000 ACP_RCS_TOKEN=test-my-key acp-link ccb-bun -- --acp +# ACP_RCS_URL=http://localhost:3000 ACP_RCS_TOKEN=test-my-key acp-link ccb-bun -- --acp +ACP_RCS_URL=https://remote-control.claude-code-best.win/ ACP_RCS_TOKEN=test-my-key acp-link ccb-bun -- --acp