Skip to content

Releases: agentsorchestrationcompany/interbase

v0.12.1

09 Jun 21:27
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Bug fixes

  • Fixed an issue where deleting a [Pasted ~N lines] placeholder in the TUI prompt textarea left stale virtual extmarks and prompt parts behind instead of cleaning them up atomically.
  • Fixed the OpenTUI EditBufferRenderable backspace handler to detect and remove virtual extmarks (paste placeholders) before falling through to the standard word-deletion path.
  • Fixed the OpenTUI finishSelection handler to clear the last-selection-click state when a selection was expanded, preventing stale mouse-selection anchors.

v0.12.0

04 Jun 14:26
Immutable release. Only release title and notes can be modified.
f86120c

Choose a tag to compare

Highlights

  • This is the first Interbase CLI release produced from the open-sourced codebase.
  • Added a release document as the single authority for CLI release version, channel, summary, and changelog notes.
  • Prepared artifacts now carry shared release notes for GitHub Releases, npm package consumers, and Homebrew tap updates.
  • Release publication can derive the version from the prepared manifest, reducing mismatches between operator input and release artifacts.

Distribution

  • GitHub release notes are sourced from the prepared release-notes.md artifact.
  • The npm wrapper package includes RELEASE_NOTES.md alongside existing legal and README files.
  • Homebrew tap commits include the release summary from the same manifest-backed release notes metadata.