← All releases

Release notes

Local Hoist v0.0.10

March 18, 2026

v0.0.10 makes Local Hoist more dependable during real coding workflows. This release adds configurable tool sandboxing with stronger shell isolation on macOS, keeps more model settings tied to each conversation, and improves recovery when turns are stopped, retried, or rolled back.

New

  • Added Tool Sandboxing controls for read, write, and shell tools, making it easier to keep file access restricted to the working directory by default.
  • Added a beta macOS process-level sandbox for shell commands, with outbound network access blocked by default for sandboxed shells.
  • More model settings now stay with each conversation, including reasoning effort, verbosity, service tier, and Anthropic effort, alongside the selected model.

Improved

  • Expanded bulk rollback so you can roll back messages across an entire conversation, not just a single turn or message range.

Reliability

  • Improved sandboxed shell behavior for interactive command-line workflows, with clearer prompts and easier configuration for shell restrictions.
  • Improved stop, retry, and resume behavior so conversations recover more cleanly when you cancel and continue.
  • Improved recovery from temporary Local Hoist minute-rate limits by retrying eligible requests more consistently before surfacing an error.