code intelligence

Search every repo like one codebase.

Polyglot indexes your whole forge and answers in the console — free-text or semantic. The same index is a first-class agent tool, so your coding agents ground themselves in your real code before they touch it.

Free-text + semantic search over the forge indexEvery repo searchable as one — no per-repo setupFirst-class agent tool (search_code) over the same indexRead-only BFF; the index lives in the polyglot engine

Code lives in dozens of repos; the knowledge in it doesn't respect those boundaries. Polyglot indexes the whole forge and lets you — or an agent — search it as a single corpus.

search_code
polyglot · semantic + lexical · forge-wide
query "where do we verify the merge gate?"
hits 14 across 6 repos
top plugin-tbzl/src/graphd.rs:126 · 0.91
surfaced_to console · chat · coding agents

How it fits

  • A read-only BFF (:50055, polyglot.v1.CodeSearch) that proxies the polyglot engine/indexer.
  • Drives the console "Code Search" section and the search_code MCP tool.
  • Holds no index itself — the indexer owns the embeddings; the plugin is the seam.

source · github.com/fastverk/plugin-polyglot · tools: search_code

Prove it's safe to merge.

Polyglot is one of 14 plugins in the fastverk console — hosted, or in your own cloud.