Skip to content

v0.2.1

Choose a tag to compare

@harsharahul harsharahul released this 24 Jun 08:03
58f8c0c

Added

  • intent-code init --agent claude|copilot|gemini|all: wire the index into each agent's native config (.mcp.json, .vscode/mcp.json, or .gemini/settings.json) and write the protocol into its instruction file (CLAUDE.md, .github/copilot-instructions.md, or GEMINI.md). Repeatable, defaults to claude. Idempotent: managed block + JSON key-merge never clobber user content.
  • intent-code install-hooks: git hooks (post-commit, post-merge, post-checkout, post-rewrite) that flag the index stale so the next query re-indexes incrementally. Editor-agnostic; appends to an existing shell hook and leaves a non-shell hook untouched.

Changed

  • The indexer no longer indexes the agent instruction files it generates (CLAUDE.md, GEMINI.md, AGENTS.md, .github/copilot-instructions.md, *.prompt.md, .mcp.json, and the .gemini/ directory), avoiding a re-index feedback loop.

Designed by Harsha Rahul