@go-hare/claude-code 2.6.37 → 2.7.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -79,7 +79,7 @@
79
79
 
80
80
  | 版本区间 | 要点 |
81
81
  | -------- | ---- |
82
- | **2.6.37** | Windows taskkill 用 System32 绝对路径对齐 densable;Ctrl+C 退出前抢先关鼠标与 cleanup 避 move 残字(LOCAL) |
82
+ | **2.7.0** | Windows taskkill 用 System32 绝对路径对齐 densable;Ctrl+C 退出前抢先关鼠标与 cleanup 避 move 残字(LOCAL) |
83
83
  | **2.6.36** | Windows taskkill/shell 探测 windowsHide,避免 Bash 中断与 /exit 闪窗(LOCAL) |
84
84
  | **2.6.35** | Windows 打包 rg.exe 主路径 spawn+windowsHide,避免 Grep/Glob 闪 conhost |
85
85
  | **2.6.34** | Jump-to-bottom 后立即恢复 spinner;agents 左箭头/daemon skew;CSI u 全角冒号等 |
@@ -163,7 +163,7 @@ CLAUDE_BRIDGE_OAUTH_TOKEN=test-my-key \
163
163
  claude --remote-control
164
164
  ```
165
165
 
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`。
166
+ > **安装/更新失败?** 先 `npm rm -g @go-hare/claude-code` 清理旧版本,再 `npm i -g @go-hare/claude-code@latest`。仍失败可钉版本:`npm i -g @go-hare/claude-code@2.7.0`。
167
167
  >
168
168
  > 旧文档里的全局包名 `claude-code` 已不再对应本仓库发布流;请使用 `@go-hare/claude-code`。
169
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-hare/claude-code",
3
- "version": "2.6.37",
3
+ "version": "2.7.0",
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.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",
42
+ "@go-hare/claude-code-darwin-arm64": ">=2.7.0",
43
+ "@go-hare/claude-code-darwin-x64": ">=2.7.0",
44
+ "@go-hare/claude-code-linux-x64": ">=2.7.0",
45
+ "@go-hare/claude-code-linux-arm64": ">=2.7.0",
46
+ "@go-hare/claude-code-linux-x64-musl": ">=2.7.0",
47
+ "@go-hare/claude-code-linux-arm64-musl": ">=2.7.0",
48
+ "@go-hare/claude-code-win32-x64": ">=2.7.0",
49
+ "@go-hare/claude-code-win32-arm64": ">=2.7.0",
50
50
  "doubaoime-asr": "^0.1.0"
51
51
  },
52
52
  "scripts": {