From 4506170c3df8c5244b62f983c69e7091e7a8109f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Villamar=C3=ADn?= Date: Tue, 23 Jun 2026 20:50:28 +0200 Subject: [PATCH] docs:add-opencode-agent-monitor --- data/plugins/opencode-agent-monitor.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-agent-monitor.yaml diff --git a/data/plugins/opencode-agent-monitor.yaml b/data/plugins/opencode-agent-monitor.yaml new file mode 100644 index 0000000..98f045a --- /dev/null +++ b/data/plugins/opencode-agent-monitor.yaml @@ -0,0 +1,4 @@ +name: opencode-agent-monitor +repo: https://github.com/AlvaroVFon/opencode-agent-monitor +tagline: Agent monitoring and session logging +description: Opencode plugin that provides real time TUI monitoring of agent activity and session logging. It includes a TUI interface for monitoring agent activity, a CLI for exporting session logs, and a tool for querying session logs via the SDK. The plugin is designed to help developers and researchers understand agent behavior and performance during multi-agent sessions.