merge: integrate upstream main with local Makelore changes

This commit is contained in:
inman
2026-08-31 10:55:48 +08:00
128 changed files with 8278 additions and 3030 deletions

View File

@@ -271,6 +271,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],