Skip to content

v0.41.5

Choose a tag to compare

@jakemor jakemor released this 15 May 00:41
· 2 commits to main since this release

Improvements

One-Click Generate & Commit (& Push) — The primary commit button in the Git panel now does the right thing based on whether you've typed a commit message. With a message already in place it simply commits (or commits & pushes when a remote is set up). Leave the message empty and it becomes Generate & commit (or Generate & push) — Kanna generates a commit message for the selected files, fills the draft, and runs the commit in the same action. The button label tracks each stage clearly: Generating... → Committing... → Pushing... so you always know where the flow is. jake

Inline Generate Button — The commit summary input now has a dedicated Sparkles button inside it for generating a commit message on its own, separate from the primary action button. Handy when you want to inspect or edit the generated message before kicking off the commit. The placeholder also drops the awkward "(override)" suffix and just reads Commit message. jake

Cleaner Chat Navbar Gradient — Refactored the chat navbar gradient and dropped the backdrop-blur to reduce visual noise and keep the header crisp on busy backgrounds. jake