Skip to content

Release v0.17.0

Choose a tag to compare

@github-actions github-actions released this 12 Feb 15:05
· 241 commits to master since this release

[0.17.0] - 2026-02-12

Added

  • CLAUDE.md injection via codeindex init: The init wizard now injects a codeindex instructions section into the project's CLAUDE.md file, so Claude Code automatically knows to use README_AI.md files on startup. Supports creating new files, prepending to existing files, and idempotent updates via HTML comment markers (<!-- codeindex:start/end -->).
  • Interactive wizard Step 5/6: New "AI agent integration" step asks whether to inject into CLAUDE.md (default: yes). Steps renumbered from 5 to 6.
  • Non-interactive mode support: codeindex init --yes injects into CLAUDE.md by default (safe — it's just markdown).
  • inject_claude_md() and has_claude_md_injection(): Public API functions in init_wizard module for programmatic use.