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
CM-62984: log file paths via %s + dict (codebase convention)
`extra={'path': ...}` doesn't render under the default Python formatter
that cycode-cli uses; the positional `'msg, %s', {'path': ...}` form
already used in zip_documents / file_excluder / commit_range_documents
does. Migrates the AI-guardrails IDE loaders (Cursor, Claude Code,
Codex) and the shared plugin JSON loader to match.
Also adds path context to a couple of exception logs that previously
discarded it.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments