[FEATURE]: ``opencode agent list --json`` to export agents info as proper opencode.json #9255

Open
opened 2026-02-16 18:12:01 -05:00 by yindo · 0 comments
Owner

Originally created by @egorse-tel on GitHub (Feb 13, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

The opencode agent list --json should export agents info as proper opencode.json

The purpose to be able see and customize all agents and subagents without digging around

So one can do next (or similar):

cd ~/project1
opencode agent list --json > opencode.json
$EDITOR opencode.json
Originally created by @egorse-tel on GitHub (Feb 13, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request The ```opencode agent list --json``` should export agents info as proper opencode.json The purpose to be able see and customize all agents and subagents without digging around So one can do next (or similar): ``` cd ~/project1 opencode agent list --json > opencode.json $EDITOR opencode.json ```
yindo added the discussion label 2026-02-16 18:12:01 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9255