fix: remove workflow completion surface

This commit is contained in:
2026-07-16 06:22:41 +09:00
parent d30dca2d99
commit 0b56052a44
10 changed files with 73 additions and 36 deletions
@@ -46,7 +46,7 @@
}
type WorkerCompletionsResult = {
kind: "file" | "knowledge" | "workflow";
kind: "file" | "knowledge";
prefix: string;
entries: ComposerCompletionEntry[];
diagnostics: Diagnostic[];