@dylanrussell/agent-router 1.0.1 → 1.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dylanrussell/agent-router",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
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",
@@ -48,6 +48,7 @@
48
48
  "test:cli": "vitest run tests/cli",
49
49
  "test:plugin": "vitest run tests/plugin",
50
50
  "test:watch": "vitest",
51
+ "version": "node scripts/sync-version.mjs && git add src/version.ts",
51
52
  "prepublishOnly": "npm run lint && npm run typecheck && npm run build && npm run test"
52
53
  },
53
54
  "peerDependencies": {