Skip to content

Add agent detail command to inspect running agent conversations#49

Merged
codeaholicguy merged 4 commits intomainfrom
feature-agent-detail
Apr 1, 2026
Merged

Add agent detail command to inspect running agent conversations#49
codeaholicguy merged 4 commits intomainfrom
feature-agent-detail

Conversation

@codeaholicguy
Copy link
Copy Markdown
Owner

Summary

  • Add ai-devkit agent detail --id command that displays session metadata (session ID, CWD, start time, status) and conversation history for a running agent
  • Support --tail (default 20), --full, --verbose (include tool calls), and --json output options
  • Add getConversation() as a required method on the AgentAdapter interface, with ClaudeCode and Codex implementations parsing their respective JSONL formats into a unified ConversationMessage[] output

@codeaholicguy codeaholicguy merged commit 25b205f into main Apr 1, 2026
1 check passed
@codeaholicguy codeaholicguy deleted the feature-agent-detail branch April 1, 2026 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant