Skip to content

v0.2.3

Latest

Choose a tag to compare

@harsharahul harsharahul released this 24 Jun 08:38
3ace2e1

Added

  • Automatic query-time freshness: a search detects edited files and re-indexes what changed with no git and no editor hook required. A stat gate (mtime + size per file) means unchanged files are never read, so the poll is cheap; it runs at most once per refresh_ttl (default 2s). On by default; disable with INTENT_CODE_AUTO_REFRESH=0 or tune with INTENT_CODE_REFRESH_TTL.

Changed

  • Incremental indexing skips reading files whose mtime and size are unchanged, and a poll that finds no changes does no writes (no graph or repo-map rebuild, no manifest save).

Designed by Harsha Rahul