Skip to content

v0.27.2

Choose a tag to compare

@github-actions github-actions released this 23 Dec 02:49
· 3696 commits to main since this release

Added

  • Skip conversation restore on branch: Hooks can return { skipConversationRestore: true } from before_branch to create the branched session file without restoring conversation messages. Useful for checkpoint hooks that restore files separately. (#286 by @nicobarray)