You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
I Luk Kim 5b9780fafb feat: Claude mode UI, status indicators, IME fix, tunnel support
- Add Claude Code parsed view with block-based rendering (prompt, tool-use,
  tool-result, code, diff, table, selection options, status bar)
- Add session status dots in sidebar and top bar (idle=yellow, working=green
  with pulse animation) parsed from terminal title characters
- Differentiate active input prompt vs previous submitted prompts with
  distinct background colors
- Fix Korean IME composition issue (last character on next line on Enter)
- Fix CSP inline script violation by moving to external sw-unregister.js
- Add per-block DOM diffing to prevent layout shifts on re-render
- Strip box-drawing borders from tool-result blocks for stable layout
- Add ngrok tunnel support, replace qrcode with qrcode-terminal
- Add Claude-specific keyboard action bar with mode toggle and shortcuts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 months ago
..
app.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
auth.js feat: initial commit with UX improvements 5 months ago
claude-keyboard.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
claude-parser.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
claude-renderer.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
debug-safe-area.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
gestures.js feat: initial commit with UX improvements 5 months ago
sidebar.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
sw-unregister.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
terminal-view.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
theme.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
virtual-keyboard.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
websocket-client.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago