From 4e45bef53a4467dd8ff58dd7c1e5995f3a7a96da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Linhart?= Date: Wed, 4 Feb 2026 19:17:40 +0100 Subject: [PATCH] docs: add system-prompt-logger to plugins --- data/plugins/opencode-system-prompt-logger.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-system-prompt-logger.yaml diff --git a/data/plugins/opencode-system-prompt-logger.yaml b/data/plugins/opencode-system-prompt-logger.yaml new file mode 100644 index 0000000..6870030 --- /dev/null +++ b/data/plugins/opencode-system-prompt-logger.yaml @@ -0,0 +1,4 @@ +name: System Prompt Logger +repo: https://github.com/tlinhart/opencode-system-prompt-logger +tagline: System prompt logger +description: OpenCode plugin that intercepts the system prompt before it's sent to the LLM and logs it.