Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 16:58
v0.16.0
f60bed9

Added

  • Added a codesage-retrieval skill (loaded by both Claude Code and Codex) that routes retrieval, risk, and test-selection queries through CodeSage, packaged as a repo-local Codex marketplace that reuses the global MCP registration.

Changed

  • Rationale-comment extraction (WHY: / NOTE: / IMPORTANT: / TODO markers surfaced on find_symbol / export_context) now covers C, C++, Go, and PHP in addition to Rust and Python; PHP /** */ docblocks (marker on an interior line), # line comments, and #[...] attributes between docblock and definition are handled.