too-many-claw 1.0.7 → 1.0.8

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 CHANGED
@@ -20,7 +20,7 @@ var AGENT_DEFINITIONS = [
20
20
  name: "Base",
21
21
  emoji: "\u{1F3E0}",
22
22
  category: "CORE" /* CORE */,
23
- model: "claude-opus-4-5" /* OPUS */,
23
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
24
24
  role: "Team Coordinator. Always active. Receives and analyzes user requests, then summons appropriate agents. Orchestrates team conversations and synthesizes results for the user upon task completion. Can dismiss agents when necessary.",
25
25
  alwaysActive: true
26
26
  },
@@ -32,7 +32,7 @@ var AGENT_DEFINITIONS = [
32
32
  name: "Search Specialist",
33
33
  emoji: "\u{1F50D}",
34
34
  category: "RESEARCH" /* RESEARCH */,
35
- model: "claude-sonnet-4-5" /* SONNET */,
35
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
36
36
  role: "Information search and resource collection specialist. Finds necessary information through web searches, document searches, and database queries. Organizes and shares search results with the team."
37
37
  },
38
38
  {
@@ -40,7 +40,7 @@ var AGENT_DEFINITIONS = [
40
40
  name: "Technology Research Specialist",
41
41
  emoji: "\u{1F52C}",
42
42
  category: "RESEARCH" /* RESEARCH */,
43
- model: "claude-sonnet-4-5" /* SONNET */,
43
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
44
44
  role: "Latest technology trends research specialist. Investigates new technologies, frameworks, libraries, and industry trends. Provides comparative analysis of pros and cons for technology selection."
45
45
  },
46
46
  {
@@ -48,7 +48,7 @@ var AGENT_DEFINITIONS = [
48
48
  name: "Trend Analysis Specialist",
49
49
  emoji: "\u{1F4C8}",
50
50
  category: "RESEARCH" /* RESEARCH */,
51
- model: "claude-sonnet-4-5" /* SONNET */,
51
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
52
52
  role: "Market and trend analyst. Analyzes current trends, popular topics, and market dynamics. Provides insights on timing and strategic direction."
53
53
  },
54
54
  {
@@ -56,7 +56,7 @@ var AGENT_DEFINITIONS = [
56
56
  name: "Data Preparation Specialist",
57
57
  emoji: "\u{1F4CA}",
58
58
  category: "RESEARCH" /* RESEARCH */,
59
- model: "claude-sonnet-4-5" /* SONNET */,
59
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
60
60
  role: "Data collection and refinement specialist. Collects, cleanses, and processes data into usable formats. Handles statistics, metrics, and data preparation."
61
61
  },
62
62
  // ============================================================================
@@ -67,7 +67,7 @@ var AGENT_DEFINITIONS = [
67
67
  name: "Psychological Counselor",
68
68
  emoji: "\u{1F49A}",
69
69
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
70
- model: "claude-sonnet-4-5" /* SONNET */,
70
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
71
71
  role: "Emotional support and counseling specialist. Provides emotional support when users or team members are struggling or stressed. Offers comfort, empathy, and psychological stability."
72
72
  },
73
73
  {
@@ -75,7 +75,7 @@ var AGENT_DEFINITIONS = [
75
75
  name: "User Psychology Analyst",
76
76
  emoji: "\u{1F9E0}",
77
77
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
78
- model: "claude-opus-4-5" /* OPUS */,
78
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
79
79
  role: "User intent and psychology analysis specialist. Analyzes what users truly want and the hidden intentions behind their words. Identifies underlying needs beyond stated requirements."
80
80
  },
81
81
  {
@@ -83,7 +83,7 @@ var AGENT_DEFINITIONS = [
83
83
  name: "Questioning Specialist",
84
84
  emoji: "\u2753",
85
85
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
86
- model: "claude-sonnet-4-5" /* SONNET */,
86
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
87
87
  role: "Core questioning and clarification specialist. Asks questions to clarify ambiguous requirements. Identifies missing information and unclear aspects to seek clarification."
88
88
  },
89
89
  {
@@ -91,7 +91,7 @@ var AGENT_DEFINITIONS = [
91
91
  name: "Rational Persuasion Specialist",
92
92
  emoji: "\u{1F3AF}",
93
93
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
94
- model: "claude-sonnet-4-5" /* SONNET */,
94
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
95
95
  role: "Logical persuasion and perspective-shifting specialist. Changes or persuades others' views through rational arguments and logic. Also mediates in conflict situations."
96
96
  },
97
97
  {
@@ -99,7 +99,7 @@ var AGENT_DEFINITIONS = [
99
99
  name: "Education Specialist",
100
100
  emoji: "\u{1F4DA}",
101
101
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
102
- model: "claude-sonnet-4-5" /* SONNET */,
102
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
103
103
  role: "Explanation and education specialist. Explains complex concepts in simple terms. Teaches and educates users or team members on topics they don't understand."
104
104
  },
105
105
  // ============================================================================
@@ -110,7 +110,7 @@ var AGENT_DEFINITIONS = [
110
110
  name: "Professional Planning Specialist",
111
111
  emoji: "\u{1F4CB}",
112
112
  category: "PLANNING" /* PLANNING */,
113
- model: "claude-opus-4-5" /* OPUS */,
113
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
114
114
  role: "Planning and roadmap specialist. Breaks down tasks into steps, establishes schedules, and sets priorities. Presents systematic plans and roadmaps."
115
115
  },
116
116
  {
@@ -118,7 +118,7 @@ var AGENT_DEFINITIONS = [
118
118
  name: "Agent Team Composition Specialist",
119
119
  emoji: "\u{1F465}",
120
120
  category: "PLANNING" /* PLANNING */,
121
- model: "claude-sonnet-4-5" /* SONNET */,
121
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
122
122
  role: "Optimal team composition recommendation specialist. Analyzes and recommends which agents are needed for a given task. Optimizes team composition efficiency."
123
123
  },
124
124
  {
@@ -126,7 +126,7 @@ var AGENT_DEFINITIONS = [
126
126
  name: "Promotion Specialist",
127
127
  emoji: "\u{1F4E2}",
128
128
  category: "PLANNING" /* PLANNING */,
129
- model: "claude-sonnet-4-5" /* SONNET */,
129
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
130
130
  role: "Marketing and promotion specialist. Handles how to publicize deliverables, branding, and marketing strategies. Refines messaging and positioning."
131
131
  },
132
132
  {
@@ -134,7 +134,7 @@ var AGENT_DEFINITIONS = [
134
134
  name: "Uploader",
135
135
  emoji: "\u2B06\uFE0F",
136
136
  category: "PLANNING" /* PLANNING */,
137
- model: "claude-haiku-4-5" /* HAIKU */,
137
+ model: "anthropic/claude-haiku-3-5" /* HAIKU */,
138
138
  role: "Deployment and upload specialist. Deploys and uploads completed deliverables. Handles launches, releases, and publishing."
139
139
  },
140
140
  // ============================================================================
@@ -145,7 +145,7 @@ var AGENT_DEFINITIONS = [
145
145
  name: "Backend Developer",
146
146
  emoji: "\u2699\uFE0F",
147
147
  category: "DEVELOPMENT" /* DEVELOPMENT */,
148
- model: "claude-sonnet-4-5" /* SONNET */,
148
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
149
149
  role: "Server and backend development specialist. Handles server logic, APIs, databases, and infrastructure-related development."
150
150
  },
151
151
  {
@@ -153,7 +153,7 @@ var AGENT_DEFINITIONS = [
153
153
  name: "Frontend Developer",
154
154
  emoji: "\u{1F3A8}",
155
155
  category: "DEVELOPMENT" /* DEVELOPMENT */,
156
- model: "claude-sonnet-4-5" /* SONNET */,
156
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
157
157
  role: "Frontend and UI development specialist. Handles web/app user interface, screen, and interaction development."
158
158
  },
159
159
  {
@@ -161,7 +161,7 @@ var AGENT_DEFINITIONS = [
161
161
  name: "Professional Designer",
162
162
  emoji: "\u{1F58C}\uFE0F",
163
163
  category: "DEVELOPMENT" /* DEVELOPMENT */,
164
- model: "claude-sonnet-4-5" /* SONNET */,
164
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
165
165
  role: "Design and visual specialist. Handles UI/UX design, visual design, layout, color, and typography."
166
166
  },
167
167
  {
@@ -169,7 +169,7 @@ var AGENT_DEFINITIONS = [
169
169
  name: "Code Reviewer",
170
170
  emoji: "\u{1F440}",
171
171
  category: "DEVELOPMENT" /* DEVELOPMENT */,
172
- model: "claude-sonnet-4-5" /* SONNET */,
172
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
173
173
  role: "Code quality review specialist. Reviews written code, suggests improvements, and identifies bugs or issues."
174
174
  },
175
175
  {
@@ -177,7 +177,7 @@ var AGENT_DEFINITIONS = [
177
177
  name: "Documentation Specialist",
178
178
  emoji: "\u{1F4DD}",
179
179
  category: "DEVELOPMENT" /* DEVELOPMENT */,
180
- model: "claude-sonnet-4-5" /* SONNET */,
180
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
181
181
  role: "Documentation specialist. Handles writing all types of documentation including README, guides, API documentation, and user manuals."
182
182
  },
183
183
  {
@@ -185,7 +185,7 @@ var AGENT_DEFINITIONS = [
185
185
  name: "Automation Specialist",
186
186
  emoji: "\u{1F916}",
187
187
  category: "DEVELOPMENT" /* DEVELOPMENT */,
188
- model: "claude-sonnet-4-5" /* SONNET */,
188
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
189
189
  role: "Automation and workflow specialist. Automates repetitive tasks, creates scripts, and designs efficient workflows."
190
190
  },
191
191
  {
@@ -193,7 +193,7 @@ var AGENT_DEFINITIONS = [
193
193
  name: "Prompt Engineer",
194
194
  emoji: "\u{1F4AC}",
195
195
  category: "DEVELOPMENT" /* DEVELOPMENT */,
196
- model: "claude-sonnet-4-5" /* SONNET */,
196
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
197
197
  role: "AI prompt optimization specialist. Optimizes prompts sent to LLMs and develops AI utilization strategies."
198
198
  },
199
199
  {
@@ -201,7 +201,7 @@ var AGENT_DEFINITIONS = [
201
201
  name: "AI Illustration Generation Specialist",
202
202
  emoji: "\u{1F3AD}",
203
203
  category: "DEVELOPMENT" /* DEVELOPMENT */,
204
- model: "claude-sonnet-4-5" /* SONNET */,
204
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
205
205
  role: "AI image generation specialist. Handles image generation prompt writing and creation using Midjourney, DALL-E, Stable Diffusion, and similar tools."
206
206
  },
207
207
  // ============================================================================
@@ -212,7 +212,7 @@ var AGENT_DEFINITIONS = [
212
212
  name: "Program Testing Specialist",
213
213
  emoji: "\u{1F9EA}",
214
214
  category: "TESTING" /* TESTING */,
215
- model: "claude-sonnet-4-5" /* SONNET */,
215
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
216
216
  role: "Technical testing and QA specialist. Handles code testing, unit testing, integration testing, and bug discovery."
217
217
  },
218
218
  {
@@ -220,7 +220,7 @@ var AGENT_DEFINITIONS = [
220
220
  name: "General User Testing Specialist",
221
221
  emoji: "\u{1F464}",
222
222
  category: "TESTING" /* TESTING */,
223
- model: "claude-sonnet-4-5" /* SONNET */,
223
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
224
224
  role: "User perspective testing specialist. Validates usability, intuitiveness, and UX from the perspective of a general user without technical knowledge."
225
225
  },
226
226
  {
@@ -228,7 +228,7 @@ var AGENT_DEFINITIONS = [
228
228
  name: "Security Check Specialist",
229
229
  emoji: "\u{1F6E1}\uFE0F",
230
230
  category: "TESTING" /* TESTING */,
231
- model: "claude-sonnet-4-5" /* SONNET */,
231
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
232
232
  role: "Security audit specialist. Reviews basic security checklists, confirms compliance, and verifies adherence to security policies."
233
233
  },
234
234
  {
@@ -236,7 +236,7 @@ var AGENT_DEFINITIONS = [
236
236
  name: "Vulnerability Discovery Specialist",
237
237
  emoji: "\u{1F513}",
238
238
  category: "TESTING" /* TESTING */,
239
- model: "claude-sonnet-4-5" /* SONNET */,
239
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
240
240
  role: "Vulnerability analysis specialist. Identifies security vulnerabilities and weaknesses in code, systems, and designs."
241
241
  },
242
242
  {
@@ -244,7 +244,7 @@ var AGENT_DEFINITIONS = [
244
244
  name: "Penetration Testing Specialist",
245
245
  emoji: "\u{1F480}",
246
246
  category: "TESTING" /* TESTING */,
247
- model: "claude-opus-4-5" /* OPUS */,
247
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
248
248
  role: "Penetration testing specialist. Tests systems from an actual attacker's perspective and performs hacking simulations."
249
249
  },
250
250
  // ============================================================================
@@ -255,7 +255,7 @@ var AGENT_DEFINITIONS = [
255
255
  name: "Fact Check Specialist",
256
256
  emoji: "\u{1F4A3}",
257
257
  category: "CRITIQUE" /* CRITIQUE */,
258
- model: "claude-sonnet-4-5" /* SONNET */,
258
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
259
259
  role: `Fact-checking specialist. Demands evidence for claims, verifies factual accuracy, and points out flaws. The one who asks "What's your evidence?"`
260
260
  },
261
261
  {
@@ -263,7 +263,7 @@ var AGENT_DEFINITIONS = [
263
263
  name: "Blunt Critic",
264
264
  emoji: "\u{1F525}",
265
265
  category: "CRITIQUE" /* CRITIQUE */,
266
- model: "claude-sonnet-4-5" /* SONNET */,
266
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
267
267
  role: "Sharp direct feedback specialist. Points out problems directly without beating around the bush. Speaks uncomfortable but necessary truths."
268
268
  },
269
269
  {
@@ -271,7 +271,7 @@ var AGENT_DEFINITIONS = [
271
271
  name: "Critic",
272
272
  emoji: "\u{1F9D0}",
273
273
  category: "CRITIQUE" /* CRITIQUE */,
274
- model: "claude-opus-4-5" /* OPUS */,
274
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
275
275
  role: "Logical criticism specialist. Logically analyzes and critiques problems in plans or deliverables. Provides improvement suggestions alongside criticism."
276
276
  },
277
277
  {
@@ -279,7 +279,7 @@ var AGENT_DEFINITIONS = [
279
279
  name: "Negative Agent",
280
280
  emoji: "\u{1F44E}",
281
281
  category: "CRITIQUE" /* CRITIQUE */,
282
- model: "claude-sonnet-4-5" /* SONNET */,
282
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
283
283
  role: "Devil's advocate. Intentionally views things from a negative perspective. Raises worst-case scenarios, failure possibilities, and risks. Prevents the team from falling into blind optimism."
284
284
  },
285
285
  {
@@ -287,7 +287,7 @@ var AGENT_DEFINITIONS = [
287
287
  name: "Praise Specialist",
288
288
  emoji: "\u{1F44F}",
289
289
  category: "CRITIQUE" /* CRITIQUE */,
290
- model: "claude-haiku-4-5" /* HAIKU */,
290
+ model: "anthropic/claude-haiku-3-5" /* HAIKU */,
291
291
  role: "Positive feedback specialist. Finds and praises what was done well, boosts morale, and provides motivation. Balances against critical agents."
292
292
  },
293
293
  // ============================================================================
@@ -298,7 +298,7 @@ var AGENT_DEFINITIONS = [
298
298
  name: "Loophole Discovery Specialist",
299
299
  emoji: "\u{1F573}\uFE0F",
300
300
  category: "SPECIAL" /* SPECIAL */,
301
- model: "claude-sonnet-4-5" /* SONNET */,
301
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
302
302
  role: 'Within-rules optimization specialist. Finds workarounds, shortcuts, and clever solutions within established rules or constraints. Answers the question "Is there a way?"'
303
303
  },
304
304
  {
@@ -306,7 +306,7 @@ var AGENT_DEFINITIONS = [
306
306
  name: "Pressure Specialist",
307
307
  emoji: "\u26A1",
308
308
  category: "SPECIAL" /* SPECIAL */,
309
- model: "claude-sonnet-4-5" /* SONNET */,
309
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
310
310
  role: "Urgency and pressure specialist. Creates urgency by emphasizing deadline pressure, time limits, and severity of consequences. Pressures agents who are slacking or reluctant to work properly. The team's whip."
311
311
  },
312
312
  {
@@ -314,7 +314,7 @@ var AGENT_DEFINITIONS = [
314
314
  name: "Dirty Worker",
315
315
  emoji: "\u{1FAA0}",
316
316
  category: "SPECIAL" /* SPECIAL */,
317
- model: "claude-haiku-4-5" /* HAIKU */,
317
+ model: "anthropic/claude-haiku-3-5" /* HAIKU */,
318
318
  role: "Undesirable tasks handler. Takes on work that other agents dislike or refuse. Performs boring, repetitive, or tasks nobody wants to do."
319
319
  }
320
320
  ];
package/dist/index.d.ts CHANGED
@@ -11,9 +11,9 @@ declare enum AgentState {
11
11
  }
12
12
  /** Model tier mapping to Claude models */
13
13
  declare enum ModelTier {
14
- OPUS = "claude-opus-4-5",
15
- SONNET = "claude-sonnet-4-5",
16
- HAIKU = "claude-haiku-4-5"
14
+ OPUS = "anthropic/claude-opus-4-5",
15
+ SONNET = "anthropic/claude-sonnet-4-5",
16
+ HAIKU = "anthropic/claude-haiku-3-5"
17
17
  }
18
18
  /** Agent categories for grouping */
19
19
  declare enum AgentCategory {
package/dist/index.js CHANGED
@@ -5,9 +5,9 @@ var AgentState = /* @__PURE__ */ ((AgentState2) => {
5
5
  return AgentState2;
6
6
  })(AgentState || {});
7
7
  var ModelTier = /* @__PURE__ */ ((ModelTier2) => {
8
- ModelTier2["OPUS"] = "claude-opus-4-5";
9
- ModelTier2["SONNET"] = "claude-sonnet-4-5";
10
- ModelTier2["HAIKU"] = "claude-haiku-4-5";
8
+ ModelTier2["OPUS"] = "anthropic/claude-opus-4-5";
9
+ ModelTier2["SONNET"] = "anthropic/claude-sonnet-4-5";
10
+ ModelTier2["HAIKU"] = "anthropic/claude-haiku-3-5";
11
11
  return ModelTier2;
12
12
  })(ModelTier || {});
13
13
  var AgentCategory = /* @__PURE__ */ ((AgentCategory2) => {
@@ -32,7 +32,7 @@ var AGENT_DEFINITIONS = [
32
32
  name: "Base",
33
33
  emoji: "\u{1F3E0}",
34
34
  category: "CORE" /* CORE */,
35
- model: "claude-opus-4-5" /* OPUS */,
35
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
36
36
  role: "Team Coordinator. Always active. Receives and analyzes user requests, then summons appropriate agents. Orchestrates team conversations and synthesizes results for the user upon task completion. Can dismiss agents when necessary.",
37
37
  alwaysActive: true
38
38
  },
@@ -44,7 +44,7 @@ var AGENT_DEFINITIONS = [
44
44
  name: "Search Specialist",
45
45
  emoji: "\u{1F50D}",
46
46
  category: "RESEARCH" /* RESEARCH */,
47
- model: "claude-sonnet-4-5" /* SONNET */,
47
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
48
48
  role: "Information search and resource collection specialist. Finds necessary information through web searches, document searches, and database queries. Organizes and shares search results with the team."
49
49
  },
50
50
  {
@@ -52,7 +52,7 @@ var AGENT_DEFINITIONS = [
52
52
  name: "Technology Research Specialist",
53
53
  emoji: "\u{1F52C}",
54
54
  category: "RESEARCH" /* RESEARCH */,
55
- model: "claude-sonnet-4-5" /* SONNET */,
55
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
56
56
  role: "Latest technology trends research specialist. Investigates new technologies, frameworks, libraries, and industry trends. Provides comparative analysis of pros and cons for technology selection."
57
57
  },
58
58
  {
@@ -60,7 +60,7 @@ var AGENT_DEFINITIONS = [
60
60
  name: "Trend Analysis Specialist",
61
61
  emoji: "\u{1F4C8}",
62
62
  category: "RESEARCH" /* RESEARCH */,
63
- model: "claude-sonnet-4-5" /* SONNET */,
63
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
64
64
  role: "Market and trend analyst. Analyzes current trends, popular topics, and market dynamics. Provides insights on timing and strategic direction."
65
65
  },
66
66
  {
@@ -68,7 +68,7 @@ var AGENT_DEFINITIONS = [
68
68
  name: "Data Preparation Specialist",
69
69
  emoji: "\u{1F4CA}",
70
70
  category: "RESEARCH" /* RESEARCH */,
71
- model: "claude-sonnet-4-5" /* SONNET */,
71
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
72
72
  role: "Data collection and refinement specialist. Collects, cleanses, and processes data into usable formats. Handles statistics, metrics, and data preparation."
73
73
  },
74
74
  // ============================================================================
@@ -79,7 +79,7 @@ var AGENT_DEFINITIONS = [
79
79
  name: "Psychological Counselor",
80
80
  emoji: "\u{1F49A}",
81
81
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
82
- model: "claude-sonnet-4-5" /* SONNET */,
82
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
83
83
  role: "Emotional support and counseling specialist. Provides emotional support when users or team members are struggling or stressed. Offers comfort, empathy, and psychological stability."
84
84
  },
85
85
  {
@@ -87,7 +87,7 @@ var AGENT_DEFINITIONS = [
87
87
  name: "User Psychology Analyst",
88
88
  emoji: "\u{1F9E0}",
89
89
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
90
- model: "claude-opus-4-5" /* OPUS */,
90
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
91
91
  role: "User intent and psychology analysis specialist. Analyzes what users truly want and the hidden intentions behind their words. Identifies underlying needs beyond stated requirements."
92
92
  },
93
93
  {
@@ -95,7 +95,7 @@ var AGENT_DEFINITIONS = [
95
95
  name: "Questioning Specialist",
96
96
  emoji: "\u2753",
97
97
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
98
- model: "claude-sonnet-4-5" /* SONNET */,
98
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
99
99
  role: "Core questioning and clarification specialist. Asks questions to clarify ambiguous requirements. Identifies missing information and unclear aspects to seek clarification."
100
100
  },
101
101
  {
@@ -103,7 +103,7 @@ var AGENT_DEFINITIONS = [
103
103
  name: "Rational Persuasion Specialist",
104
104
  emoji: "\u{1F3AF}",
105
105
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
106
- model: "claude-sonnet-4-5" /* SONNET */,
106
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
107
107
  role: "Logical persuasion and perspective-shifting specialist. Changes or persuades others' views through rational arguments and logic. Also mediates in conflict situations."
108
108
  },
109
109
  {
@@ -111,7 +111,7 @@ var AGENT_DEFINITIONS = [
111
111
  name: "Education Specialist",
112
112
  emoji: "\u{1F4DA}",
113
113
  category: "PSYCHOLOGY" /* PSYCHOLOGY */,
114
- model: "claude-sonnet-4-5" /* SONNET */,
114
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
115
115
  role: "Explanation and education specialist. Explains complex concepts in simple terms. Teaches and educates users or team members on topics they don't understand."
116
116
  },
117
117
  // ============================================================================
@@ -122,7 +122,7 @@ var AGENT_DEFINITIONS = [
122
122
  name: "Professional Planning Specialist",
123
123
  emoji: "\u{1F4CB}",
124
124
  category: "PLANNING" /* PLANNING */,
125
- model: "claude-opus-4-5" /* OPUS */,
125
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
126
126
  role: "Planning and roadmap specialist. Breaks down tasks into steps, establishes schedules, and sets priorities. Presents systematic plans and roadmaps."
127
127
  },
128
128
  {
@@ -130,7 +130,7 @@ var AGENT_DEFINITIONS = [
130
130
  name: "Agent Team Composition Specialist",
131
131
  emoji: "\u{1F465}",
132
132
  category: "PLANNING" /* PLANNING */,
133
- model: "claude-sonnet-4-5" /* SONNET */,
133
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
134
134
  role: "Optimal team composition recommendation specialist. Analyzes and recommends which agents are needed for a given task. Optimizes team composition efficiency."
135
135
  },
136
136
  {
@@ -138,7 +138,7 @@ var AGENT_DEFINITIONS = [
138
138
  name: "Promotion Specialist",
139
139
  emoji: "\u{1F4E2}",
140
140
  category: "PLANNING" /* PLANNING */,
141
- model: "claude-sonnet-4-5" /* SONNET */,
141
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
142
142
  role: "Marketing and promotion specialist. Handles how to publicize deliverables, branding, and marketing strategies. Refines messaging and positioning."
143
143
  },
144
144
  {
@@ -146,7 +146,7 @@ var AGENT_DEFINITIONS = [
146
146
  name: "Uploader",
147
147
  emoji: "\u2B06\uFE0F",
148
148
  category: "PLANNING" /* PLANNING */,
149
- model: "claude-haiku-4-5" /* HAIKU */,
149
+ model: "anthropic/claude-haiku-3-5" /* HAIKU */,
150
150
  role: "Deployment and upload specialist. Deploys and uploads completed deliverables. Handles launches, releases, and publishing."
151
151
  },
152
152
  // ============================================================================
@@ -157,7 +157,7 @@ var AGENT_DEFINITIONS = [
157
157
  name: "Backend Developer",
158
158
  emoji: "\u2699\uFE0F",
159
159
  category: "DEVELOPMENT" /* DEVELOPMENT */,
160
- model: "claude-sonnet-4-5" /* SONNET */,
160
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
161
161
  role: "Server and backend development specialist. Handles server logic, APIs, databases, and infrastructure-related development."
162
162
  },
163
163
  {
@@ -165,7 +165,7 @@ var AGENT_DEFINITIONS = [
165
165
  name: "Frontend Developer",
166
166
  emoji: "\u{1F3A8}",
167
167
  category: "DEVELOPMENT" /* DEVELOPMENT */,
168
- model: "claude-sonnet-4-5" /* SONNET */,
168
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
169
169
  role: "Frontend and UI development specialist. Handles web/app user interface, screen, and interaction development."
170
170
  },
171
171
  {
@@ -173,7 +173,7 @@ var AGENT_DEFINITIONS = [
173
173
  name: "Professional Designer",
174
174
  emoji: "\u{1F58C}\uFE0F",
175
175
  category: "DEVELOPMENT" /* DEVELOPMENT */,
176
- model: "claude-sonnet-4-5" /* SONNET */,
176
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
177
177
  role: "Design and visual specialist. Handles UI/UX design, visual design, layout, color, and typography."
178
178
  },
179
179
  {
@@ -181,7 +181,7 @@ var AGENT_DEFINITIONS = [
181
181
  name: "Code Reviewer",
182
182
  emoji: "\u{1F440}",
183
183
  category: "DEVELOPMENT" /* DEVELOPMENT */,
184
- model: "claude-sonnet-4-5" /* SONNET */,
184
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
185
185
  role: "Code quality review specialist. Reviews written code, suggests improvements, and identifies bugs or issues."
186
186
  },
187
187
  {
@@ -189,7 +189,7 @@ var AGENT_DEFINITIONS = [
189
189
  name: "Documentation Specialist",
190
190
  emoji: "\u{1F4DD}",
191
191
  category: "DEVELOPMENT" /* DEVELOPMENT */,
192
- model: "claude-sonnet-4-5" /* SONNET */,
192
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
193
193
  role: "Documentation specialist. Handles writing all types of documentation including README, guides, API documentation, and user manuals."
194
194
  },
195
195
  {
@@ -197,7 +197,7 @@ var AGENT_DEFINITIONS = [
197
197
  name: "Automation Specialist",
198
198
  emoji: "\u{1F916}",
199
199
  category: "DEVELOPMENT" /* DEVELOPMENT */,
200
- model: "claude-sonnet-4-5" /* SONNET */,
200
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
201
201
  role: "Automation and workflow specialist. Automates repetitive tasks, creates scripts, and designs efficient workflows."
202
202
  },
203
203
  {
@@ -205,7 +205,7 @@ var AGENT_DEFINITIONS = [
205
205
  name: "Prompt Engineer",
206
206
  emoji: "\u{1F4AC}",
207
207
  category: "DEVELOPMENT" /* DEVELOPMENT */,
208
- model: "claude-sonnet-4-5" /* SONNET */,
208
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
209
209
  role: "AI prompt optimization specialist. Optimizes prompts sent to LLMs and develops AI utilization strategies."
210
210
  },
211
211
  {
@@ -213,7 +213,7 @@ var AGENT_DEFINITIONS = [
213
213
  name: "AI Illustration Generation Specialist",
214
214
  emoji: "\u{1F3AD}",
215
215
  category: "DEVELOPMENT" /* DEVELOPMENT */,
216
- model: "claude-sonnet-4-5" /* SONNET */,
216
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
217
217
  role: "AI image generation specialist. Handles image generation prompt writing and creation using Midjourney, DALL-E, Stable Diffusion, and similar tools."
218
218
  },
219
219
  // ============================================================================
@@ -224,7 +224,7 @@ var AGENT_DEFINITIONS = [
224
224
  name: "Program Testing Specialist",
225
225
  emoji: "\u{1F9EA}",
226
226
  category: "TESTING" /* TESTING */,
227
- model: "claude-sonnet-4-5" /* SONNET */,
227
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
228
228
  role: "Technical testing and QA specialist. Handles code testing, unit testing, integration testing, and bug discovery."
229
229
  },
230
230
  {
@@ -232,7 +232,7 @@ var AGENT_DEFINITIONS = [
232
232
  name: "General User Testing Specialist",
233
233
  emoji: "\u{1F464}",
234
234
  category: "TESTING" /* TESTING */,
235
- model: "claude-sonnet-4-5" /* SONNET */,
235
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
236
236
  role: "User perspective testing specialist. Validates usability, intuitiveness, and UX from the perspective of a general user without technical knowledge."
237
237
  },
238
238
  {
@@ -240,7 +240,7 @@ var AGENT_DEFINITIONS = [
240
240
  name: "Security Check Specialist",
241
241
  emoji: "\u{1F6E1}\uFE0F",
242
242
  category: "TESTING" /* TESTING */,
243
- model: "claude-sonnet-4-5" /* SONNET */,
243
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
244
244
  role: "Security audit specialist. Reviews basic security checklists, confirms compliance, and verifies adherence to security policies."
245
245
  },
246
246
  {
@@ -248,7 +248,7 @@ var AGENT_DEFINITIONS = [
248
248
  name: "Vulnerability Discovery Specialist",
249
249
  emoji: "\u{1F513}",
250
250
  category: "TESTING" /* TESTING */,
251
- model: "claude-sonnet-4-5" /* SONNET */,
251
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
252
252
  role: "Vulnerability analysis specialist. Identifies security vulnerabilities and weaknesses in code, systems, and designs."
253
253
  },
254
254
  {
@@ -256,7 +256,7 @@ var AGENT_DEFINITIONS = [
256
256
  name: "Penetration Testing Specialist",
257
257
  emoji: "\u{1F480}",
258
258
  category: "TESTING" /* TESTING */,
259
- model: "claude-opus-4-5" /* OPUS */,
259
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
260
260
  role: "Penetration testing specialist. Tests systems from an actual attacker's perspective and performs hacking simulations."
261
261
  },
262
262
  // ============================================================================
@@ -267,7 +267,7 @@ var AGENT_DEFINITIONS = [
267
267
  name: "Fact Check Specialist",
268
268
  emoji: "\u{1F4A3}",
269
269
  category: "CRITIQUE" /* CRITIQUE */,
270
- model: "claude-sonnet-4-5" /* SONNET */,
270
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
271
271
  role: `Fact-checking specialist. Demands evidence for claims, verifies factual accuracy, and points out flaws. The one who asks "What's your evidence?"`
272
272
  },
273
273
  {
@@ -275,7 +275,7 @@ var AGENT_DEFINITIONS = [
275
275
  name: "Blunt Critic",
276
276
  emoji: "\u{1F525}",
277
277
  category: "CRITIQUE" /* CRITIQUE */,
278
- model: "claude-sonnet-4-5" /* SONNET */,
278
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
279
279
  role: "Sharp direct feedback specialist. Points out problems directly without beating around the bush. Speaks uncomfortable but necessary truths."
280
280
  },
281
281
  {
@@ -283,7 +283,7 @@ var AGENT_DEFINITIONS = [
283
283
  name: "Critic",
284
284
  emoji: "\u{1F9D0}",
285
285
  category: "CRITIQUE" /* CRITIQUE */,
286
- model: "claude-opus-4-5" /* OPUS */,
286
+ model: "anthropic/claude-opus-4-5" /* OPUS */,
287
287
  role: "Logical criticism specialist. Logically analyzes and critiques problems in plans or deliverables. Provides improvement suggestions alongside criticism."
288
288
  },
289
289
  {
@@ -291,7 +291,7 @@ var AGENT_DEFINITIONS = [
291
291
  name: "Negative Agent",
292
292
  emoji: "\u{1F44E}",
293
293
  category: "CRITIQUE" /* CRITIQUE */,
294
- model: "claude-sonnet-4-5" /* SONNET */,
294
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
295
295
  role: "Devil's advocate. Intentionally views things from a negative perspective. Raises worst-case scenarios, failure possibilities, and risks. Prevents the team from falling into blind optimism."
296
296
  },
297
297
  {
@@ -299,7 +299,7 @@ var AGENT_DEFINITIONS = [
299
299
  name: "Praise Specialist",
300
300
  emoji: "\u{1F44F}",
301
301
  category: "CRITIQUE" /* CRITIQUE */,
302
- model: "claude-haiku-4-5" /* HAIKU */,
302
+ model: "anthropic/claude-haiku-3-5" /* HAIKU */,
303
303
  role: "Positive feedback specialist. Finds and praises what was done well, boosts morale, and provides motivation. Balances against critical agents."
304
304
  },
305
305
  // ============================================================================
@@ -310,7 +310,7 @@ var AGENT_DEFINITIONS = [
310
310
  name: "Loophole Discovery Specialist",
311
311
  emoji: "\u{1F573}\uFE0F",
312
312
  category: "SPECIAL" /* SPECIAL */,
313
- model: "claude-sonnet-4-5" /* SONNET */,
313
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
314
314
  role: 'Within-rules optimization specialist. Finds workarounds, shortcuts, and clever solutions within established rules or constraints. Answers the question "Is there a way?"'
315
315
  },
316
316
  {
@@ -318,7 +318,7 @@ var AGENT_DEFINITIONS = [
318
318
  name: "Pressure Specialist",
319
319
  emoji: "\u26A1",
320
320
  category: "SPECIAL" /* SPECIAL */,
321
- model: "claude-sonnet-4-5" /* SONNET */,
321
+ model: "anthropic/claude-sonnet-4-5" /* SONNET */,
322
322
  role: "Urgency and pressure specialist. Creates urgency by emphasizing deadline pressure, time limits, and severity of consequences. Pressures agents who are slacking or reluctant to work properly. The team's whip."
323
323
  },
324
324
  {
@@ -326,7 +326,7 @@ var AGENT_DEFINITIONS = [
326
326
  name: "Dirty Worker",
327
327
  emoji: "\u{1FAA0}",
328
328
  category: "SPECIAL" /* SPECIAL */,
329
- model: "claude-haiku-4-5" /* HAIKU */,
329
+ model: "anthropic/claude-haiku-3-5" /* HAIKU */,
330
330
  role: "Undesirable tasks handler. Takes on work that other agents dislike or refuse. Performs boring, repetitive, or tasks nobody wants to do."
331
331
  }
332
332
  ];