From 420b5aebf888c638ac096e1476c06eac979ac257 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 3 Oct 2025 23:50:49 +0300 Subject: Switch inline prompt markers to >! prefix --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index 9aa217f..cd10e73 100644 --- a/config.toml.example +++ b/config.toml.example @@ -20,7 +20,7 @@ manual_invoke_min_prefix = 0 # required identifier chars for manual invo trigger_characters = [".", ":", "/", "_", " "] [inline] -inline_open = ">" # single-character +inline_open = ">!" # marker prefix for inline prompts inline_close = ">" # single-character [chat] -- cgit v1.2.3