🐛 Bug Fixes
Aider Connector Performance
- Fixed
detect()doing expensive recursive WalkDir scan on every call - Now uses O(1) file existence check instead of O(n) directory traversal
- Impact: Eliminates startup lag in large project directories
Codex Indexing Bug (Critical) 🚨
- Fixed incremental indexing bug that caused conversation messages to be lost
- Message-level timestamp filtering was incorrectly dropping older messages
- Impact: Conversations are now fully preserved during re-indexing
Theme Color Reversion
- Reverted WCAG color boost that made the UI look "washed out"
- Restored original Tokyo Night, Dracula, and Nord hint colors
- High Contrast theme remains available for accessibility needs
CLI Path Resolution
- Fixed status/diag commands checking wrong index path (
tantivy_indexvsindex/v4) - Index existence and size now reported correctly
Progress Indicator
- Fixed 0/0 display stall at indexing start
- Progress bar now always shows meaningful feedback
✨ Enhancements
Larger Search Snippets
Context window sizes increased 2.5x for better code visibility:
| Size | Before | After |
|---|---|---|
| Small | 80 | 200 |
| Medium | 160 | 400 (default) |
| Large | 320 | 800 |
| XLarge | 640 | 1600 |
Distinct Per-Agent Colors
Each agent now has visually distinct, persistent colors:
- 🔵 Claude Code - Blue
- 🟢 Codex - Green/Teal
- 🟣 Gemini - Purple
- 🔴 Amp - Orange/Red
- 🔧 Aider - Teal
- 🎯 Cursor - Magenta
- 💬 ChatGPT - Emerald
New Connector Support
Added full theme support for recently-added connectors with distinct icons and color schemes.
📚 Documentation
- Updated README with new features and keyboard shortcuts
- Documented multi-open queue (
Ctrl+Enter/Ctrl+O) - Added CLI command reference table
Installation
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/Dicklesworthstone/coding_agent_session_search/main/install.sh | bash
# Or download binary directly from assets belowFull Changelog: v0.1.31...v0.1.32