subagent-cli 0.3.2 → 0.3.3

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 +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "subagent-cli",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "sa — Morph Code CLI (Claude Code fork with multi-provider LLM, WarpGrep, and subagent support)",
5
5
  "type": "module",
6
6
  "bin": {
@@ -108,7 +108,17 @@
108
108
  "ws": "*",
109
109
  "undici": "*",
110
110
  "stack-utils": "*",
111
- "cli-boxes": "*"
111
+ "cli-boxes": "*",
112
+ "asciichart": "^1.5.0",
113
+ "google-auth-library": "^9.15.0",
114
+ "@anthropic-ai/bedrock-sdk": "^0.27.0",
115
+ "@anthropic-ai/vertex-sdk": "^0.14.4",
116
+ "@azure/identity": "^4.0.0",
117
+ "commander": "~14.0.0",
118
+ "@alcalzone/ansi-tokenize": "^0.1.0",
119
+ "https-proxy-agent": "^7.0.0",
120
+ "@opentelemetry/semantic-conventions": "^1.30.0",
121
+ "vscode-jsonrpc": "^8.2.0"
112
122
  },
113
123
  "devDependencies": {
114
124
  "@types/diff": "^7.0.2",