From f81029fd39c88ec7b5b0f5e1069715cbacda755a Mon Sep 17 00:00:00 2001 From: Morticella Date: Wed, 13 May 2026 06:28:21 +0200 Subject: [PATCH] feat: add theSaver plugin Co-Authored-By: Claude Sonnet 4.6 --- data/plugins/thesaver.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/thesaver.yaml diff --git a/data/plugins/thesaver.yaml b/data/plugins/thesaver.yaml new file mode 100644 index 0000000..ecab6ae --- /dev/null +++ b/data/plugins/thesaver.yaml @@ -0,0 +1,4 @@ +name: theSaver +repo: https://github.com/DrunkkToys/theSaver-oc +tagline: Cost-aware model routing & delegation enforcer +description: Classifies models into brain/medium/cheap tiers and enforces delegation policy — high-tier models are warned before doing direct edits/writes that a cheaper worker could handle. Tracks per-session and lifetime savings with a footer in every response. Includes the trinity CLI for switching model slots across Claude Code and OpenCode simultaneously.