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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user