From acdf6bf216c100de1f5e500535c0d8ccb194cb05 Mon Sep 17 00:00:00 2001 From: Kristian Borgwarth <10348902@pm.me> Date: Sun, 12 Apr 2026 23:25:36 +0200 Subject: [PATCH] cmt --- core/handlers/completion/complete_link_handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/handlers/completion/complete_link_handler.go b/core/handlers/completion/complete_link_handler.go index d81c728..4e460ef 100644 --- a/core/handlers/completion/complete_link_handler.go +++ b/core/handlers/completion/complete_link_handler.go @@ -27,6 +27,7 @@ func (h *CompleteLinkHandler) Handle(ctx context.Context, raw json.RawMessage) ( } slog.Debug("handling complete link command", "query", cmd.Query) + // this is just a stub and the client is expecting the title/display too return []completionItem{ {Slug: "standard-streams"}, {Slug: "unit-of-work"},