Skip to content

Add CSV output to dispatch search #334

Description

@jongio

dispatch search already has JSON, ID, and table output. A CSV format would make it easy to pipe results into spreadsheets or shell tools without writing a JSON parser.

Acceptance criteria:

  • dispatch search --csv and dispatch search --format csv print a header row plus one row per result.
  • CSV includes id, summary, cwd, repository, branch, created_at, updated_at, turn_count, file_count.
  • Values are encoded with Go's csv writer and empty results still print the header.

Metadata

Metadata

Assignees

Labels

ideaFeature idea from the idea pipeline

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions