Highlights
- Added GPT-5.5 and GPT-5.5-fast to ProxyPal's backend OpenCode reconfigure path, so clicking reconfigure now writes these aliases into the generated
proxypalprovider config even if the running sidecar model list is stale. - Updated GPT-5.5 model limits to use the GPT-5.4 full/fast profile for generated OpenCode model metadata.
- Made CLIProxyAPI sidecar updates channel-aware: default Plus channel is preserved, with optional mainline channel support for manual updates and CI workflow dispatch.
Sidecar notes
- CLIProxyAPI mainline v6.9.36 is reachable and smoke-tested through the updater script.
- CLIProxyAPIPlus remains the default bundle channel to preserve Plus-only provider auth behavior, but its upstream GitHub repo/assets were returning 404 during verification; use the
mainlinechannel only when you intentionally want mainline behavior.
Verification
pnpm check:parallelpassed (format clean, typecheck clean, lint 90 existing warnings / 0 errors).cargo checkpassed forproxypal v0.4.26.pnpm testpassed (10/10 tests).pnpm buildpassed with expected Vite chunk warnings.CLIPROXYAPI_CHANNEL=mainline node scripts/update-sidecar.mjsresolved CLIProxyAPI v6.9.36 and skipped overwrite because the local binary already existed.