List of "properties":
- custom-title (
customTitle),
- agent-name (
agentName),
- agent-color (
agentColor),
- pr-link (
prNumber, prUrl, prRepository),
- mode (
mode)
It could be interesting to show the point where they are set.
Likewise, for version, model, cwd, gitBranch (attributes on most messages), it would be interesting to show the point where they change/
Examples
Line 1 of .../067ee208-cb06-4e58-b48c-228e1f2ff87d.jsonl is not a recognised message type: {"type":"custom-title","customTitle":"Main","sessionId":"067ee208-cb06-4e58-b48c-228e1f2ff87d"}
Line 2 of .../067ee208-cb06-4e58-b48c-228e1f2ff87d.jsonl is not a recognised message type: {"type":"agent-name","agentName":"Main","sessionId":"067ee208-cb06-4e58-b48c-228e1f2ff87d"}
Line 8 of .../067ee208-cb06-4e58-b48c-228e1f2ff87d.jsonl is not a recognised message type: {"type":"agent-color","agentColor":"orange","sessionId":"067ee208-cb06-4e58-b48c-228e1f2ff87d"}
{"type":"pr-link","sessionId":"5ec93f15-d651-432a-ab1b-a96171669461","prNumber":96,"prUrl":"https://github.com/daaain/claude-code-log/pull/96","prRepository":"daaain/claude-code-log","timestamp":"2026-04-19T18:30:11.705Z"}
Line 570 of /home/cboos/.claude/projects/-home-cboos-Workspace-github-daain-claude-code-log-main/20ddae6f-e4e5-4a68-a8d6-0c8e6a88554a.jsonl: unrecognized message type 'mode'
570: {"type":"mode","mode":"normal","sessionId":"20ddae6f-e4e5-4a68-a8d6-0c8e6a88554a"}
List of "properties":
customTitle),agentName),agentColor),prNumber,prUrl,prRepository),mode)It could be interesting to show the point where they are set.
Likewise, for
version,model,cwd,gitBranch(attributes on most messages), it would be interesting to show the point where they change/Examples