Skip to content

v0.6.1

Choose a tag to compare

@jonwiggins jonwiggins released this 24 Sep 17:14
· 6 commits to main since this release

Release v0.6.1

Highlights:

  • Add machine on the Machines page: the steps to pair a computer with Optio Local, with this server's commands filled in, and a notice when the machine connects
  • Add and remove a machine's directories from the Machines page or the New work form, instead of running optio local add on the machine
  • "My machine" in the New work form no longer dead-ends when no machine is paired
  • The Optio agent defaults to the newest Opus and picks from the live model list; model aliases ("opus", "sonnet", "fable") now follow new releases in every model picker

Upgrade notes:

  • Restart optio local up on each paired machine to manage its directories from Optio (optio local up --no-remote-dirs opts a machine out).
  • @optio/cli isn't published to npm yet: build it from a checkout (Machines → Add machine shows the commands).
  • Database migrations run automatically when the API starts.

Install:

helm install optio oci://ghcr.io/jonwiggins/optio --version 0.6.1 -n optio --create-namespace \
  --set encryption.key=$(openssl rand -hex 32)

Full changelog: https://github.com/jonwiggins/optio/blob/v0.6.1/CHANGELOG.md