@wrongstack/cli 0.281.0 → 0.281.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.
@@ -1,92 +1,8 @@
1
1
  {
2
- "openai": {
3
- "id": "openai",
4
- "name": "OpenAI",
5
- "npm": "@ai-sdk/openai",
6
- "env": ["OPENAI_API_KEY"],
7
- "models": {
8
- "gpt-4.1": {
9
- "id": "gpt-4.1",
10
- "name": "GPT-4.1",
11
- "tool_call": true,
12
- "modalities": { "input": ["text", "image"], "output": ["text"] },
13
- "limit": { "context": 1050000, "output": 32000 },
14
- "cost": { "input": 2, "output": 8 }
15
- },
16
- "gpt-4.1-mini": {
17
- "id": "gpt-4.1-mini",
18
- "name": "GPT-4.1 Mini",
19
- "tool_call": true,
20
- "modalities": { "input": ["text", "image"], "output": ["text"] },
21
- "limit": { "context": 1050000, "output": 32000 },
22
- "cost": { "input": 0.4, "output": 1.6 }
23
- },
24
- "gpt-4.1-nano": {
25
- "id": "gpt-4.1-nano",
26
- "name": "GPT-4.1 Nano",
27
- "tool_call": true,
28
- "modalities": { "input": ["text", "image"], "output": ["text"] },
29
- "limit": { "context": 1050000, "output": 32000 },
30
- "cost": { "input": 0.1, "output": 0.4 }
31
- },
32
- "o4-mini": {
33
- "id": "o4-mini",
34
- "name": "o4-mini",
35
- "reasoning": true,
36
- "tool_call": true,
37
- "modalities": { "input": ["text", "image"], "output": ["text"] },
38
- "limit": { "context": 200000, "output": 100000 },
39
- "cost": { "input": 1.1, "output": 4.4 }
40
- },
41
- "gpt-5.5": {
42
- "id": "gpt-5.5",
43
- "name": "GPT-5.5",
44
- "family": "gpt-codex",
45
- "description": "Frontier model for complex coding, research, and real-world work.",
46
- "reasoning": true,
47
- "tool_call": true,
48
- "modalities": { "input": ["text", "image"], "output": ["text"] },
49
- "limit": { "context": 1050000, "output": 128000 },
50
- "cost": { "input": 5, "output": 30 }
51
- },
52
- "gpt-5.4": {
53
- "id": "gpt-5.4",
54
- "name": "GPT-5.4",
55
- "family": "gpt-codex",
56
- "description": "Strong model for everyday coding.",
57
- "reasoning": true,
58
- "tool_call": true,
59
- "modalities": { "input": ["text", "image"], "output": ["text"] },
60
- "limit": { "context": 1000000, "output": 128000 },
61
- "cost": { "input": 2.5, "output": 15 }
62
- },
63
- "gpt-5.4-mini": {
64
- "id": "gpt-5.4-mini",
65
- "name": "GPT-5.4 Mini",
66
- "family": "gpt-codex",
67
- "description": "Small, fast, and cost-efficient model for simpler coding tasks.",
68
- "reasoning": true,
69
- "tool_call": true,
70
- "modalities": { "input": ["text", "image"], "output": ["text"] },
71
- "limit": { "context": 400000, "output": 128000 },
72
- "cost": { "input": 0.75, "output": 4.5 }
73
- },
74
- "gpt-5.3-codex-spark": {
75
- "id": "gpt-5.3-codex-spark",
76
- "name": "GPT-5.3 Codex Spark",
77
- "family": "gpt-codex-spark",
78
- "description": "Ultra-fast coding model.",
79
- "reasoning": true,
80
- "tool_call": true,
81
- "modalities": { "input": ["text"], "output": ["text"] },
82
- "limit": { "context": 128000 }
83
- }
84
- }
85
- },
86
2
  "openai-codex": {
87
3
  "id": "openai-codex",
88
4
  "name": "OpenAI Codex (ChatGPT sign-in)",
89
- "doc": "https://platform.openai.com/docs/guides/codex",
5
+ "doc": "https://developers.openai.com/codex/models",
90
6
  "models": {
91
7
  "gpt-5.5": {
92
8
  "id": "gpt-5.5",
@@ -104,7 +20,7 @@
104
20
  "reasoning": true,
105
21
  "tool_call": true,
106
22
  "modalities": { "input": ["text", "image"], "output": ["text"] },
107
- "limit": { "context": 1000000, "output": 128000 }
23
+ "limit": { "context": 1050000, "output": 128000 }
108
24
  },
109
25
  "gpt-5.4-mini": {
110
26
  "id": "gpt-5.4-mini",
@@ -118,146 +34,12 @@
118
34
  "gpt-5.3-codex-spark": {
119
35
  "id": "gpt-5.3-codex-spark",
120
36
  "name": "GPT-5.3 Codex Spark",
121
- "description": "Ultra-fast coding model.",
122
- "reasoning": true,
123
- "tool_call": true,
124
- "modalities": { "input": ["text"], "output": ["text"] },
125
- "limit": { "context": 128000 }
126
- }
127
- }
128
- },
129
- "anthropic": {
130
- "id": "anthropic",
131
- "name": "Anthropic",
132
- "npm": "@ai-sdk/anthropic",
133
- "env": ["ANTHROPIC_API_KEY"],
134
- "models": {
135
- "claude-sonnet-4-20250514": {
136
- "id": "claude-sonnet-4-20250514",
137
- "name": "Claude Sonnet 4",
138
- "tool_call": true,
139
- "modalities": { "input": ["text", "image"], "output": ["text"] },
140
- "limit": { "context": 200000, "output": 8192 },
141
- "cost": { "input": 3, "output": 15 }
142
- },
143
- "claude-haiku-4-20250514": {
144
- "id": "claude-haiku-4-20250514",
145
- "name": "Claude Haiku 4",
146
- "tool_call": true,
147
- "modalities": { "input": ["text", "image"], "output": ["text"] },
148
- "limit": { "context": 200000, "output": 8192 },
149
- "cost": { "input": 0.8, "output": 4 }
150
- }
151
- }
152
- },
153
- "google": {
154
- "id": "google",
155
- "name": "Google",
156
- "npm": "@ai-sdk/google",
157
- "env": ["GEMINI_API_KEY"],
158
- "models": {
159
- "gemini-2.5-flash": {
160
- "id": "gemini-2.5-flash",
161
- "name": "Gemini 2.5 Flash",
162
- "tool_call": true,
163
- "modalities": { "input": ["text", "image", "audio"], "output": ["text"] },
164
- "limit": { "context": 1000000, "output": 8192 },
165
- "cost": { "input": 0.15, "output": 0.6 }
166
- },
167
- "gemini-2.5-pro": {
168
- "id": "gemini-2.5-pro",
169
- "name": "Gemini 2.5 Pro",
170
- "reasoning": true,
171
- "tool_call": true,
172
- "modalities": { "input": ["text", "image", "audio"], "output": ["text"] },
173
- "limit": { "context": 1000000, "output": 65536 },
174
- "cost": { "input": 1.25, "output": 5 }
175
- }
176
- }
177
- },
178
- "deepseek": {
179
- "id": "deepseek",
180
- "name": "DeepSeek",
181
- "npm": "@ai-sdk/openai-compatible",
182
- "api": "https://api.deepseek.com/v1",
183
- "env": ["DEEPSEEK_API_KEY"],
184
- "models": {
185
- "deepseek-v4-pro": {
186
- "id": "deepseek-v4-pro",
187
- "name": "DeepSeek V4 Pro",
188
- "reasoning": true,
189
- "tool_call": true,
190
- "modalities": { "input": ["text"], "output": ["text"] },
191
- "limit": { "context": 128000, "output": 16384 },
192
- "cost": { "input": 2, "output": 8 }
193
- },
194
- "deepseek-v4-flash": {
195
- "id": "deepseek-v4-flash",
196
- "name": "DeepSeek V4 Flash",
197
- "reasoning": true,
198
- "tool_call": true,
199
- "modalities": { "input": ["text"], "output": ["text"] },
200
- "limit": { "context": 128000, "output": 16384 },
201
- "cost": { "input": 0.5, "output": 1.5 }
202
- }
203
- }
204
- },
205
- "mistral": {
206
- "id": "mistral",
207
- "name": "Mistral",
208
- "npm": "@ai-sdk/mistral",
209
- "env": ["MISTRAL_API_KEY"],
210
- "models": {
211
- "mistral-small-2506": {
212
- "id": "mistral-small-2506",
213
- "name": "Mistral Small",
214
- "tool_call": true,
215
- "modalities": { "input": ["text"], "output": ["text"] },
216
- "limit": { "context": 128000, "output": 16384 },
217
- "cost": { "input": 0.2, "output": 0.6 }
218
- },
219
- "mistral-large-2506": {
220
- "id": "mistral-large-2506",
221
- "name": "Mistral Large",
222
- "tool_call": true,
223
- "modalities": { "input": ["text"], "output": ["text"] },
224
- "limit": { "context": 128000, "output": 16384 },
225
- "cost": { "input": 2, "output": 6 }
226
- }
227
- }
228
- },
229
- "xai": {
230
- "id": "xai",
231
- "name": "xAI",
232
- "npm": "@ai-sdk/xai",
233
- "env": ["XAI_API_KEY"],
234
- "models": {
235
- "grok-3": {
236
- "id": "grok-3",
237
- "name": "Grok 3",
238
- "reasoning": true,
239
- "tool_call": true,
240
- "modalities": { "input": ["text", "image"], "output": ["text"] },
241
- "limit": { "context": 131072, "output": 16384 },
242
- "cost": { "input": 3, "output": 15 }
243
- },
244
- "grok-3-mini": {
245
- "id": "grok-3-mini",
246
- "name": "Grok 3 Mini",
37
+ "description": "Ultra-fast coding model (research preview).",
247
38
  "reasoning": true,
248
39
  "tool_call": true,
249
40
  "modalities": { "input": ["text"], "output": ["text"] },
250
- "limit": { "context": 131072, "output": 16384 },
251
- "cost": { "input": 0.3, "output": 0.5 }
41
+ "limit": { "context": 128000, "output": 32000 }
252
42
  }
253
43
  }
254
- },
255
- "omniroute": {
256
- "id": "omniroute",
257
- "name": "OmniRoute",
258
- "npm": "@ai-sdk/openai-compatible",
259
- "api": "http://localhost:20128/v1",
260
- "doc": "https://github.com/WrongStack/WrongStack",
261
- "models": {}
262
44
  }
263
45
  }
package/dist/index.js CHANGED
@@ -23530,10 +23530,13 @@ function scanCommand(opts) {
23530
23530
  ""
23531
23531
  ];
23532
23532
  lines.push(color.dim(" The TUI is a synchronous surface and cannot host a subagent itself."));
23533
- lines.push(color.dim(" Dispatch from any of these surfaces instead:"));
23533
+ lines.push(color.dim(" Start or use a director-capable session, then dispatch with:"));
23534
23534
  lines.push("");
23535
- lines.push(color.cyan(" pnpm --filter @wrongstack/cli security:scan"));
23536
- lines.push(color.cyan(" \u2192 /collab with bug-hunter role from a subagent session"));
23535
+ lines.push(color.cyan(" /director"));
23536
+ lines.push(
23537
+ color.cyan(' /delegate --role=bug-hunter "Run a security scan of the current project"')
23538
+ );
23539
+ lines.push(color.cyan(" /fleet dispatch Run a security scan of the current project"));
23537
23540
  lines.push(color.cyan(" \u2192 HQ \u2192 Security \u2192 Run scan"));
23538
23541
  lines.push("");
23539
23542
  lines.push(color.dim(" The subagent role is `bug-hunter`. Findings stream on the"));