From 07a9bc40b4efa1f69e9326e53c3627d1137d5835 Mon Sep 17 00:00:00 2001 From: p
Date: Thu, 13 Aug 2026 17:50:58 +0800 Subject: [PATCH] config: add .xterm/.ws processors for terminal backend --- conf/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 734d1cd..7d08490 100644 --- a/conf/config.json +++ b/conf/config.json @@ -36,7 +36,9 @@ "processors": [ [".dspy", "dspy"], [".ui", "bui"], - [".tmpl", "tmpl"] + [".tmpl", "tmpl"], + [".xterm", "xterm"], + [".ws", "ws"] ], "session_redis": { "url": "redis://127.0.0.1:6379/3"