-
Notifications
You must be signed in to change notification settings - Fork 3
Promote claude-code 2.1.248 to termux_verified #345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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/[email protected].245 | ||
| npm install -g @bash0816/[email protected].248 | ||
| ``` | ||
|
|
||
| ## Update / 更新 | ||
|
|
@@ -84,8 +84,8 @@ Only versions registered in the audited metadata can run. | |
| <!-- SUPPORTED_VERSIONS_TABLE_START --> | ||
| | Version | Status | | ||
| |---------|--------| | ||
| | `2.1.245` | ✅ **Recommended / 推奨** — latest | | ||
| | `2.1.241` | ✅ rollback candidate — `@candidate` dist-tag | | ||
| | `2.1.248` | ✅ **Recommended / 推奨** — latest | | ||
| | `2.1.245` | ✅ rollback candidate — `@candidate` dist-tag | | ||
| | `2.1.220-2` | ✅ stable — `@stable` dist-tag | | ||
| <!-- SUPPORTED_VERSIONS_TABLE_END --> | ||
|
|
||
|
|
@@ -96,11 +96,11 @@ Only versions registered in the audited metadata can run. | |
| **日本語:** バージョン 2.1.206-1 (候補版) では、Termux 版の `/model` コマンドで Fable 5 モデル選択肢が表示されない不具合を修正しました。原因は起動時に `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1` が強制 export されており、upstream の Bootstrap 処理(モデル取得)が抑制されていました。 | ||
|
|
||
| <!-- UPSTREAM_VERSION_START --> | ||
| Official upstream (`@anthropic-ai/claude-code`): latest `2.1.248` / stable `2.1.231` | ||
| This repo's published latest audited release: `2.1.245` | ||
| Official upstream (`@anthropic-ai/claude-code`): latest `2.1.251` / stable `2.1.236` | ||
| This repo's published latest audited release: `2.1.248` | ||
|
|
||
| 公式 upstream (`@anthropic-ai/claude-code`): latest `2.1.248` / stable `2.1.231` | ||
| この repo の公開 latest audited release: `2.1.245` | ||
| 公式 upstream (`@anthropic-ai/claude-code`): latest `2.1.251` / stable `2.1.236` | ||
| この repo の公開 latest audited release: `2.1.248` | ||
| <!-- UPSTREAM_VERSION_END --> | ||
|
|
||
| For the full version history, see [RELEASES.md](RELEASES.md). | ||
|
|
@@ -149,7 +149,7 @@ Example: | |
| 例: | ||
|
|
||
| ```text | ||
| 2.1.245 (Claude Code) | ||
| 2.1.248 (Claude Code) | ||
| ``` | ||
|
|
||
| ## Do Not Use / 非推奨 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.245", | ||
| "latest_audited_version": "2.1.248", | ||
| "latest_candidate_version": "2.1.248", | ||
| "previous_stable_version": "2.1.241", | ||
| "previous_stable_version": "2.1.245", | ||
| "stable_pinned_version": "2.1.220-2", | ||
| "manifest_url": "https://raw.githubusercontent.com/bash0816/ClaudeCode-Termux/main/config/claude-termux-release-manifest.json" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,7 +37,7 @@ npm が `claude` bin link を管理する状態になれば、通常の `npm ins | |
| Latest audited version / 最新監査済み版: | ||
|
|
||
| ```sh | ||
| npm install -g @bash0816/[email protected].245 | ||
| npm install -g @bash0816/[email protected].248 | ||
| ``` | ||
|
|
||
| ## Update / 更新 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/claude-code/config/claude-termux-release-manifest.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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.245", | ||
| "latest_audited_version": "2.1.248", | ||
| "latest_candidate_version": "2.1.248", | ||
| "previous_stable_version": "2.1.241", | ||
| "previous_stable_version": "2.1.245", | ||
| "stable_pinned_version": "2.1.220-2", | ||
| "manifest_url": "https://raw.githubusercontent.com/bash0816/ClaudeCode-Termux/main/config/claude-termux-release-manifest.json" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After
promote-and-publish.ymlretags npmlatestto 2.1.248, this new recommendation conflicts with README lines 100 and 103, which still identify 2.1.245 as the published latest audited release. The automated finalizer will not repair this becauseupdate-readme-version-guidance.jsonly matches an older two-line wording, so update both language lines here or fix the updater pattern before promotion.Useful? React with 👍 / 👎.