Skip to content

v1.0.11

Choose a tag to compare

@michael-tomala michael-tomala released this 31 May 11:22
· 31 commits to main since this release

Added

  • M27 Project Clone — bootstrap a local project from a published remote project. New --clone <slug> CLI option, backed by ReleaseImportService (validation, error handling) and the release_import table (migration 034_release_import) that logs each clone attempt with its success or error state.
  • --remote-url <url> CLI option for a sticky override of the remote API base URL.
  • Chat session-lock — model and reasoning settings are now immutable for the duration of a chat session, with a chat configuration API exposing session resume constraints (migration 033_chat_initial_architecture_config).
  • Error handling for unknown writing styles in ProjectSection, surfacing a relevant message to the user.

Changed

  • BriefsList now sorts briefs by release order via the new useReleases hook.
  • Bumped @inharness-ai/agent-adapters to 0.6.2.

Full Changelog: v1.0.10...v1.0.11