-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
This is a feature request from @middlew4y on Discord
Please explain the motivation behind the feature request.
goose run only outputs plain text, making it hard to parse tool calls and responses programmatically.
Describe the solution you'd like
Similar to Claude Code's --output-format json functionality, add --output-format json flag to output structured data
goose run --output-format json --text "analyze this code"should output
{
"messages": [...],
"tool_calls": [...],
"responses": [...],
"metadata": {"total_tokens": 1250, "status": "completed"}
}- I have verified this does not duplicate an existing feature request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done