feat: new drafts feature and sound spam fix #174

Merged
naomi merged 3 commits from fix/drafts into main 2026-02-27 15:07:10 -08:00

3 Commits

Author SHA1 Message Date
hikari 0752ab7995 fix: only reset task-start sound on new user message, not between tool calls
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m12s
CI / Lint & Test (pull_request) Successful in 17m0s
CI / Build Linux (pull_request) Successful in 20m14s
CI / Build Windows (cross-compile) (pull_request) Successful in 30m2s
2026-02-27 13:50:52 -08:00
hikari a42985986d feat: add saved drafts feature
Adds a drafts system allowing users to save input content for later use.

- Rust backend: list, save, delete, delete-all commands backed by hikari-drafts.json
- Svelte store wrapping all four Tauri commands with timestamp formatting
- DraftPanel overlay with insert, per-item delete confirmation, and delete-all
- InputBar: Drafts button in control row, floppy-disk Save as Draft icon button
2026-02-27 13:30:26 -08:00
hikari efbf5792d0 fix: clear draft store when message is submitted 2026-02-27 11:39:57 -08:00