feat: enhance local knowledge retrieval

This commit is contained in:
lofyer
2026-08-12 21:45:47 +08:00
parent e0e5a8c1b3
commit 111f487e20
65 changed files with 13517 additions and 1155 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ function createRuntime(): ContinueAgentRuntime {
async function collectEvents(
runtime: ContinueAgentRuntime,
workMode?: 'ask' | 'plan' | 'execute'
workMode?: 'ask' | 'execute'
): Promise<RuntimeEvent[]> {
const events: RuntimeEvent[] = []
for await (const event of runtime.run(