Changelog

Everything new in Snaily, release by release.

v0.9.0 July 3, 2026 Permalink

Account security & agent slash commands

Highlights

  • Password reset. Forgot your password? Request a reset link right from the sign-in dialog.
  • Slash commands in Snaily Agent. Type / in the agent panel for quick commands like /summarize, /review, /tests, and /commit instead of hunting for the right prompt.
  • Token & cost tracking. The agent panel now shows running token usage and estimated cost for the current conversation.

Improvements

  • Email verification: new accounts get a verification email, with a resend option if it's not confirmed yet.
  • Delete account from the sign-in dialog, with a password confirmation step.
  • Show/hide toggle for the password field.
  • Clearer error messages for too many failed sign-in attempts and disabled accounts.
  • Smoother session check when opening the account dialog.

Under the hood

  • OpenRouter usage accounting streamed per turn instead of estimated client-side.
v0.3.1 Latest June 16, 2026 Permalink

Quick file switching & smarter updates

Highlights

  • Quick file switcher. Jump to any changed file instantly with the new fuzzy file switcher — no more scrolling through long file lists.
  • Redesigned starter sidebar. Opening Snaily now greets you with a cleaner start screen: recent repositories, quick actions, and a faster path into your first review.
  • Automatic update checks. Snaily now checks for new versions in the background and lets you know when an update is ready — no need to visit the site.

Improvements

  • The About section now shows your current version and update status at a glance.
  • Branch switching and commit dialogs received small polish passes.

Under the hood

  • New multi-platform release pipeline so updates ship faster and more reliably.
v0.3.0 June 16, 2026 Permalink

DMG installer & release groundwork

Highlights

  • DMG installer for macOS. Snaily now ships as a proper .dmg alongside the zip — drag, drop, done.

Under the hood

  • Groundwork for automatic in-app updates.
  • Internal release pipeline improvements and stability fixes.