feat: remove active knowledge support

This commit is contained in:
2026-07-16 07:30:00 +09:00
parent f2106407be
commit f786e01997
54 changed files with 197 additions and 1591 deletions
@@ -46,7 +46,7 @@
}
type WorkerCompletionsResult = {
kind: "file" | "knowledge";
kind: "file";
prefix: string;
entries: ComposerCompletionEntry[];
diagnostics: Diagnostic[];