release(claude): re-publish v2.1.119 SEA binary with ae2_anthropic_prefix_filter patch
Picker /model showed only 4 models even though settings.availableModels had 19.
Root cause was a second filter in the bundle that ae1 didn't catch — see
claude_code_patcher commit for full analysis.
New binary applies 8 patches (was 7), including ae2 to remove the
`startsWith("anthropic.")` predicate so all custom models pass through.
binary_sha256: 0cc8906fddea3c6c9a1829d402069cafb0d8433d5bf1097645bbbef6a2f3b7b2 (was ac6f09b8)
size: unchanged (245,230,208 bytes — same-length byte patch)
wrapper: unchanged
After re-running uclaude_install.sh, /model picker should display all 19
models from settings.availableModels.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"version": "2.1.119",
|
||||
"created_at": "2026-04-26T06:14:10.687832+00:00",
|
||||
"binary_sha256": "ac6f09b82418bab574d24623988d8efeec98b8f27f1bc3522a469fdaa7ed949a",
|
||||
"binary_sha256": "0cc8906fddea3c6c9a1829d402069cafb0d8433d5bf1097645bbbef6a2f3b7b2",
|
||||
"binary_size": 245230208,
|
||||
"wrapper_sha256": "f7672261506ebbee37536003a7468002f46f4cc569ba97a2ac061f16c5613b2f",
|
||||
"wrapper_size": 5516,
|
||||
"install_type": "sea_binary"
|
||||
"install_type": "sea_binary",
|
||||
"patches": [
|
||||
"ae2_anthropic_prefix_filter"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user