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.219
npm install -g @bash0816/claude-code@2.1.220
```

## 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.219` | ✅ **Recommended / 推奨** — latest |
| `2.1.218` | ✅ rollback candidate — `@candidate` dist-tag |
| `2.1.220` | ✅ **Recommended / 推奨** — latest |
| `2.1.219` | ✅ 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.219 (Claude Code)
2.1.220 (Claude Code)
```

## Do Not Use / 非推奨
Expand Down
19 changes: 19 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 2.1.220 — 2026-07-25 ✅ Current audited / 現在の監査済み版

upstream claude-code 2.1.220 追従。Termux 実機検証済み(全テスト通過 / TUI 起動確認)。

**Upstream highlights / 主な変更(upstream)**

## What's changed

- Bug fixes and reliability improvements

```sh
npm install -g @bash0816/claude-code@latest
```

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

---
## 2.1.219 — 2026-07-25 ✅ Current audited / 現在の監査済み版

upstream claude-code 2.1.219 追従。Termux 実機検証済み(全テスト通過 / TUI 起動確認)。
Expand Down
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.219
npm install -g @bash0816/claude-code@2.1.220
```

## Update / 更新
Expand Down