@go-hare/claude-code 2.6.35 → 2.6.37
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 +3 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -79,6 +79,8 @@
|
|
|
79
79
|
|
|
80
80
|
| 版本区间 | 要点 |
|
|
81
81
|
| -------- | ---- |
|
|
82
|
+
| **2.6.37** | Windows taskkill 用 System32 绝对路径对齐 densable;Ctrl+C 退出前抢先关鼠标与 cleanup 避 move 残字(LOCAL) |
|
|
83
|
+
| **2.6.36** | Windows taskkill/shell 探测 windowsHide,避免 Bash 中断与 /exit 闪窗(LOCAL) |
|
|
82
84
|
| **2.6.35** | Windows 打包 rg.exe 主路径 spawn+windowsHide,避免 Grep/Glob 闪 conhost |
|
|
83
85
|
| **2.6.34** | Jump-to-bottom 后立即恢复 spinner;agents 左箭头/daemon skew;CSI u 全角冒号等 |
|
|
84
86
|
| **2.6.32–2.6.30** | alt-screen 双次 EXIT 防 Windows Terminal 多层闪窗;fullscreen / 滚轮 densable 对齐官方 2.1.210 |
|
|
@@ -161,7 +163,7 @@ CLAUDE_BRIDGE_OAUTH_TOKEN=test-my-key \
|
|
|
161
163
|
claude --remote-control
|
|
162
164
|
```
|
|
163
165
|
|
|
164
|
-
> **安装/更新失败?** 先 `npm rm -g @go-hare/claude-code` 清理旧版本,再 `npm i -g @go-hare/claude-code@latest`。仍失败可钉版本:`npm i -g @go-hare/claude-code@2.6.
|
|
166
|
+
> **安装/更新失败?** 先 `npm rm -g @go-hare/claude-code` 清理旧版本,再 `npm i -g @go-hare/claude-code@latest`。仍失败可钉版本:`npm i -g @go-hare/claude-code@2.6.37`。
|
|
165
167
|
>
|
|
166
168
|
> 旧文档里的全局包名 `claude-code` 已不再对应本仓库发布流;请使用 `@go-hare/claude-code`。
|
|
167
169
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@go-hare/claude-code",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.37",
|
|
4
4
|
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "DeQiang",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"cli-wrapper.cjs"
|
|
40
40
|
],
|
|
41
41
|
"optionalDependencies": {
|
|
42
|
-
"@go-hare/claude-code-darwin-arm64": ">=2.6.
|
|
43
|
-
"@go-hare/claude-code-darwin-x64": ">=2.6.
|
|
44
|
-
"@go-hare/claude-code-linux-x64": ">=2.6.
|
|
45
|
-
"@go-hare/claude-code-linux-arm64": ">=2.6.
|
|
46
|
-
"@go-hare/claude-code-linux-x64-musl": ">=2.6.
|
|
47
|
-
"@go-hare/claude-code-linux-arm64-musl": ">=2.6.
|
|
48
|
-
"@go-hare/claude-code-win32-x64": ">=2.6.
|
|
49
|
-
"@go-hare/claude-code-win32-arm64": ">=2.6.
|
|
42
|
+
"@go-hare/claude-code-darwin-arm64": ">=2.6.37",
|
|
43
|
+
"@go-hare/claude-code-darwin-x64": ">=2.6.37",
|
|
44
|
+
"@go-hare/claude-code-linux-x64": ">=2.6.37",
|
|
45
|
+
"@go-hare/claude-code-linux-arm64": ">=2.6.37",
|
|
46
|
+
"@go-hare/claude-code-linux-x64-musl": ">=2.6.37",
|
|
47
|
+
"@go-hare/claude-code-linux-arm64-musl": ">=2.6.37",
|
|
48
|
+
"@go-hare/claude-code-win32-x64": ">=2.6.37",
|
|
49
|
+
"@go-hare/claude-code-win32-arm64": ">=2.6.37",
|
|
50
50
|
"doubaoime-asr": "^0.1.0"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|