Skip to content

feat: Add multi repo search support - #263

Open
Pringled wants to merge 8 commits into
mainfrom
add-multi-repo-support
Open

feat: Add multi repo search support#263
Pringled wants to merge 8 commits into
mainfrom
add-multi-repo-support

Conversation

@Pringled

@Pringled Pringled commented Sep 8, 2026

Copy link
Copy Markdown
Member

This PR adds support for multi repo search so you can dosemble search "invoice endpoint" ./service-a ../service-b. This will create (and cache) an index on both paths, and merge them at runtime. For the entire Minish org, this merge takes ~5ms.

All the agent instructions are also updated so the agent is aware of this new functionality.

@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Files with missing lines Coverage Δ
src/semble/cli.py 100.00% <100.00%> (ø)
src/semble/index/bm25.py 100.00% <100.00%> (ø)
src/semble/index/index.py 100.00% <100.00%> (ø)
src/semble/mcp.py 100.00% <100.00%> (ø)
src/semble/utils.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@greptile-apps

greptile-apps Bot commented Sep 8, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

The PR appears safe to merge; the latest changes resolve repository-label collisions and reject duplicate normalized sources without introducing a new actionable defect.

No new merge-blocking behavior remains. The four prior findings concerning merged-cache growth, mixed models, basename collisions, and generated-label collisions were manually resolved without explanatory replies and therefore are not outstanding.

Reviews (3): Last reviewed commit: "Resolve greptile comments" | Re-trigger Greptile

Comment thread src/semble/mcp.py Outdated
Comment thread src/semble/index/index.py
Comment thread src/semble/index/index.py Outdated
Comment thread src/semble/index/index.py Outdated
@Pringled
Pringled requested a review from stephantul September 8, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant