fix(github-copilot): move pi-ai to dev dependency

This commit is contained in:
Peter Steinberger
2026-04-25 00:44:23 +01:00
parent a57fbc8026
commit c12af80b5b
2 changed files with 3 additions and 3 deletions

View File

@@ -5,10 +5,10 @@
"description": "OpenClaw GitHub Copilot provider plugin",
"type": "module",
"dependencies": {
"@clack/prompts": "^1.2.0",
"@mariozechner/pi-ai": "0.70.2"
"@clack/prompts": "^1.2.0"
},
"devDependencies": {
"@mariozechner/pi-ai": "0.70.2",
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {