From 6d26666df244ad28abce1d1a843e98bff1daebb0 Mon Sep 17 00:00:00 2001 From: Erosika Date: Thu, 23 Apr 2026 13:33:59 -0400 Subject: [PATCH] docs: drop architecture ASCII from sillytavern guide --- docs/v3/guides/integrations/sillytavern.mdx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/v3/guides/integrations/sillytavern.mdx b/docs/v3/guides/integrations/sillytavern.mdx index 1ef07c87..c303f31f 100644 --- a/docs/v3/guides/integrations/sillytavern.mdx +++ b/docs/v3/guides/integrations/sillytavern.mdx @@ -165,22 +165,6 @@ A toggle button in the panel opts out of auto-detection entirely. When disabled, Empty local values are never pushed, so a blank field cannot accidentally delete a host key. -## Architecture - -``` -Browser (Client Extension) Server (Plugin) -+-----------------------+ +------------------------------+ -| index.js | fetch() | plugin/index.js | -| | ------------> | | -| - Settings UI | /api/plugins/ | - Express router (9 routes) | -| - Event hooks | honcho-proxy | - Honcho SDK (@honcho-ai/sdk)| -| - Prompt injection | | - API key from ST secrets or | -| - Tool registration | | ~/.honcho/config.json | -+-----------------------+ +------------------------------+ -``` - -The server plugin reads API credentials from SillyTavern's secrets store first, falling back to `~/.honcho/config.json`. It re-reads the global config before every write to prevent race conditions with concurrent tools. - ## Troubleshooting | Symptom | Fix |