From e59fdd75503a5f1c61764b9ff14a7105261fed9f Mon Sep 17 00:00:00 2001 From: raisbecka Date: Sun, 10 May 2026 09:15:18 -0400 Subject: [PATCH] docs: add cli-subagent-output to plugins --- data/plugins/cli-subagent-output.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/cli-subagent-output.yaml diff --git a/data/plugins/cli-subagent-output.yaml b/data/plugins/cli-subagent-output.yaml new file mode 100644 index 0000000..c8306dc --- /dev/null +++ b/data/plugins/cli-subagent-output.yaml @@ -0,0 +1,4 @@ +name: Andrew Raisbeck +repo: https://github.com/raisbecka/opencode-subagent-output +tagline: See exactly what your subagents are up to (in the terminal) when invoked during an `opencode run _____` session. +description: When opencode run is invoked normally, the actions of the primary agent are visible in the terminal, but subagent actions are not. This makes it difficult to follow progress on the prompt, and makes it very difficult to use `opencode run` as part of an unattended process or script. This plugin pipes subagent actions/events directly to stdout, prefixes them with the subagents name, and enumerates subagents when run in parallel for easy identification. This allows the user to follow along in realtime when subagents are running, and effectively trace execution at a later time.