fix(grep): return chunks for release searches - #953
Open
AlexMikhalev wants to merge 2 commits into
Open
Conversation
- enable code-search in default terraphim-grep builds - fail explicitly when compiled without code-search instead of returning empty results - preserve chunks/concepts/stats for insufficient local retrieval - degrade to search-only when llm feature is disabled - add CLI known-match regression covering chunks and stats
- gate known-match CLI regression to code-search builds - add no-code-search CLI regression for the explicit rebuild-with-code-search error
This was referenced Aug 7, 2026
AlexMikhalev
added a commit
that referenced
this pull request
Aug 7, 2026
Fix the local base-branch CI blockers shared by PR #953/#954: - apply rustfmt to pre-existing terraphim_rlm formatting drift - replace Rust 1.91-only str::floor_char_boundary with MSRV-safe UTF-8 boundary logic for Rust 1.80 - harden Firecracker VM create diagnostics and error handling - install cargo-nextest via the existing upstream installer pattern - run cargo nextest directly so filter expression quoting survives rch Verification: - cargo fmt -- --check - cargo test -p terraphim_rlm query_loop::tests::test_truncate -- --nocapture - cargo clippy -p terraphim_rlm -- -D warnings - Firecracker workflow YAML parsed and shell path simulated - independent reviews passed
AlexMikhalev
added a commit
that referenced
this pull request
Aug 7, 2026
Fix the local base-branch CI blockers shared by PR #953/#954: - apply rustfmt to terraphim_rlm files that failed cargo fmt --check - replace str::floor_char_boundary with MSRV-safe char-boundary logic - harden Firecracker VM creation diagnostics with HTTP status/body logging - keep cargo nextest filter expressions out of rch shell reconstruction - install cargo-nextest with the upstream tarball installer on Firecracker runners - isolate nextest failures with ephemeral server test ports and isolated direct-dispatch test state Leaves the Firecracker VM lifecycle 401/capacity issue tracked separately in Gitea #3173.
AlexMikhalev
added a commit
that referenced
this pull request
Aug 7, 2026
Fix the local base-branch CI blockers shared by PR #953/#954: - apply rustfmt to terraphim_rlm files that failed cargo fmt --check - replace str::floor_char_boundary with MSRV-safe char-boundary logic - harden Firecracker VM creation diagnostics with HTTP status/body logging - keep cargo nextest filter expressions out of rch shell reconstruction - install cargo-nextest with the upstream tarball installer on Firecracker runners - isolate nextest failures with ephemeral server test ports and isolated direct-dispatch test state - run cargo-spawning MCP autocomplete E2E tests in a dedicated serial nextest step Leaves the Firecracker VM lifecycle 401/capacity issue tracked separately in Gitea #3173.
AlexMikhalev
added a commit
that referenced
this pull request
Aug 7, 2026
Fix the local base-branch CI blockers shared by PR #953/#954: - apply rustfmt to terraphim_rlm files that failed cargo fmt --check - replace str::floor_char_boundary with MSRV-safe char-boundary logic - harden Firecracker VM creation diagnostics with HTTP status/body logging - keep cargo nextest filter expressions out of rch shell reconstruction - install cargo-nextest with the upstream tarball installer on Firecracker runners - isolate nextest failures with ephemeral server test ports and isolated direct-dispatch test state - run cargo-spawning MCP autocomplete E2E tests in a dedicated serial nextest step - give performance benchmarks enough time to finish Criterion after service benchmarks Leaves the Firecracker VM lifecycle 401/capacity issue tracked separately in Gitea #3173.
Contributor
Author
|
Base CI unblocker update: PR #955 now has the ownable/code gates green on head
Only remaining red check on #955 is Recommendation: merge/rebase the base CI unblocker (#955) before judging this PR's checks; this PR's older CI runs include stale base failures that #955 fixes. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
Notes