Releases: matrixmapai/openabcode
Releases · matrixmapai/openabcode
Release list
v1.0.9
Changed
- Improved first-run onboarding: detect when no providers are configured and guide users to
/loginbefore showing Route setup, instead of showing errors on both Route on/off paths. - When selecting Route on/off with no configured providers, automatically open
/logininstead of showing a dead-end error. - Suppress "No models available" warning during first-run onboarding since the login flow handles it.
v1.0.8
Fixed
- Fixed OpenABCode provider missing from
/loginprovider list by adding it toBUILT_IN_PROVIDER_DISPLAY_NAMES.
v1.0.7
Changed
- Moved OpenABCode provider registration from coding-agent to
@openabcode/aias a built-in provider.
v1.0.6
Changed
- Changed Route to use configurable heuristic signals and sticky provider choices before falling back to LLM classification, reducing repeated classifier calls and model switching within a task.
Fixed
- Fixed overlapping reftable watchers causing duplicate footer branch refreshes.
v1.0.5
Changed
- Updated README terminology for using the OpenABCode gateway.
v1.0.4
Fixed
- Fixed Route mode to show the interactive
Working...indicator while task classification is in progress.
v1.0.3
Fixed
- Fixed hosted Route requests to report stable routing decision IDs for usage correlation.
- Fixed submitted user messages appearing only after Route classification completed in interactive mode.
v1.0.2
Fixed
- Fixed macOS standalone release binaries being killed at startup by building release assets on macOS with Bun 1.3.14 and applying a verified ad-hoc code signature.
v1.0.1
Changed
- Changed the package license from MIT to AGPL-3.0-or-later. Portions inherited from Pi remain available under the MIT License as documented in
NOTICE. - Updated the built-in hosted gateway defaults and Route examples to use the current OpenABCode API endpoint and model names.
- Expanded installation and removal guidance for the hosted installer, npm, Bun, Homebrew, Docker, Gondolin, and OpenShell.
Fixed
- Fixed the interactive startup onboarding message to use OpenABCode branding instead of Pi.
- Fixed generated Homebrew formulae to preserve the package metadata and runtime assets required by standalone binaries.
v1.0.0
Added
- Added OpenABCode task routing: each prompt is automatically classified and routed to the best available provider (Claude, Gemini, or ChatGPT) via
/route [auto|manual]and theroutersetting. - Added built-in OpenABCode hosted gateway provider (
gateway.openabcode.com) withOPENABCODE_API_KEYauthentication.
Changed
- Changed the package license from AGPL-3.0-only to MIT.
Versions below are inherited from the upstream Pi project (MIT License). OpenABCode is built on Pi's runtime; these entries document the features and fixes present in the inherited codebase.