generated from nhcarrigan/template
-
v0.3.0
Pre-Releasereleased this
2026-01-23 19:18:23 -08:00 | 53 commits to main since this releaseHikari 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,/helpcommands 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 conversationCtrl+W- Close current tabCtrl+Tab/Ctrl+Shift+Tab- Switch between tabsCtrl+L- Clear conversationCtrl+,- 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