Thanks for contributions
Highlights
- Question tool feels snappier:
questionprompts now autofocus and support Enter-to-submit, so you can answer/approve faster without extra clicks. - Forked sessions are auto-named from the parent: When you fork a session, the new session is named after the parent so it’s immediately obvious where it came from.
- More reliable streaming + tool rendering: Long/streaming responses render more consistently, reducing UI hiccups while the agent is mid-output.
- Stronger workspace safety on the server: The server now enforces the configured workspace directory (helps prevent accidental reads/writes outside the intended project folder).
What’s Improved
- Better notifications: Links in toast notifications open in your system browser (instead of trying to open inside the app).
- Sidebar usability: Updated sidebar width limits and consolidated shortcut hints to make navigation feel less cramped.
- Advanced server flexibility: Option to skip internal auth for trusted setups (useful for certain local/dev environments).
Fixes
- Desktop app closes cleanly: Prevents a quit deadlock and ensures the app exits reliably.
- Desktop navigation: Internal navigation via
tauri.localhostworks properly again.
Docs
- Updated server docs: README tweaks to better reflect current server behavior/config.
Contributors
Full Changelog: v0.9.2...v0.9.3