Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ff9852c
feat: add Bitbucket Cloud API integration ISSUE #5
SamarthBhatia Oct 26, 2025
6675970
feat: add platform status indicators in TUI ISSUE #5
SamarthBhatia Oct 26, 2025
c410dab
feat: add search history tracking with CLI commands ISSUE #4
SamarthBhatia Oct 26, 2025
9248d46
feat: add TUI Ctrl+R search history popup with auto-clearing errors I…
SamarthBhatia Oct 26, 2025
7d9cdca
fix: make history popup UI adaptive to all screen sizes ISSUE #4
SamarthBhatia Oct 26, 2025
e701322
fix: rewrite history popup with Layout system for universal resolutio…
SamarthBhatia Oct 27, 2025
f335234
feat: implement Phase 1 features - Repository Health Metrics & Export
shreeshjha Oct 31, 2025
f11feb6
feat: improve TUI UX with activity heatmap and relocated Bitbucket wa…
shreeshjha Oct 31, 2025
46dc04e
feat: make TUI fully responsive and adaptive to terminal resize
shreeshjha Oct 31, 2025
bde6f16
feat: redesign Activity tab with clear metrics and visual bars
shreeshjha Oct 31, 2025
f713266
feat: implement proper GitHub-style contribution heatmap for Activity…
shreeshjha Oct 31, 2025
2dbb1de
feat: add experimental features - notifications, trending, token stor…
shreeshjha Nov 4, 2025
68a1614
feat: add reposcout-semantic crate for semantic search capabilities (…
shreeshjha Nov 4, 2025
24e3f19
fix: complete semantic search crate with API fixes and comprehensive …
shreeshjha Nov 5, 2025
06ba683
feat: integrate semantic search with CLI commands
shreeshjha Nov 5, 2025
77f2d86
feat: redesign code search UI with syntax highlighting and interactiv…
shreeshjha Nov 11, 2025
5e5752e
feat: add package manager integration with auto-detection and install…
shreeshjha Nov 12, 2025
69e7b32
feat: complete package manager integration with registry APIs and qui…
shreeshjha Nov 12, 2025
b2b8d6a
Merge experimental-features: massive feature drop with AI search and …
shreeshjha Nov 12, 2025
6e468e2
feat: add theme system and portfolio/watchlist
shreeshjha Nov 12, 2025
8f3f384
feat: add theme selector with full background color support
shreeshjha Nov 14, 2025
4d22fdd
feat: add discovery mode with four exploration categories
shreeshjha Nov 16, 2025
9a60108
feat: add keybindings help (?) and 10 new themes
shreeshjha Nov 21, 2025
e7ca156
fix: resolve CI failures (tests, clippy, format)
shreeshjha Nov 21, 2025
1d768c1
fix: use lowercase in test assertion (clean_text lowercases)
shreeshjha Nov 21, 2025
d80a63d
fix: use chars().count() for Unicode sparkline length
shreeshjha Nov 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
*.sqlite
*.sqlite3

# ML model cache - fastembed downloads
.fastembed_cache/

# Logs
*.log

Expand Down
Loading