v1.0.11
Added
- M27 Project Clone — bootstrap a local project from a published remote project. New
--clone <slug>CLI option, backed byReleaseImportService(validation, error handling) and therelease_importtable (migration034_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
BriefsListnow sorts briefs by release order via the newuseReleaseshook.- Bumped
@inharness-ai/agent-adaptersto 0.6.2.
Full Changelog: v1.0.10...v1.0.11