Skip to content

v0.3.17

Choose a tag to compare

@github-actions github-actions released this 25 Jun 06:53

Token economics in the app

The Activity tab now shows the dollar value of what lazy discovery is saving you, not just the token count, with a model-price selector and a one-click Share button to copy your savings.

Security hardening

Three fixes from an internal security audit:

  • OAuth PKCE/state generation now fails loudly instead of silently producing a constant if the OS RNG is ever unavailable.
  • File writes use a unique atomic-write temp name, so two concurrent writers can't tear each other's contents.
  • A saved bearer token is refused over non-HTTPS to a public host.

Under the hood

Log rotation now uses the same atomic-write path, the Rust backend is fully clippy-clean, and a regression test was added for stable tool names across a live refresh. No High or Critical findings in the audit.