Add syntax highlighting to markdown code blocks in the TUI using cli-highlight with a VS Code Dark-inspired color theme. Features: - 191 languages supported via highlight.js - Auto-detection fallback for unknown languages - Graceful fallback to plain styling on errors - VS Code Dark-inspired color palette Colors: - Purple: keywords (const, function, if, etc.) - Teal: built-ins (console, Math, print, etc.) - Orange: strings - Green: numbers, comments - Yellow: function names - Blue: literals (true, false, null) - Red: diff deletions - Light blue: variables, parameters 🤖 AI-assisted (Claude) - fully tested locally
- Add SearchableSelectList component with fuzzy filtering - Integrate with /models command for quick model search - Support up/down navigation while typing - Uses pi-tui's fuzzyFilter for intelligent matching
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>