• v0.3.0 bbeff7ae2e

    v0.3.0
    Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 49s
    CI / Lint & Test (push) Successful in 14m32s
    CI / Build Linux (push) Successful in 15m53s
    CI / Build Windows (cross-compile) (push) Successful in 25m32s
    Pre-Release

    naomi released this 2026-01-23 19:18:23 -08:00 | 53 commits to main since this release

    Hikari Desktop v0.3.0 Release Notes

    New Features

    AskUserQuestion Tool Support

    • Claude can now ask you questions with multiple choice options during conversations
    • A dedicated modal appears with answer choices and support for custom responses
    • Answers are seamlessly integrated back into the conversation context

    Slash Commands

    • /cd <path> - Change the working directory while preserving conversation context
    • /search <query> - Search and highlight matches within the conversation
    • /skill <name> [data] - Invoke Claude Code skills from ~/.claude/skills/
    • /new, /clear, /rename, /help commands for conversation management

    Auto-Update Checker

    • Automatically checks for new releases on start up
    • Notification appears when a newer version is available
    • Can be disabled in settings

    Font Size & Zoom

    • Adjust font size with keyboard shortcuts: Ctrl++, Ctrl+-, Ctrl+0
    • Font size slider in settings (10-24px range)
    • Preference persists between sessions

    Resizable Character Panel

    • Drag the divider between the character panel and terminal to resize
    • Panel width is saved and restored on app restart
    • Sprite now uses full height for better proportions

    Input History Navigation

    • Use up/down arrows to navigate through previous messages and commands
    • Arrow keys only navigate history when input is empty - otherwise they move the cursor (#58)

    Keyboard Shortcuts

    • Ctrl+N - New conversation
    • Ctrl+W - Close current tab
    • Ctrl+Tab / Ctrl+Shift+Tab - Switch between tabs
    • Ctrl+L - Clear conversation
    • Ctrl+, - Open settings

    Always On Top Toggle

    • Pin the window to stay above other applications
    • Toggle in settings

    Improvements

    UI/UX

    • Resizable chat input with drag handle (expands upward)
    • Send button properly aligned with input field
    • Markdown rendering with syntax-highlighted code blocks
    • Light mode text colours improved for better readability
    • Scroll position persists per conversation tab when switching
    • Confirmation modal when closing connected tabs
    • Links in chat now open in default browser
    • Spaces allowed when renaming tabs

    State Management

    • Stats (tokens, cost) persist across session changes and only reset on disconnect
    • Multiple tabs can now request permissions simultaneously without conflicts
    Downloads