fix: harden scoped tools and settings persistence

This commit is contained in:
lofyer
2026-08-13 14:56:53 +08:00
parent bf1ec5d2f1
commit aab961226f
62 changed files with 4343 additions and 1314 deletions
+1
View File
@@ -139,6 +139,7 @@ export class ContinueAgentRuntime implements AgentRuntime {
readonly runtimeId = 'continue'
readonly requiresToolApproval = false
readonly supportsToolExecution = true
readonly supportsScopedDataTools = true
private detection?: Promise<RuntimeBinaryDetection>
private readonly hostAdapters = new Map<
RuntimeSettings['continueMode'],