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"},