NAC v0.1.4 lets you fork a finished conversation into a new independent session, and makes Stop wait until running work is actually gone.
Conversation forks
On a finished model turn, Create fork clones the chat through that prefix into a new session in the same project. The clone keeps the same workspace, model, and project, and copies threads, episodes, live thread events, steering, worksets, and workspace revisions from the copied prefix. It does not duplicate a sandbox worktree. The original chat shows live and deleted fork markers; deleting a fork updates those markers without a reload. (#215)
Bug fixes
- Stop now waits until model, tool, worker, remote MCP, and command work is confirmed stopped before publishing
run_cancelled. If cleanup cannot be confirmed, the run ends as failed instead of leaving the session busy while processes keep running. (#214) - Deleting a project session stays in that project instead of dropping you onto unassigned chats, and untitled chats are labeled New Session. (#215)
Full changelog: v0.1.3...v0.1.4