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>