feat: add smart-router extension for dynamic prompt routing

This commit is contained in:
2026-06-08 17:40:13 +10:00
parent 1ef640374d
commit cb32a363dc
2 changed files with 1965 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": {
"typescript": "^6.0.3"
},
"devDependencies": {
"@earendil-works/pi-coding-agent": "^0.75.0",
"@types/node": "^25.9.2"
}
}