@bash0816/claude-code 2.1.143 → 2.1.150

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
@@ -58,6 +58,7 @@ npm install -g @bash0816/claude-code@2.1.140
58
58
  npm install -g @bash0816/claude-code@2.1.141
59
59
  npm install -g @bash0816/claude-code@2.1.142
60
60
  npm install -g @bash0816/claude-code@2.1.143
61
+ npm install -g @bash0816/claude-code@2.1.144
61
62
  ```
62
63
 
63
64
  ## Update / 更新
@@ -82,8 +83,8 @@ Normal launch also checks the same manifest with a short timeout and prints a no
82
83
 
83
84
  - Only audited versions in `config/claude-native-audited-versions.json` can run.
84
85
  - `config/claude-native-audited-versions.json` にある監査済み version だけを実行できます。
85
- - `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`, `2.1.142`, `2.1.143` are included in the package metadata.
86
- - `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`、`2.1.142`、`2.1.143` を package metadata に含めています。
86
+ - `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`, `2.1.142`, `2.1.143`, `2.1.144` are included in the package metadata.
87
+ - `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`、`2.1.142`、`2.1.143`、`2.1.144` を package metadata に含めています。
87
88
  - The metadata file is the source of truth for the currently audited set.
88
89
  - 現在の監査済み version 集合の source of truth は metadata file です。
89
90
  - Native artifacts are cached under `${HOME}/.claude-termux-native-package`.
@@ -104,6 +104,20 @@
104
104
  "entry_js_offset": 216602500,
105
105
  "entry_end_offset": 231151175,
106
106
  "status": "termux_verified"
107
+ },
108
+ "2.1.144": {
109
+ "wrapper_spec": "@anthropic-ai/claude-code@2.1.144",
110
+ "native_spec": "@anthropic-ai/claude-code-linux-arm64@2.1.144",
111
+ "entry_js_offset": 216877940,
112
+ "entry_end_offset": 231466269,
113
+ "status": "termux_verified"
114
+ },
115
+ "2.1.150": {
116
+ "wrapper_spec": "@anthropic-ai/claude-code@2.1.150",
117
+ "native_spec": "@anthropic-ai/claude-code-linux-arm64@2.1.150",
118
+ "entry_js_offset": 221278436,
119
+ "entry_end_offset": 236586147,
120
+ "status": "termux_verified"
107
121
  }
108
122
  }
109
123
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "manifest_version": 1,
3
3
  "package_name": "@bash0816/claude-code",
4
- "latest_audited_version": "2.1.143",
5
- "latest_candidate_version": "2.1.143",
6
- "previous_stable_version": "2.1.142",
4
+ "latest_audited_version": "2.1.150",
5
+ "latest_candidate_version": "2.1.150",
6
+ "previous_stable_version": "2.1.144",
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.143",
3
+ "version": "2.1.150",
4
4
  "description": "Termux-native Claude Code wrapper with audited native replay",
5
5
  "license": "MIT",
6
6
  "bin": {