fix(ci): stabilize auto-reply CI tests

This commit is contained in:
Peter Steinberger
2026-04-11 04:09:01 +01:00
parent 44e5b62c27
commit d515009c53
13 changed files with 71 additions and 82 deletions

View File

@@ -1,7 +1,4 @@
export function resolveMemorySearchPreflight(params: {
query: string;
hasIndexedContent: boolean;
}):
export function resolveMemorySearchPreflight(params: { query: string; hasIndexedContent: boolean }):
| {
normalizedQuery: string;
shouldInitializeProvider: boolean;