Skip to content

Release 2.0.39 (2026-05-24)

Bug fixes

  • replace --workdir with bash -c cd wrapper in session limactl shell --workdir is incompatible with command passthrough — it causes bash to receive -- as an invalid option. Replace with bash -c 'cd /workspace && exec cmd' wrapping, which works reliably with all command forms including flags like --model. Ref #1050

Chores

  • bump version to 2.0.39