@go-hare/claude-code 2.7.7 → 2.7.9
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 +5 -3
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -43,12 +43,14 @@
|
|
|
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.9**),与 git tag 可能不同步。
|
|
47
47
|
|
|
48
|
-
### 近期更新(2.7.5 → 2.7.
|
|
48
|
+
### 近期更新(2.7.5 → 2.7.9)
|
|
49
49
|
|
|
50
50
|
| 版本 | 要点 |
|
|
51
51
|
| ---- | ---- |
|
|
52
|
+
| **2.7.9** | 全平台二进制重编发布(含 2.7.8 Enter 吞消息修复等当前 main)。 |
|
|
53
|
+
| **2.7.8** | **Enter 偶发吞消息修复**:对齐 densable Enter 路径(typeahead / history search / PromptInput),避免提交键在部分状态下丢输入。 |
|
|
52
54
|
| **2.7.7** | **OpenAI 兼容流多 ● 修复**:坏代理对每个 chunk 重发全文并带 `finish_reason` 时,不再反复开闭 text block(`normalizeMessages` 一行一个 ●);累计全文 delta 只 emit 后缀;assemble 侧合并相邻相同 text block 作防御。 |
|
|
53
55
|
| **2.7.6** | densable streaming 对齐:Esc 仅 salvage thinking;streaming / final 双 ● 渲染修复;daemon lifecycle 只 log 不写 stderr;agents handoff 期间 quiet daemon takeover。 |
|
|
54
56
|
| **2.7.5** | densable FileEdit/FileWrite 结果渲染;spinner 用主线程队列长度(避免 subagent 假转);idle-return 不清草稿;OSe 剪枝不写 paste ref。 |
|
|
@@ -76,7 +78,7 @@ CLAUDE_BRIDGE_OAUTH_TOKEN=your-token \
|
|
|
76
78
|
claude --remote-control
|
|
77
79
|
```
|
|
78
80
|
|
|
79
|
-
安装失败时:`npm rm -g @go-hare/claude-code` 后再装 `@latest`(可钉版本 `@2.7.
|
|
81
|
+
安装失败时:`npm rm -g @go-hare/claude-code` 后再装 `@latest`(可钉版本 `@2.7.9`)。
|
|
80
82
|
旧文档里的全局包名 `claude-code` **不再**对应本仓库发布流。
|
|
81
83
|
|
|
82
84
|
---
|
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.9",
|
|
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.9",
|
|
43
|
+
"@go-hare/claude-code-darwin-x64": ">=2.7.9",
|
|
44
|
+
"@go-hare/claude-code-linux-x64": ">=2.7.9",
|
|
45
|
+
"@go-hare/claude-code-linux-arm64": ">=2.7.9",
|
|
46
|
+
"@go-hare/claude-code-linux-x64-musl": ">=2.7.9",
|
|
47
|
+
"@go-hare/claude-code-linux-arm64-musl": ">=2.7.9",
|
|
48
|
+
"@go-hare/claude-code-win32-x64": ">=2.7.9",
|
|
49
|
+
"@go-hare/claude-code-win32-arm64": ">=2.7.9",
|
|
50
50
|
"doubaoime-asr": "^0.1.0"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|