feat: add Pi Coding Agent backend runtime, update dashboard UI

This commit is contained in:
Tanmay Karande
2026-03-03 00:24:19 -05:00
parent 453389f55c
commit 4c3a58b680
21 changed files with 4955 additions and 192 deletions

View File

@@ -8,6 +8,7 @@
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"dashboard": "tsx src/dashboard-dev.ts",
"test": "vitest --run",
"test:watch": "vitest"
},
@@ -27,4 +28,4 @@
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}
}