From f58bfaa3487ef821466e35fbd2bb073732e889dd Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 17 Dec 2025 11:54:20 -0600 Subject: T8061: add get_completion_env request Return help strings and values in the form used by bash completion. --- data/vyconf.proto | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/vyconf.proto b/data/vyconf.proto index af10d68..6ba6e6a 100644 --- a/data/vyconf.proto +++ b/data/vyconf.proto @@ -198,6 +198,11 @@ message Request { required bool legacy_format = 2; } + message GetCompletionEnv { + repeated string path = 1; + required bool legacy_format = 2; + } + oneof msg { Prompt prompt = 1; SetupSession setup_session = 2; @@ -239,6 +244,7 @@ message Request { ConfigUnsaved config_unsaved = 38; ReferencePathExists reference_path_exists = 39; GetPathType get_path_type = 40; + GetCompletionEnv get_completion_env = 41; } } -- cgit v1.2.3