ReleaseArcee AIArcee AIpublished Aug 27, 2026seen 1d

arcee-ai/nac v0.1.4

arcee-ai/nac

Open original ↗

Captured source

source ↗
published Aug 27, 2026seen 1dcaptured 1dhttp 200method plain

v0.1.4

Repository: arcee-ai/nac

Tag: v0.1.4

Published: 2026-08-27T21:59:40Z

Prerelease: no

Release notes: 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: https://github.com/arcee-ai/nac/compare/v0.1.3...v0.1.4