@agentproto/adapter-mastracode 0.3.9 → 0.3.11

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentproto/adapter-mastracode",
3
- "version": "0.3.9",
3
+ "version": "0.3.11",
4
4
  "description": "@agentproto/adapter-mastracode — AIP-45 AGENT-CLI adapter for Mastra Code. Spawns the documented headless CLI via `npx -y mastracode`; current Mastra Code does not expose a discoverable ACP subcommand.",
5
5
  "keywords": [
6
6
  "agentproto",
@@ -41,8 +41,8 @@
41
41
  "access": "public"
42
42
  },
43
43
  "dependencies": {
44
- "@agentproto/driver-agent-cli": "2.4.0",
45
- "@agentproto/model-catalog": "0.9.0",
44
+ "@agentproto/driver-agent-cli": "2.4.1",
45
+ "@agentproto/model-catalog": "0.9.2",
46
46
  "@agentproto/provider-kit": "0.4.2"
47
47
  },
48
48
  "devDependencies": {
@@ -50,7 +50,7 @@
50
50
  "tsup": "^8.5.1",
51
51
  "typescript": "^5.9.3",
52
52
  "vitest": "^3.2.4",
53
- "@agentproto/tooling": "0.1.0-alpha.0"
53
+ "@agentproto/tooling": "0.1.0"
54
54
  },
55
55
  "scripts": {
56
56
  "dev": "tsup --watch",