@bash0816/claude-code 2.1.136 → 2.1.137

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
@@ -51,6 +51,7 @@ npm install -g @bash0816/claude-code@2.1.123
51
51
  npm install -g @bash0816/claude-code@2.1.126
52
52
  npm install -g @bash0816/claude-code@2.1.128
53
53
  npm install -g @bash0816/claude-code@2.1.136
54
+ npm install -g @bash0816/claude-code@2.1.137
54
55
  ```
55
56
 
56
57
  ## Update / 更新
@@ -75,8 +76,8 @@ Normal launch also checks the same manifest with a short timeout and prints a no
75
76
 
76
77
  - Only audited versions in `config/claude-native-audited-versions.json` can run.
77
78
  - `config/claude-native-audited-versions.json` にある監査済み version だけを実行できます。
78
- - `2.1.118`, `2.1.119`, `2.1.121`, `2.1.122`, `2.1.123`, `2.1.126`, `2.1.128`, `2.1.136` are included in the package metadata.
79
- - `2.1.118`、`2.1.119`、`2.1.121`、`2.1.122`、`2.1.123`、`2.1.126`、`2.1.128`、`2.1.136` を package metadata に含めています。
79
+ - `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` are included in the package metadata.
80
+ - `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` を package metadata に含めています。
80
81
  - The metadata file is the source of truth for the currently audited set.
81
82
  - 現在の監査済み version 集合の source of truth は metadata file です。
82
83
  - Native artifacts are cached under `${HOME}/.claude-termux-native-package`.
@@ -55,6 +55,13 @@
55
55
  "entry_js_offset": 214359796,
56
56
  "entry_end_offset": 228641008,
57
57
  "status": "termux_verified"
58
+ },
59
+ "2.1.137": {
60
+ "wrapper_spec": "@anthropic-ai/claude-code@2.1.137",
61
+ "native_spec": "@anthropic-ai/claude-code-linux-arm64@2.1.137",
62
+ "entry_js_offset": 214359796,
63
+ "entry_end_offset": 228641008,
64
+ "status": "termux_verified"
58
65
  }
59
66
  }
60
67
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "manifest_version": 1,
3
3
  "package_name": "@bash0816/claude-code",
4
- "latest_audited_version": "2.1.136",
5
- "latest_candidate_version": "2.1.136",
6
- "previous_stable_version": "2.1.128",
4
+ "latest_audited_version": "2.1.137",
5
+ "latest_candidate_version": "2.1.137",
6
+ "previous_stable_version": "2.1.136",
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.136",
3
+ "version": "2.1.137",
4
4
  "description": "Termux-native Claude Code wrapper with audited native replay",
5
5
  "license": "MIT",
6
6
  "bin": {