Skip to content

Releases: matrixmapai/openabcode

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 19 Jul 07:18

Changed

  • Improved first-run onboarding: detect when no providers are configured and guide users to /login before showing Route setup, instead of showing errors on both Route on/off paths.
  • When selecting Route on/off with no configured providers, automatically open /login instead of showing a dead-end error.
  • Suppress "No models available" warning during first-run onboarding since the login flow handles it.

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 19 Jul 04:35

Fixed

  • Fixed OpenABCode provider missing from /login provider list by adding it to BUILT_IN_PROVIDER_DISPLAY_NAMES.

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 18 Jul 11:07

Changed

  • Moved OpenABCode provider registration from coding-agent to @openabcode/ai as a built-in provider.

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 16 Jul 16:11

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

Choose a tag to compare

@github-actions github-actions released this 16 Jul 13:47

Changed

  • Updated README terminology for using the OpenABCode gateway.

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 15 Jul 07:18

Fixed

  • Fixed Route mode to show the interactive Working... indicator while task classification is in progress.

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 04:24

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 15:25

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

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:51

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

Choose a tag to compare

@github-actions github-actions released this 13 Jul 04:27

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 the router setting.
  • Added built-in OpenABCode hosted gateway provider (gateway.openabcode.com) with OPENABCODE_API_KEY authentication.

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.