OK Code v0.23.0
OK Code v0.23.0
Date: 2026-04-13
Tag: v0.23.0
Summary
This release expands provider coverage, hardens auth and gateway setup, and cleans up the configuration and review flows needed for the next OK Code release train.
Highlights
- Add GitHub Copilot provider support.
- Add language switcher and Openclaw auth proxy.
- Add API auth seamline and minimal Claude proxy.
- Split SME chat list and add auto-scroll handling.
- Add configurable browser preview start page.
- Add provider availability settings and picker filtering.
- Add in-app browser helper for Tweakcn settings.
- Add hotkey settings editor and keybinding reset support.
Detailed changes
- Providers and auth
GitHub Copilot support now ships alongside the existing provider stack, and Claude/OpenClaw setup flows received additional auth proxy and token-handling work so provider onboarding is more reliable. - Settings and configuration
Provider availability controls, picker filtering, browser preview defaults, and hotkey editing all land in the same train, which makes the settings surface materially more capable without requiring separate follow-up migrations. - Runtime and review flow
The PR review dashboard now trims recent review fetches to the smaller operational window we actually need, and the provider runtime event feed coverage was cleaned up so release gating stays predictable. - Release stability
Currentmainrelease blockers found during local prep were fixed before this train, including themain-branch lint/typecheck regressions that would otherwise have left the branch non-green by default.
Breaking changes
- None.
Upgrade and install
- CLI:
npm install -g okcodes@0.23.0(after the package is published to npm manually). - Desktop: Download from GitHub Releases. Filenames are listed in assets.md.
- iOS: Available via TestFlight (uploaded automatically by the Release iOS workflow).
Known limitations
OK Code remains early work in progress. Expect rough edges around session recovery, streaming edge cases, and platform-specific desktop behavior. Report issues on GitHub.
Release operations
- Review the asset manifest to confirm every expected GitHub Release attachment is present.
- Use the rollout checklist to walk the coordinated release from preflight through post-release verification.
- Use the soak test plan to validate the highest-risk surfaces after the tag is live.