Releases: agentsorchestrationcompany/interbase
Releases · agentsorchestrationcompany/interbase
v0.12.1
Immutable
release. Only release title and notes can be modified.
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
EditBufferRenderablebackspace handler to detect and remove virtual extmarks (paste placeholders) before falling through to the standard word-deletion path. - Fixed the OpenTUI
finishSelectionhandler to clear the last-selection-click state when a selection was expanded, preventing stale mouse-selection anchors.
v0.12.0
Immutable
release. Only release title and notes can be modified.
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.mdartifact. - The npm wrapper package includes
RELEASE_NOTES.mdalongside existing legal and README files. - Homebrew tap commits include the release summary from the same manifest-backed release notes metadata.