feat(HAI-103): wire AuthStorage and ModelRegistry into dashboard server

- Integrate AuthStorage and ModelRegistry from pi-coding-agent into createServer
- Pass authStorage and modelRegistry options to enable auth tab and model selector
- Add comprehensive unit tests for AuthStorage/ModelRegistry wiring in dashboard
- Add pi-coding-agent dependency to cli package
This commit is contained in:
Dustin Byrne
2026-03-26 20:36:34 -04:00
parent 1a61f09379
commit 5e76a03287
4 changed files with 131 additions and 3 deletions

View File

@@ -16,7 +16,8 @@
"dependencies": {
"@hai/core": "workspace:*",
"@hai/dashboard": "workspace:*",
"@hai/engine": "workspace:*"
"@hai/engine": "workspace:*",
"@mariozechner/pi-coding-agent": "^0.62.0"
},
"devDependencies": {
"tsx": "^4.19.0",