Hacker News new | ask | show | jobs
by weird-eye-issue 37 days ago
You can easily inspect the full requests it makes to the API which contains the full system prompt, tools, tool calls, etc.
1 comments

or easier, open ~/.claude/projects/[project]/[session].jsonl (excluding the system prompt)
Doesn't really seem easier and it's in a harder to read format
I had a hard time understanding the claude logs and built a light weight html visualizer for myself. Here is the github if anyone is interested

https://github.com/dtang27182/claude-code-log-visualizer