Gortex
2026
What's new in Gortex — May–June 2026
·9 mins
A month of code-intelligence upgrades across Gortex v0.19 to v0.39: smarter retrieval, wider language ingest, deeper analysis, better agent ergonomics, and a rebuilt storage layer.
Plain-English guide: what changed, and how to use it
·8 mins
A plain-English tour of the May–June 2026 Gortex updates for the engineers who use it: what each change means in practice, plus the exact commands and settings to get the benefit — no graph theory required.
Multi-workspace & git worktrees
·7 mins
Gortex tracks each git worktree as an independent repository instance with its own graph, so usages, callers, and resolution stay correctly isolated per checkout.
A rebuilt storage & performance layer
·7 mins
A rebuilt storage layer — a pure-Go SQLite backend by default (no CGO, FTS5 search), sidecars that keep agent knowledge off the hot path, warm-restart reconcile in seconds, and graph walks pushed into indexed Store capabilities.
LLM providers & graph-aware routing
·7 mins
Make the model a configuration choice, not a code dependency: one provider interface, nine interchangeable LLM backends, and graph-aware routing by task complexity.
A much better teammate for coding agents
·7 mins
Two memory layers, a multi-agent coordination registry, and a preview-and-verify edit gate make Gortex a safe, productive teammate for autonomous coding agents over MCP.
Deeper analysis
·6 mins
Push hard codebase questions into the graph: an interprocedural bottleneck analyzer for hidden hot paths that compound across calls, and first-class capability edges that make a least-privilege audit a one-hop query.
Many more languages — and file types
·7 mins
Gortex now ingests infrastructure-as-code, legacy systems, docs, images, PDFs, and live database schemas into one graph — plus two config-driven SPIs to add your own formats without a fork.
Cross-language resolution & framework awareness
·7 mins
A code graph is only as good as its edges. A framework dynamic-dispatch synthesizer engine recovers the cross-language and cross-framework call edges that static parsing alone misses.
smart_context: less, but more relevant
·8 mins
smart_context packs the smallest correct working set for a task: dependency-closure selection, a budget that scales with the graph, fidelity tiers with compress_bodies, and delta packing that re-sends only what changed.
Retrieval got a lot smarter
·7 mins
How Gortex turned code retrieval from tuned-by-feel into measured-and-ranked — graph-centrality reranking, per-query lexical/semantic blending, query understanding, and a real P@K/R@K/MRR evaluation harness.