@bash0816/claude-code 2.1.139 → 2.1.141

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 CHANGED
@@ -54,6 +54,8 @@ npm install -g @bash0816/claude-code@2.1.136
54
54
  npm install -g @bash0816/claude-code@2.1.137
55
55
  npm install -g @bash0816/claude-code@2.1.138
56
56
  npm install -g @bash0816/claude-code@2.1.139
57
+ npm install -g @bash0816/claude-code@2.1.140
58
+ npm install -g @bash0816/claude-code@2.1.141
57
59
  ```
58
60
 
59
61
  ## Update / 更新
@@ -78,8 +80,8 @@ Normal launch also checks the same manifest with a short timeout and prints a no
78
80
 
79
81
  - Only audited versions in `config/claude-native-audited-versions.json` can run.
80
82
  - `config/claude-native-audited-versions.json` にある監査済み version だけを実行できます。
81
- - `2.1.118`, `2.1.119`, `2.1.121`, `2.1.122`, `2.1.123`, `2.1.126`, `2.1.128`, `2.1.136`, `2.1.137`, `2.1.138`, `2.1.139` are included in the package metadata.
82
- - `2.1.118`、`2.1.119`、`2.1.121`、`2.1.122`、`2.1.123`、`2.1.126`、`2.1.128`、`2.1.136`、`2.1.137`、`2.1.138`、`2.1.139` を package metadata に含めています。
83
+ - `2.1.118`, `2.1.119`, `2.1.121`, `2.1.122`, `2.1.123`, `2.1.126`, `2.1.128`, `2.1.136`, `2.1.137`, `2.1.138`, `2.1.139`, `2.1.140`, `2.1.141` are included in the package metadata.
84
+ - `2.1.118`、`2.1.119`、`2.1.121`、`2.1.122`、`2.1.123`、`2.1.126`、`2.1.128`、`2.1.136`、`2.1.137`、`2.1.138`、`2.1.139`、`2.1.140`、`2.1.141` を package metadata に含めています。
83
85
  - The metadata file is the source of truth for the currently audited set.
84
86
  - 現在の監査済み version 集合の source of truth は metadata file です。
85
87
  - Native artifacts are cached under `${HOME}/.claude-termux-native-package`.
@@ -76,6 +76,20 @@
76
76
  "entry_js_offset": 214907060,
77
77
  "entry_end_offset": 229261135,
78
78
  "status": "termux_verified"
79
+ },
80
+ "2.1.140": {
81
+ "wrapper_spec": "@anthropic-ai/claude-code@2.1.140",
82
+ "native_spec": "@anthropic-ai/claude-code-linux-arm64@2.1.140",
83
+ "entry_js_offset": 215244548,
84
+ "entry_end_offset": 229639310,
85
+ "status": "termux_verified"
86
+ },
87
+ "2.1.141": {
88
+ "wrapper_spec": "@anthropic-ai/claude-code@2.1.141",
89
+ "native_spec": "@anthropic-ai/claude-code-linux-arm64@2.1.141",
90
+ "entry_js_offset": 216126612,
91
+ "entry_end_offset": 230636245,
92
+ "status": "termux_verified"
79
93
  }
80
94
  }
81
95
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "manifest_version": 1,
3
3
  "package_name": "@bash0816/claude-code",
4
- "latest_audited_version": "2.1.139",
5
- "latest_candidate_version": "2.1.139",
6
- "previous_stable_version": "2.1.138",
4
+ "latest_audited_version": "2.1.141",
5
+ "latest_candidate_version": "2.1.141",
6
+ "previous_stable_version": "2.1.140",
7
7
  "manifest_url": "https://raw.githubusercontent.com/bash0816/ClaudeCode-Termux/main/config/claude-termux-release-manifest.json"
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bash0816/claude-code",
3
- "version": "2.1.139",
3
+ "version": "2.1.141",
4
4
  "description": "Termux-native Claude Code wrapper with audited native replay",
5
5
  "license": "MIT",
6
6
  "bin": {