Y
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
sprobertson
37 days ago
or easier, open ~/.claude/projects/[project]/[session].jsonl (excluding the system prompt)
link
weird-eye-issue
37 days ago
Doesn't really seem easier and it's in a harder to read format
link
dtang2718
37 days ago
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
link