@go-hare/claude-code 2.6.34 → 2.6.35

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 +3 -2
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -79,7 +79,8 @@
79
79
 
80
80
  | 版本区间 | 要点 |
81
81
  | -------- | ---- |
82
- | **2.6.34** | Jump-to-bottom 后立即恢复 spinner 动画(viewport 可见性 notify) |
82
+ | **2.6.35** | Windows 打包 rg.exe 主路径 spawn+windowsHide,避免 Grep/Glob 闪 conhost |
83
+ | **2.6.34** | Jump-to-bottom 后立即恢复 spinner;agents 左箭头/daemon skew;CSI u 全角冒号等 |
83
84
  | **2.6.32–2.6.30** | alt-screen 双次 EXIT 防 Windows Terminal 多层闪窗;fullscreen / 滚轮 densable 对齐官方 2.1.210 |
84
85
  | **2.6.29** | modal 双线、滚轮残片与折叠空白修复;残差端口对齐 |
85
86
  | **2.6.x agents** | agents view 分组顺序 / review 列表 / done fold / PR 列 / fleet token / fleet needs-input / token footer |
@@ -160,7 +161,7 @@ CLAUDE_BRIDGE_OAUTH_TOKEN=test-my-key \
160
161
  claude --remote-control
161
162
  ```
162
163
 
163
- > **安装/更新失败?** 先 `npm rm -g @go-hare/claude-code` 清理旧版本,再 `npm i -g @go-hare/claude-code@latest`。仍失败可钉版本:`npm i -g @go-hare/claude-code@2.6.34`。
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.35`。
164
165
  >
165
166
  > 旧文档里的全局包名 `claude-code` 已不再对应本仓库发布流;请使用 `@go-hare/claude-code`。
166
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@go-hare/claude-code",
3
- "version": "2.6.34",
3
+ "version": "2.6.35",
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.34",
43
- "@go-hare/claude-code-darwin-x64": ">=2.6.34",
44
- "@go-hare/claude-code-linux-x64": ">=2.6.34",
45
- "@go-hare/claude-code-linux-arm64": ">=2.6.34",
46
- "@go-hare/claude-code-linux-x64-musl": ">=2.6.34",
47
- "@go-hare/claude-code-linux-arm64-musl": ">=2.6.34",
48
- "@go-hare/claude-code-win32-x64": ">=2.6.34",
49
- "@go-hare/claude-code-win32-arm64": ">=2.6.34",
42
+ "@go-hare/claude-code-darwin-arm64": ">=2.6.35",
43
+ "@go-hare/claude-code-darwin-x64": ">=2.6.35",
44
+ "@go-hare/claude-code-linux-x64": ">=2.6.35",
45
+ "@go-hare/claude-code-linux-arm64": ">=2.6.35",
46
+ "@go-hare/claude-code-linux-x64-musl": ">=2.6.35",
47
+ "@go-hare/claude-code-linux-arm64-musl": ">=2.6.35",
48
+ "@go-hare/claude-code-win32-x64": ">=2.6.35",
49
+ "@go-hare/claude-code-win32-arm64": ">=2.6.35",
50
50
  "doubaoime-asr": "^0.1.0"
51
51
  },
52
52
  "scripts": {