Fix conversation log parsing bugs (CC-41) #45
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/claude-code-query!45
Loading…
Reference in a new issue
No description provided.
Delete branch "CC-41"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
"user"instead of"human", hyphens instead of underscores), and handles"permission-mode"and"attachment"entry typesagentIdfrom transcript filename instead of requiring it in JSON (which doesn't contain it)uuidoptional inConversationLogEntryso entries likepermission-modeandfile-history-snapshotare no longer silently droppedImpact
Before these fixes, parsing real Claude Code transcripts resulted in:
numTurnsalways 0 (all user entries dropped)Test plan
./mill __.test)Release Notes
Parsování konverzačních logů z Claude Code nyní správně rozpoznává všechny typy záznamů. Uživatelské zprávy, metadata subagentů a záznamy bez UUID již nejsou tiše zahazovány.
🤖 Generated with Claude Code