@go-hare/claude-code 2.7.13 → 2.7.14
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 +4 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -43,12 +43,13 @@
|
|
|
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.14**),与 git tag 可能不同步。
|
|
47
47
|
|
|
48
|
-
### 近期更新(2.7.5 → 2.7.
|
|
48
|
+
### 近期更新(2.7.5 → 2.7.14)
|
|
49
49
|
|
|
50
50
|
| 版本 | 要点 |
|
|
51
51
|
| ---- | ---- |
|
|
52
|
+
| **2.7.14** | **贴图降级修复**:图片 resize 失败时降级为文本提示,不再整轮吞消息。 |
|
|
52
53
|
| **2.7.13** | **贴图 Enter 抢键修复**:贴图时清 footer,避免两个 shell 同时响应 Enter 吞消息;Fable consent 拒绝时不再错误写入 sticky effort / N9。 |
|
|
53
54
|
| **2.7.12** | **贴图后打字吞消息修复**:共享 live ref,避免贴图 pill 后被同 tick 键入冲掉;Enter 路径进一步对齐。 |
|
|
54
55
|
| **2.7.11** | **Effort densable 对齐**:模型驱动 effort resolve、ultracode 会话模式、ModelPicker pin 约定、effort pin 落盘;粘性滚动白屏与 effort toast 同 key 刷新修复;文字+图片同 tick Enter 吞消息修复。 |
|
|
@@ -82,7 +83,7 @@ CLAUDE_BRIDGE_OAUTH_TOKEN=your-token \
|
|
|
82
83
|
claude --remote-control
|
|
83
84
|
```
|
|
84
85
|
|
|
85
|
-
安装失败时:`npm rm -g @go-hare/claude-code` 后再装 `@latest`(可钉版本 `@2.7.
|
|
86
|
+
安装失败时:`npm rm -g @go-hare/claude-code` 后再装 `@latest`(可钉版本 `@2.7.14`)。
|
|
86
87
|
旧文档里的全局包名 `claude-code` **不再**对应本仓库发布流。
|
|
87
88
|
|
|
88
89
|
---
|
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.14",
|
|
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",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"optionalDependencies": {
|
|
42
|
-
"@go-hare/claude-code-darwin-arm64": ">=2.7.
|
|
43
|
-
"@go-hare/claude-code-darwin-x64": ">=2.7.
|
|
44
|
-
"@go-hare/claude-code-linux-x64": ">=2.7.
|
|
45
|
-
"@go-hare/claude-code-linux-arm64": ">=2.7.
|
|
46
|
-
"@go-hare/claude-code-linux-x64-musl": ">=2.7.
|
|
47
|
-
"@go-hare/claude-code-linux-arm64-musl": ">=2.7.
|
|
48
|
-
"@go-hare/claude-code-win32-x64": ">=2.7.
|
|
49
|
-
"@go-hare/claude-code-win32-arm64": ">=2.7.
|
|
42
|
+
"@go-hare/claude-code-darwin-arm64": ">=2.7.14",
|
|
43
|
+
"@go-hare/claude-code-darwin-x64": ">=2.7.14",
|
|
44
|
+
"@go-hare/claude-code-linux-x64": ">=2.7.14",
|
|
45
|
+
"@go-hare/claude-code-linux-arm64": ">=2.7.14",
|
|
46
|
+
"@go-hare/claude-code-linux-x64-musl": ">=2.7.14",
|
|
47
|
+
"@go-hare/claude-code-linux-arm64-musl": ">=2.7.14",
|
|
48
|
+
"@go-hare/claude-code-win32-x64": ">=2.7.14",
|
|
49
|
+
"@go-hare/claude-code-win32-arm64": ">=2.7.14",
|
|
50
50
|
"doubaoime-asr": "^0.1.0"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|