chore: migrate to @earendil-works pi packages

@mariozechner/pi-coding-agent is deprecated in favor of
@earendil-works/pi-coding-agent (github.com/earendil-works/pi).
Import Type from @earendil-works/pi-ai instead of @sinclair/typebox,
which the new ecosystem replaces with plain typebox. Upgrading to
0.80.6 also resolves all 31 open Dependabot alerts from the old
package's transitive dev dependencies.
This commit is contained in:
Ivan Pereira
2026-07-14 12:49:49 +01:00
parent 6158714acf
commit 17e4267e7f
8 changed files with 2595 additions and 2403 deletions
+5 -7
View File
@@ -25,15 +25,13 @@
]
},
"peerDependencies": {
"@mariozechner/pi-tui": "*",
"@mariozechner/pi-ai": "*",
"@sinclair/typebox": "*"
"@earendil-works/pi-tui": "*",
"@earendil-works/pi-ai": "*"
},
"devDependencies": {
"@mariozechner/pi-coding-agent": "*",
"@mariozechner/pi-tui": "*",
"@mariozechner/pi-ai": "*",
"@sinclair/typebox": "*",
"@earendil-works/pi-coding-agent": "*",
"@earendil-works/pi-tui": "*",
"@earendil-works/pi-ai": "*",
"@types/node": "*",
"typescript": "*"
},