This commit is contained in:
Kristian Borgwarth 2026-04-12 23:25:36 +02:00
parent 3c8996dc09
commit acdf6bf216

View file

@ -27,6 +27,7 @@ func (h *CompleteLinkHandler) Handle(ctx context.Context, raw json.RawMessage) (
} }
slog.Debug("handling complete link command", "query", cmd.Query) 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{ return []completionItem{
{Slug: "standard-streams"}, {Slug: "standard-streams"},
{Slug: "unit-of-work"}, {Slug: "unit-of-work"},