agentic-detector v0.3.0
Breaking change
The ai_tools discriminator column kind was renamed to type. Update any saved/scheduled queries:
-- before
SELECT kind, count(*) FROM ai_tools GROUP BY kind;
-- after
SELECT type, count(*) FROM ai_tools GROUP BY type;Constraint pushdown now keys off WHERE type = '…' / type IN (…). Column values are unchanged (mcp_server, ide_plugins, agents, apps, sockets, agent_instruction, browser_extension).
Assets
| Platform | Asset |
|---|---|
| macOS (Intel + Apple Silicon) | agentic_detector_macos.ext (universal) |
| Linux x86-64 | agentic_detector_linux.ext |
| Windows x86-64 | agentic_detector_windows.ext.exe |
Binaries are unsigned — clear quarantine / Unblock-File or sign before running. Verify with SHA256SUMS. Built with Go 1.26.4, CGO_ENABLED=0.