Logs structured errors, warnings, and events from subagents to a centralized JSONL file without interrupting active workflows.
Agent Issue Logger is a high-performance, background utility designed for Claude Code subagents to record execution details, tool failures, and degraded results. By leveraging a fire-and-forget mechanism, it ensures that developers can track agent health and debug complex automated workflows through a centralized log file (~/.claude/logs/agent-issues.jsonl) without stalling the main execution thread. Part of the SideQuest suite, it is optimized for maintaining developer hyperfocus by handling telemetry silently and efficiently.
主な機能
01Support for multiple severity levels including error, warning, and info
02Batching support to log multiple related issues in a single call
033 GitHub stars
04Automatic timestamping and session ID enrichment
05Structured JSONL output for easy parsing and monitoring
06Fire-and-forget background logging via run_in_background
ユースケース
01Debugging tool failures or timeouts in background agent processes
02Collecting execution telemetry for long-running developer workflows
03Monitoring subagent reliability during complex multi-step autonomous tasks