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 a3a607d1f4 chore: clean up project, add README, consolidate duplicate code
- Remove debug artifacts (debug-surface15.png, .playwright-mcp/, dev-notes.md)
- Add .playwright-mcp/ to .gitignore
- Add comprehensive README.md with architecture docs
- Consolidate duplicate _parseStatus() into Sidebar.parseStatus() static method
- Consolidate duplicate ANSI stripping into ClaudeRenderer._stripAnsi()
- Fix ANSI regex to handle OSC sequences in renderer
- Add ║ (U+2551) to box-drawing character sets in parser/renderer
- Guard scrollback handler against empty terminal state
- Remove duplicate process.noDeprecation from src/index.ts
- Remove debug console.log from scroll-request handler

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 months ago
..
app.js chore: clean up project, add README, consolidate duplicate code 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 chore: clean up project, add README, consolidate duplicate code 5 months ago
claude-renderer.js chore: clean up project, add README, consolidate duplicate code 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 chore: clean up project, add README, consolidate duplicate code 5 months ago
sw-unregister.js feat: Claude mode UI, status indicators, IME fix, tunnel support 5 months ago
terminal-view.js feat: auto-load scrollback on scroll-to-top, CLI packaging, misc fixes 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