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
feat(ai): collect raw agent activity in ai discover --history
Ship full AI-agent session activity to GitGuardian, not just MCP tool calls.
ggshield discovers each agent's on-disk transcripts / databases and sends the
raw records verbatim; GitGuardian scans them and strips secrets server-side
before storing them, so the client stays "dumb" and the data shape never
depends on the ggshield version.
Sources cover Claude Code, Codex, Cursor, Copilot CLI and VSCode (Copilot
Chat). Records are batched (by count and by bytes) and posted to the
agent-activity endpoint; the server deduplicates per record.
Issue: NHI-1628
Co-Authored-By: Paul Beslin <paul.beslin-ext@gitguardian.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments