What's New
🔡 Message Font Size — = / - / 0
Adjust the chat message font size on the fly without touching any settings panel:
=— increase font (11 → 12 → 13 → 14 → 15 → 16 → 17 → 18 → 20 → 22px)-— decrease font0— reset to default (15px)
Preference is saved to localStorage and restored on every page load. Works outside any text field, consistent with all other keyboard shortcuts.
💾 Draft Auto-Save
Every keystroke in the message input is silently persisted to localStorage. If you refresh the page, close the tab by accident, or lose power — your unsent draft comes back exactly as you left it.
- Saves on every
inputevent - Cleared automatically the moment you hit Send — no stale recovery noise
- Char counter updates immediately when the draft is restored
- Zero UI, zero setup — it just works
Subscription Engine Improvement
Improved busy-detection logic in the tmux-based Subscription engine — more reliable completion signaling, prevents premature break before final text block is flushed.