summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Add patch checkpointingsoryu2026-01-231-0/+6
|
* Update CLI to show log history as wellsoryu2026-01-201-0/+1
|
* Add interactive TUI browser for tasks, contracts, and files (makima view) (#7)soryu2026-01-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(tui): Implement fuzzy search with real-time filtering and highlighting Adds comprehensive fuzzy search functionality to the TUI browser: ## Fuzzy Matching (fuzzy.rs) - FuzzyMatcher wrapper using SkimMatcherV2 from fuzzy-matcher crate - fuzzy_match() returns score and matched character indices - fuzzy_match_all() supports multi-term search (space-separated) - Recency-aware scoring to boost recent items in results - Unit tests for all matching scenarios ## App State (app.rs) - FilteredItem struct with index, score, and matched_indices - apply_filter() uses fuzzy matching with score-based sorting - match_count() and has_no_matches() helper methods - Results sorted by match score (highest first) ## List View (list_view.rs) - Highlighted matched characters in search results - Yellow bold styling for matched chars - Status icons with color coding ## Search Input (search_input.rs) - Real-time match count display (X/Y matches) - Visual feedback for no matches (red border) - Placeholder text when search is empty - Active search mode indication (yellow border) ## Event Handling (event.rs) - Arrow key navigation while in search mode - Ctrl+K/J for vim-style navigation during search - Delete key support alongside backspace - Ctrl+U to clear search query - Tab toggles preview while searching - Escape clears search and exits search mode Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Task completion checkpoint * [WIP] Heartbeat checkpoint - 2026-01-19 11:20:34 UTC * Task completion checkpoint * [WIP] Heartbeat checkpoint - 2026-01-19 11:31:19 UTC * Task completion checkpoint * [WIP] Heartbeat checkpoint - 2026-01-19 11:39:07 UTC * fix(tui): Fix module exports and main binary integration - Update mod.rs to properly export app, event, fuzzy, and ui modules - Add run() function for TUI entry point - Fix run_view() to use ViewCommand enum instead of ViewArgs - Fix event handling to use poll_event and handle_key_event Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* Add cleanup to daemonsoryu2026-01-151-0/+3
| | | | Also fixup for container image
* Contract systemsoryu2026-01-151-4/+19
|
* Initial Control systemsoryu2026-01-111-0/+12
|
* Add claude opus/sonnet supportsoryu2025-12-231-0/+8
|
* Add file body and initial tool call systemsoryu2025-12-231-0/+6
|
* Add Postgres for persistence and File cabinetsoryu2025-12-231-2/+6
| | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI
* Create container image and move parakeet fork to vendor dirsoryu2025-12-231-1/+1
|
* Add EOU detection and streaming diarizationsoryu2025-12-231-1/+2
|
* Implement makima listen websockets serversoryu2025-12-231-0/+25
|
* Experiment: ChatterBoxTTSsoryu2025-12-231-1/+5
|
* Experiment: parakeet-rssoryu2025-12-231-1/+2
|
* Experiment: transcribe_rssoryu2025-12-231-0/+1
|
* Add makima rust packagesoryu2025-12-231-0/+6