Skip to content

fix: remove default file intent from search - #37

Merged
jlitola merged 1 commit into
mainfrom
regal-enquiry
Apr 24, 2026
Merged

fix: remove default file intent from search#37
jlitola merged 1 commit into
mainfrom
regal-enquiry

Conversation

@jlitola

@jlitola jlitola commented Apr 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • stop defaulting unified search and legacy search_symbols / githits code search to production-only file intent so omitted intent sends no filter
  • keep the new code-navigation debugging path with a safe code-nav request-shape logger and an explicit-only code-nav-wire logger for exact GraphQL payloads
  • update docs and parity tests to match the new request contract and debug-scope behavior

Validation

  • bun run typecheck
  • bun test src/shared/debug-log.test.ts src/services/code-navigation-service.test.ts src/commands/search.test.ts
  • bun run build

Stop forcing production-only file intent on unified search and legacy symbol search now that backend relevance is stronger without the client-side filter.

Keep code-navigation request debugging available with a safe shape logger and an explicit-only wire logger so exact GraphQL payloads are inspectable when backend issues recur.
@jlitola jlitola added the bug Something isn't working label Apr 24, 2026
@jlitola
jlitola merged commit 40a83b3 into main Apr 24, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant