v1.1.0
The model now understands your project before deciding what to commit.
✨ Features
- Project context in every request — quill-commit now reads your README, recent commit history, and top-level package list and sends it with each diff. The model knows what kind of project it's working on, so commit messages are scoped and accurate instead of generic.
- Prompt caching — if the model you're using supports it, the static project context is cached between checks. Repeated requests within a session cost significantly less.
- Windows binary — pre-built
.exeis now included in every release.
🐛 Fixes
- Fixed a bug where a connection error could leave the retry counter in a stuck state, causing the watcher to behave as if it had already used up its delay budget.