feat(FN-2909): merge fusion/fn-2909

This commit is contained in:
Fusion
2026-04-28 20:01:13 -07:00
committed by gsxdsm
parent 88a148d7dd
commit 0684a18a6f
19 changed files with 569 additions and 41 deletions

View File

@@ -23,6 +23,9 @@
"@mariozechner/pi-ai": "*",
"@mariozechner/pi-coding-agent": "*"
},
"dependencies": {
"cross-spawn": "^7.0.6"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.0",

View File

@@ -6,7 +6,7 @@
* Also provides startup validation for CLI presence and authentication.
*/
import { spawn, execSync, type ChildProcess } from "node:child_process";
import { execSync, spawn, type ChildProcess } from "node:child_process";
import { writeFileSync, unlinkSync } from "node:fs";
import { join } from "node:path";
import { tmpdir } from "node:os";