Skip to content

v0.6.0

Choose a tag to compare

@sr-releaser sr-releaser released this 09 Apr 00:51
· 44 commits to main since this release

0.6.0 (2026-04-09)

Features

  • implement library crates for SDK and tooling (d393859)

Documentation

  • update README and ROADMAP for v0.5.0 (8ad9539)

Refactoring

  • link: use guard clauses with && for condition chaining (b5a2c38)
  • provider: use #[derive(Default)] for config structs (1e88d10)
  • remove old source files from root after relocation to crates (677d1d6)
  • relocate source code to agentspec workspace crate (c118cf1)
  • tui: update screens for modal-based rendering (58ab20b)
  • tui: migrate from inline modals to modal enum dispatch (e3e11ec)
  • tui: introduce action and modal system (5dbf117)

Miscellaneous

  • main,tui: reformat action handling and ui logic (dafc830)
  • cli,ui,update: reformat function signatures and expressions (6bc8419)
  • provider: reformat code for consistency (c096c6e)
  • build: update cargo install path to reflect crate relocation (bb1350d)
  • move resources documentation to docs directory (3ef0236)
  • release: implement ordered crate publishing for workspace (27bd121)
  • workspace: convert single crate to monorepo structure (2caeb7f)

Full Changelog