@go-hare/claude-code 2.7.2 → 2.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
|
|
44
44
|
仓库里**没有**独立的 `src/core` / `src/hosts` / `src/runtime` 包级 Agent Core 分层;旧文档里的 `createAgent from 'claude/core'`、`./core` 子路径描述已过时,请勿依赖。
|
|
45
45
|
|
|
46
|
-
近期主线在对齐 **densable 2.1.211** 的 agent / 会话 / 队列 / inbox / daemon 行为(git tag `v2.8.5` 合入前、`v2.8.6` 合入后)。**npm 包版本以 `package.json` / npm 为准**(当前发布线 **2.7.
|
|
46
|
+
近期主线在对齐 **densable 2.1.211** 的 agent / 会话 / 队列 / inbox / daemon 行为(git tag `v2.8.5` 合入前、`v2.8.6` 合入后)。**npm 包版本以 `package.json` / npm 为准**(当前发布线 **2.7.3**),与 git tag 可能不同步。
|
|
47
47
|
|
|
48
48
|
---
|
|
49
49
|
|
|
@@ -68,7 +68,7 @@ CLAUDE_BRIDGE_OAUTH_TOKEN=your-token \
|
|
|
68
68
|
claude --remote-control
|
|
69
69
|
```
|
|
70
70
|
|
|
71
|
-
安装失败时:`npm rm -g @go-hare/claude-code` 后再装 `@latest`(可钉版本 `@2.7.
|
|
71
|
+
安装失败时:`npm rm -g @go-hare/claude-code` 后再装 `@latest`(可钉版本 `@2.7.3`)。
|
|
72
72
|
旧文档里的全局包名 `claude-code` **不再**对应本仓库发布流。
|
|
73
73
|
|
|
74
74
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@go-hare/claude-code",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.3",
|
|
4
4
|
"description": "Source restoration / engineering rebuild of Anthropic Claude Code CLI — multi-provider models, self-hosted Remote Control, ACP, daemon sessions, MCP, plugins, and terminal automation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "DeQiang",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"cli-wrapper.cjs"
|
|
45
45
|
],
|
|
46
46
|
"optionalDependencies": {
|
|
47
|
-
"@go-hare/claude-code-darwin-arm64": ">=2.7.
|
|
48
|
-
"@go-hare/claude-code-darwin-x64": ">=2.7.
|
|
49
|
-
"@go-hare/claude-code-linux-x64": ">=2.7.
|
|
50
|
-
"@go-hare/claude-code-linux-arm64": ">=2.7.
|
|
51
|
-
"@go-hare/claude-code-linux-x64-musl": ">=2.7.
|
|
52
|
-
"@go-hare/claude-code-linux-arm64-musl": ">=2.7.
|
|
53
|
-
"@go-hare/claude-code-win32-x64": ">=2.7.
|
|
54
|
-
"@go-hare/claude-code-win32-arm64": ">=2.7.
|
|
47
|
+
"@go-hare/claude-code-darwin-arm64": ">=2.7.3",
|
|
48
|
+
"@go-hare/claude-code-darwin-x64": ">=2.7.3",
|
|
49
|
+
"@go-hare/claude-code-linux-x64": ">=2.7.3",
|
|
50
|
+
"@go-hare/claude-code-linux-arm64": ">=2.7.3",
|
|
51
|
+
"@go-hare/claude-code-linux-x64-musl": ">=2.7.3",
|
|
52
|
+
"@go-hare/claude-code-linux-arm64-musl": ">=2.7.3",
|
|
53
|
+
"@go-hare/claude-code-win32-x64": ">=2.7.3",
|
|
54
|
+
"@go-hare/claude-code-win32-arm64": ">=2.7.3",
|
|
55
55
|
"doubaoime-asr": "^0.1.0"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|