Semantic Indexing #2112

Open
opened 2026-02-16 17:34:12 -05:00 by yindo · 5 comments
Owner

Originally created by @eyyyyyyy3 on GitHub (Oct 14, 2025).

Originally assigned to: @rekram1-node on GitHub.

Does opencode use semantic indexing of the codebase like kilo or cursor?

Originally created by @eyyyyyyy3 on GitHub (Oct 14, 2025). Originally assigned to: @rekram1-node on GitHub. Does opencode use semantic indexing of the codebase like kilo or cursor?
Author
Owner

@rekram1-node commented on GitHub (Oct 14, 2025):

No. The current Opencode agents work off direct filesystem reads and standard text search (e.g., ripgrep) inside the workspace. There’s no vector store or persistent semantic index like Kilo or Cursor provide

@rekram1-node commented on GitHub (Oct 14, 2025): No. The current Opencode agents work off direct filesystem reads and standard text search (e.g., ripgrep) inside the workspace. There’s no vector store or persistent semantic index like Kilo or Cursor provide
Author
Owner

@AngDrew commented on GitHub (Oct 17, 2025):

it actually possible with external MCP to index the codebase

@AngDrew commented on GitHub (Oct 17, 2025): it actually possible with external MCP to index the codebase
Author
Owner

@maiduohuahuaba commented on GitHub (Jan 19, 2026):

it actually possible with external MCP to index the codebase

Yes, it is definitely possible! I'm very interested in this approach. Could you please recommend any specific projects or tools that are good for getting started with codebase indexing using external MCP?

@maiduohuahuaba commented on GitHub (Jan 19, 2026): > it actually possible with external MCP to index the codebase Yes, it is definitely possible! I'm very interested in this approach. Could you please recommend any specific projects or tools that are good for getting started with codebase indexing using external MCP?
Author
Owner

@ericmacedo commented on GitHub (Jan 25, 2026):

@maiduohuahuaba

I recently came across this project, but I haven’t had a chance to try it out yet.

@ericmacedo commented on GitHub (Jan 25, 2026): @maiduohuahuaba I recently came across [this project](https://github.com/yoanbernabeu/grepai), but I haven’t had a chance to try it out yet.
Author
Owner

@maiduohuahuaba commented on GitHub (Feb 14, 2026):

@maiduohuahuaba

I recently came across this project, but I haven’t had a chance to try it out yet.

Oh, thank you very much! I was extremely busy with work recently and didn’t pay much attention to my email. Today, I tried grepai on a company project, and the results were excellent—it can precisely locate business logic code using natural language.

@maiduohuahuaba commented on GitHub (Feb 14, 2026): > [@maiduohuahuaba](https://github.com/maiduohuahuaba) > > I recently came across [this project](https://github.com/yoanbernabeu/grepai), but I haven’t had a chance to try it out yet. Oh, thank you very much! I was extremely busy with work recently and didn’t pay much attention to my email. Today, I tried grepai on a company project, and the results were excellent—it can precisely locate business logic code using natural language.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#2112