Release v0.17.0
·
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'sCLAUDE.mdfile, 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 --yesinjects into CLAUDE.md by default (safe — it's just markdown). inject_claude_md()andhas_claude_md_injection(): Public API functions ininit_wizardmodule for programmatic use.