Skip to content

Pull requests: CortexLM/vgrep

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

feat: add 'clean' command to remove stale index entries
#86 opened Jan 21, 2026 by echobt Contributor Loading…
fix: enforce minimum debounce of 10ms to prevent CPU exhaustion
#85 opened Jan 21, 2026 by echobt Contributor Loading…
fix: improve indexing progress bar UX with multi-phase tracking
#84 opened Jan 21, 2026 by echobt Contributor Loading…
fix: maintain stable file IDs on re-indexing
#83 opened Jan 21, 2026 by echobt Contributor Loading…
fix: consistent model path validation and error messages
#82 opened Jan 21, 2026 by echobt Contributor Loading…
feat: Add file filtering support (extension, glob, exclude)
#81 opened Jan 21, 2026 by echobt Contributor Loading…
fix: Implement rate limiting for API server
#80 opened Jan 21, 2026 by echobt Contributor Loading…
fix: remove ignored use_reranker parameter and add CLI warning
#79 opened Jan 21, 2026 by echobt Contributor Loading…
fix: correct silent database error suppression
#78 opened Jan 21, 2026 by echobt Contributor Loading…
fix: disable platform-specific features to allow cargo-test to pass
#77 opened Jan 21, 2026 by echobt Contributor Loading…
fix: handle Ctrl+C setup failure gracefully
#76 opened Jan 21, 2026 by echobt Contributor Loading…
fix: sanitize input text to remove null bytes and control characters
#75 opened Jan 21, 2026 by echobt Contributor Loading…
Fix: Ensure progress bar is cleared on download error
#74 opened Jan 21, 2026 by echobt Contributor Loading…
fix: make agent install detection more specific
#73 opened Jan 21, 2026 by echobt Contributor Loading…
fix: prevent max_file_size from being set to 0
#72 opened Jan 21, 2026 by echobt Contributor Loading…
fix: correct off-by-one error in search results line number display
#71 opened Jan 21, 2026 by echobt Contributor Loading…
fix: disable platform-specific features to fix clippy --all-features
#70 opened Jan 21, 2026 by echobt Contributor Loading…
fix: propagate error on search path canonicalization failure
#69 opened Jan 21, 2026 by echobt Contributor Loading…
fix: propagate indexed_at parsing errors instead of defaulting
#68 opened Jan 21, 2026 by echobt Contributor Loading…
fix: respect configured context_size in embed_batch
#67 opened Jan 21, 2026 by echobt Contributor Loading…
fix: prevent path traversal in search path parameter
#66 opened Jan 21, 2026 by echobt Contributor Loading…
fix: decouple debounce duration from poll interval in file watcher
#65 opened Jan 21, 2026 by echobt Contributor Loading…
fix: ensure database directory exists before creation
#64 opened Jan 21, 2026 by echobt Contributor Loading…
fix: gracefully handle permission errors in run_watch
#63 opened Jan 21, 2026 by echobt Contributor Loading…
3 tasks done
fix: improve error message for invalid config mode
#62 opened Jan 21, 2026 by echobt Contributor Loading…
ProTip! Exclude everything labeled bug with -label:bug.