You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.