@dylanrussell/agent-router 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +15789 -45
- package/dist/cli.js.map +1 -1
- package/dist/plugin.js +14545 -26
- package/dist/plugin.js.map +1 -1
- package/dist/tui.js +14549 -29
- package/dist/tui.js.map +1 -1
- package/package.json +4 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dylanrussell/agent-router",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Switch the models assigned to your opencode agents. Named stacks applied to agent frontmatter. Plugin + CLI.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Dylan Russell",
|
|
@@ -58,19 +58,17 @@
|
|
|
58
58
|
"optional": true
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"dependencies": {
|
|
62
|
-
"cac": "^6.7.14",
|
|
63
|
-
"zod": "^4.0.0"
|
|
64
|
-
},
|
|
65
61
|
"devDependencies": {
|
|
66
62
|
"@biomejs/biome": "^1.9.4",
|
|
67
63
|
"@opencode-ai/plugin": "^1.17.15",
|
|
68
64
|
"@types/node": "^20.14.0",
|
|
69
65
|
"@vitest/coverage-v8": "^4.1.5",
|
|
66
|
+
"cac": "^6.7.14",
|
|
70
67
|
"tsup": "^8.5.1",
|
|
71
68
|
"tsx": "^4.21.0",
|
|
72
69
|
"typescript": "^5.6.0",
|
|
73
|
-
"vitest": "^4.1.5"
|
|
70
|
+
"vitest": "^4.1.5",
|
|
71
|
+
"zod": "^4.0.0"
|
|
74
72
|
},
|
|
75
73
|
"engines": {
|
|
76
74
|
"node": ">=20"
|