From da160fbdfb30a55a4d617553baeb5b0a5a9d5fb8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Feb 2026 09:33:49 +0200 Subject: Rename hexai-lsp command to hexai-lsp-server Amp-Thread-ID: https://ampcode.com/threads/T-019c50bc-2906-77db-a31e-0d553338d99b Co-authored-by: Amp --- docs/custom-code-actions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/custom-code-actions.md') diff --git a/docs/custom-code-actions.md b/docs/custom-code-actions.md index 9f5b132..2da534f 100644 --- a/docs/custom-code-actions.md +++ b/docs/custom-code-actions.md @@ -1,6 +1,6 @@ # Custom Code Actions Design -This document proposes how Hexai can support user-defined code actions via the config file, and surface them in both hexai-lsp and hexai-tmux-action. +This document proposes how Hexai can support user-defined code actions via the config file, and surface them in both hexai-lsp-server and hexai-tmux-action. ## Goals @@ -65,7 +65,7 @@ Notes: ### Validation -Implement `func (a App) Validate() error` and call it on startup in hexai-lsp and hexai-tmux-action. Fail fast with a descriptive error if any rule is violated: +Implement `func (a App) Validate() error` and call it on startup in hexai-lsp-server and hexai-tmux-action. Fail fast with a descriptive error if any rule is violated: - Duplicate `id` among custom actions (case-insensitive): "config: duplicate custom action id: " - Duplicate custom action `hotkey` (case-insensitive, non-empty): "config: duplicate custom action hotkey: " - `tmux.custom_menu_hotkey` collides with built-in tmux top-level hotkeys (`r,i,c,t,p,s`) or is not a single character: "config: invalid tmux.custom_menu_hotkey: " @@ -76,7 +76,7 @@ Implement `func (a App) Validate() error` and call it on startup in hexai-lsp an - Invalid `scope` value: "config: custom action has invalid scope: " If validation fails: -- hexai-lsp: log the error and exit the server (do not serve requests). +- hexai-lsp-server: log the error and exit the server (do not serve requests). - hexai-tmux-action: print the error on stderr and exit non-zero. ## LSP Integration -- cgit v1.2.3