What's next for idx

Each version closes a specific gap between what idx offers today and what AI coding agents actually need.

01 Local-first,
agent-native

Every feature serves idx as a retrieval layer under an agent β€” not just a developer CLI.

02 Signal compounds
over time

Read log, popularity boost, and related-file graph only work if agents consistently route through idx.

03 Precision
over recall

Agents issue dozens of queries per session. Noisy results cost context budget. Every ranking improvement has a multiplier effect.

Already shipped

3 releases so far β€” each one closing a specific gap between what idx offered and what AI agents actually needed.

βœ“ v0.8.0 Released

Stable CLI Foundation

BM25 full-text index, background agent, path & extension filters.

πŸ”Ž BM25 full-text index βš™οΈ Background agent process 🎯 Path & extension filters
Release notes
βœ“ v0.9.0 Released June 26, 2026

AI Integration Layer

Close the gap between what the CLI offers and what agents actually use.

πŸ“– idx read --compact πŸ›‘οΈ Project-level enforcement hooks 🧹 make skill-lint 🏷️ Skill renamed idx-search β†’ idx
Release notes
βœ“ v0.10.0 Released June 30, 2026

Git-aware Primitives

Make idx conscious of what the developer is actively working on.

πŸ”— idx related <file> βŽ‡ idx search --since <ref> πŸ”’ Four enforcement hooks πŸ“Š popularity_weight configurable
Release notes

What's next

v0.11.0 Up next

Agent-optimized Output

Return structured, precise, context-budget-aware results instead of file paths.

🌳 Symbol-aware search βœ‚οΈ --chunk 🎯 idx context --budget N
Full specification
v1.0.0 Milestone

Multi-agent: Worktree Isolation & Hybrid MCP Search

Enable parallel agents on the same repository without index collisions, at any codebase scale.

πŸ—‚οΈ Worktree-native isolation ☁️ Hybrid MCP search πŸ“‹ idx worktree list

The branch delta index and the remote MCP baseline share the same git-diff primitive β€” the local index stays small regardless of monorepo size.

Full specification