# Conflicts:
#	electron/coding-runtime/pi/extensions/makelore-runtime.ts
This commit is contained in:
2026-08-31 15:06:37 +08:00
128 changed files with 8282 additions and 3026 deletions

View File

@@ -269,6 +269,7 @@ export class PiManagedExtensionHost {
MAKELORE_PI_WORKER_TOKEN: token,
MAKELORE_PI_CONTEXT_FILE: contextFile,
MAKELORE_PI_WORKER_ROLE: role,
...(record.projectPath ? { MAKELORE_PI_PROJECT_PATH: record.projectPath } : {}),
},
sensitiveValues: [token],
allowedToolNames: [...allowedToolNames],