feat(projects): add interactive AI app scaffold skill

This commit is contained in:
2026-09-04 20:36:28 +08:00
parent 336e0bb0ca
commit 959b6333b5
40 changed files with 2647 additions and 65 deletions

View File

@@ -524,7 +524,7 @@ export class PiAgentServerProcess {
],
{
cwd: this.options.runtimeRoot,
env: buildPiWorkerEnvironment(this.options.configDir),
env: buildPiWorkerEnvironment(this.options.configDir, this.options.executablePath),
stdio: ['pipe', 'pipe', 'pipe'],
windowsHide: true,
detached: platform() !== 'win32',