Skip to content

Commit 4d939e5

Browse files
chore: 更新构建 feature 的问题
1 parent 2e9aaf4 commit 4d939e5

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

build.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rmSync(outdir, { recursive: true, force: true })
1111
// Default features that match the official CLI build.
1212
// Additional features can be enabled via FEATURE_<NAME>=1 env vars.
1313
const DEFAULT_BUILD_FEATURES = [
14+
'BUDDY', 'TRANSCRIPT_CLASSIFIER', 'BRIDGE_MODE',
1415
'AGENT_TRIGGERS_REMOTE',
1516
'CHICAGO_MCP',
1617
'VOICE_MODE',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-best",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
55
"type": "module",
66
"author": "claude-code-best <claude-code-best@proton.me>",

scripts/rcs-ccb.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
ACP_RCS_URL=http://localhost:3000 ACP_RCS_TOKEN=test-my-key acp-link ccb-bun -- --acp
1+
# ACP_RCS_URL=http://localhost:3000 ACP_RCS_TOKEN=test-my-key acp-link ccb-bun -- --acp
2+
ACP_RCS_URL=https://remote-control.claude-code-best.win/ ACP_RCS_TOKEN=test-my-key acp-link ccb-bun -- --acp

0 commit comments

Comments
 (0)