Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Existing users on older installs should keep using `claude update` to migrate on
Latest audited version / 最新監査済み版:

```sh
npm install -g @bash0816/claude-code@2.1.218
npm install -g @bash0816/claude-code@2.1.219
```

## Update / 更新
Expand Down Expand Up @@ -84,8 +84,8 @@ Only versions registered in the audited metadata can run.
<!-- SUPPORTED_VERSIONS_TABLE_START -->
| Version | Status |
|---------|--------|
| `2.1.218` | ✅ **Recommended / 推奨** — latest |
| `2.1.217` | ✅ rollback candidate — `@candidate` dist-tag |
| `2.1.219` | ✅ **Recommended / 推奨** — latest |
| `2.1.218` | ✅ rollback candidate — `@candidate` dist-tag |
| `2.1.193` | ✅ stable — `@stable` dist-tag |
<!-- SUPPORTED_VERSIONS_TABLE_END -->

Expand Down Expand Up @@ -143,7 +143,7 @@ Example:
例:

```text
2.1.218 (Claude Code)
2.1.219 (Claude Code)
```

## Do Not Use / 非推奨
Expand Down
2 changes: 1 addition & 1 deletion config/claude-native-audited-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
"entry_end_offset": 265451802,
"tarball_integrity": "sha512-G5yLidk2u6djL5PPuBYXVwVhTsZY5zLoZwh1Jnrd/IRyYb0P0x4gKTzVvGlsGepkBrOp0H2k/KuicyNPrXt57Q==",
"tarball_sha256": "cf4ae671f08b91ac75ea63c8497e7ff4e3bdbe522b0f83bff2de162d44e0eb15",
"status": "offset_discovered"
"status": "termux_verified"
}
}
}
4 changes: 2 additions & 2 deletions config/claude-termux-release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"manifest_version": 1,
"package_name": "@bash0816/claude-code",
"latest_audited_version": "2.1.218",
"latest_audited_version": "2.1.219",
"latest_candidate_version": "2.1.219",
"previous_stable_version": "2.1.217",
"previous_stable_version": "2.1.218",
"stable_pinned_version": "2.1.193",
"manifest_url": "https://raw.githubusercontent.com/bash0816/ClaudeCode-Termux/main/config/claude-termux-release-manifest.json"
}
2 changes: 1 addition & 1 deletion packages/claude-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ npm が `claude` bin link を管理する状態になれば、通常の `npm ins
Latest audited version / 最新監査済み版:

```sh
npm install -g @bash0816/claude-code@2.1.218
npm install -g @bash0816/claude-code@2.1.219
```

## Update / 更新
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
"entry_end_offset": 265451802,
"tarball_integrity": "sha512-G5yLidk2u6djL5PPuBYXVwVhTsZY5zLoZwh1Jnrd/IRyYb0P0x4gKTzVvGlsGepkBrOp0H2k/KuicyNPrXt57Q==",
"tarball_sha256": "cf4ae671f08b91ac75ea63c8497e7ff4e3bdbe522b0f83bff2de162d44e0eb15",
"status": "offset_discovered"
"status": "termux_verified"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"manifest_version": 1,
"package_name": "@bash0816/claude-code",
"latest_audited_version": "2.1.218",
"latest_audited_version": "2.1.219",
"latest_candidate_version": "2.1.219",
"previous_stable_version": "2.1.217",
"previous_stable_version": "2.1.218",
"stable_pinned_version": "2.1.193",
"manifest_url": "https://raw.githubusercontent.com/bash0816/ClaudeCode-Termux/main/config/claude-termux-release-manifest.json"
}