Dashboard: Transcript viewer using claude-code-query log parsing #353
Labels
No labels
bug
contract
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/iw-cli#353
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Layer: 3 — Agent Integration
Parent: #343
Problem
There's no way to see what an agent has been doing without attaching to the tmux session. When managing multiple worktrees, you need to quickly review what happened in a session — what the agent did, what tools it used, what decisions it made.
Solution
claude-code-querylibrary (ConversationLogReader,ConversationLogIndex)Dependencies
works.iterative:claude-code-query-core_3for log parsing typesclaude-code-query-directorclaude-code-query-effectfulfor reading logsKey types from claude-code-query
ConversationLogIndex.listSessions(projectPath)— discover sessionsConversationLogReader.readAll(path)/.stream(path)— read entriesConversationLogEntrywithLogEntryPayloadvariants (UserLogEntry, AssistantLogEntry, ToolUse, etc.)LogFileMetadata— session ID, last modified, summary, git branch