Skip to content

v3.5.1

Latest

Choose a tag to compare

@QuintinShaw QuintinShaw released this 05 Aug 16:36
v3.5.1
bab5ad7

What's new in 3.5.1

Background workflow results survive session changes

A background run that finished after /new, resume, fork, or /reload could leave its result on disk without injecting it back into the conversation — the tool promised automatic delivery, but a replaced session invalidated the delivery path and the failure was swallowed. Delivery now suspends across teardown and flushes into the replacement session once the runtime is live again; in-flight runs are preserved on same-project replacements or paused onto the journal path when a switch cannot safely continue them. Same-name saved slash commands reload from the live project storage after a project switch, so they no longer re-run a previous project's script.

MiniMax defaults to M3

The minimax and minimax-cn fallback defaults now select MiniMax-M3. Contributed by @octo-patch (#141).

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.5.1