Conversation
doITmagic
approved these changes
Nov 23, 2025
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
doITmagic
pushed a commit
that referenced
this pull request
Mar 7, 2026
- Log effective result.Source instead of hardcoded 'file_path' when nested_workspace_override is active (comment #1) - Add TestResolveFilePathNestedWorkspaceOverride to resolver_test.go verifying parent root, source, and reduced confidence (comment #2) - Use TrimRight on entryRoot before appending separator in FindParentWorkspace to prevent double separator on root paths like '/' or 'C:\' (comment #3)
doITmagic
pushed a commit
that referenced
this pull request
Mar 8, 2026
- pkg/scoring: DetectMatchReasons() pure function - case-insensitive token matching per field (symbol_name/signature/content/docstring) - reuses FilterTokens for consistency with rest of scoring package - 6 unit tests covering all edge cases - SmartSearchInput: new include_reasons bool field - serializeResults/resultToMap: accept query + includeReasons - match_reasons added to result map only when include_reasons=true (zero overhead when not requested)
doITmagic
pushed a commit
that referenced
this pull request
Mar 9, 2026
- Fix nil panic in ContextFromWorkspaceWithStatus when wctx is nil (#7) - Fix indentation in smart_search_pipeline.go (#1) - Use loaded idx instead of nil in call_hierarchy.go and find_usages.go (#3, #9) - Add backward-compat comment on JSON tag mismatch (#6) - Create fresh IndexStatus when LoadIndexStatus returns nil (#8) - Populate Elapsed field at completed/failed transitions (#2) - Throttle progress I/O writes to every 10 files (#4) - Fix test cleanup for .ragcode dir in TempDir
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.
Community Standards Files Creation Plan
Creating comprehensive GitHub Community Standards files for the RagCode MCP Server project:
All templates will be customized for this specific Go project that uses:
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.