aiwg 2026.2.15 → 2026.3.0
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.
|
@@ -4,35 +4,35 @@
|
|
|
4
4
|
"title": "AIWG Model Configuration",
|
|
5
5
|
"description": "Default model mappings for AIWG SDLC framework deployment. Users can customize these values for their specific needs.",
|
|
6
6
|
"version": "1.0.0",
|
|
7
|
-
"lastUpdated": "2026-
|
|
7
|
+
"lastUpdated": "2026-03-01",
|
|
8
8
|
|
|
9
9
|
"claude": {
|
|
10
10
|
"reasoning": {
|
|
11
|
-
"model": "claude-opus-4-
|
|
12
|
-
"description": "Claude Opus 4.
|
|
11
|
+
"model": "claude-opus-4-6",
|
|
12
|
+
"description": "Claude Opus 4.6 - Best for complex reasoning, architecture design, strategic decisions"
|
|
13
13
|
},
|
|
14
14
|
"coding": {
|
|
15
|
-
"model": "claude-sonnet-4-
|
|
16
|
-
"description": "Claude Sonnet 4.
|
|
15
|
+
"model": "claude-sonnet-4-6",
|
|
16
|
+
"description": "Claude Sonnet 4.6 - Best for code generation, implementation, debugging"
|
|
17
17
|
},
|
|
18
18
|
"efficiency": {
|
|
19
|
-
"model": "claude-haiku-
|
|
20
|
-
"description": "Claude Haiku
|
|
19
|
+
"model": "claude-haiku-4-5-20251001",
|
|
20
|
+
"description": "Claude Haiku 4.5 - Best for quick tasks, file operations, simple edits"
|
|
21
21
|
}
|
|
22
22
|
},
|
|
23
23
|
|
|
24
24
|
"factory": {
|
|
25
25
|
"reasoning": {
|
|
26
|
-
"model": "claude-opus-4-
|
|
27
|
-
"description": "Factory AI uses
|
|
26
|
+
"model": "claude-opus-4-6",
|
|
27
|
+
"description": "Factory AI uses bare Claude model identifiers (no anthropic/ prefix)"
|
|
28
28
|
},
|
|
29
29
|
"coding": {
|
|
30
|
-
"model": "claude-sonnet-4-
|
|
31
|
-
"description": "Factory AI uses
|
|
30
|
+
"model": "claude-sonnet-4-6",
|
|
31
|
+
"description": "Factory AI uses bare Claude model identifiers (no anthropic/ prefix)"
|
|
32
32
|
},
|
|
33
33
|
"efficiency": {
|
|
34
|
-
"model": "claude-haiku-
|
|
35
|
-
"description": "Factory AI uses
|
|
34
|
+
"model": "claude-haiku-4-5-20251001",
|
|
35
|
+
"description": "Factory AI uses bare Claude model identifiers (no anthropic/ prefix)"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
|
|
@@ -54,23 +54,23 @@
|
|
|
54
54
|
"windsurf": {
|
|
55
55
|
"_status": "EXPERIMENTAL",
|
|
56
56
|
"reasoning": {
|
|
57
|
-
"model": "claude-opus-4-
|
|
57
|
+
"model": "claude-opus-4-6",
|
|
58
58
|
"description": "Windsurf uses Claude models via API (experimental)"
|
|
59
59
|
},
|
|
60
60
|
"coding": {
|
|
61
|
-
"model": "claude-sonnet-4-
|
|
61
|
+
"model": "claude-sonnet-4-6",
|
|
62
62
|
"description": "Windsurf uses Claude models via API (experimental)"
|
|
63
63
|
},
|
|
64
64
|
"efficiency": {
|
|
65
|
-
"model": "claude-haiku-
|
|
65
|
+
"model": "claude-haiku-4-5-20251001",
|
|
66
66
|
"description": "Windsurf uses Claude models via API (experimental)"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
|
|
70
70
|
"shorthand": {
|
|
71
|
-
"opus": "claude-opus-4-
|
|
72
|
-
"sonnet": "claude-sonnet-4-
|
|
73
|
-
"haiku": "claude-haiku-
|
|
71
|
+
"opus": "claude-opus-4-6",
|
|
72
|
+
"sonnet": "claude-sonnet-4-6",
|
|
73
|
+
"haiku": "claude-haiku-4-5-20251001",
|
|
74
74
|
"inherit": "inherit"
|
|
75
75
|
},
|
|
76
76
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aiwg",
|
|
3
|
-
"version": "2026.
|
|
3
|
+
"version": "2026.3.0",
|
|
4
4
|
"description": "Cognitive architecture for AI-augmented software development with structured memory, ensemble validation, and closed-loop correction. FAIR-aligned artifacts, 84% cost reduction via human-in-the-loop, standards adopted by 100+ organizations.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -115,14 +115,14 @@ export function loadModelConfig(srcRoot) {
|
|
|
115
115
|
// Fallback to hardcoded defaults if no config found
|
|
116
116
|
return {
|
|
117
117
|
factory: {
|
|
118
|
-
reasoning: { model: 'claude-opus-4-
|
|
119
|
-
coding: { model: 'claude-sonnet-4-
|
|
120
|
-
efficiency: { model: 'claude-haiku-
|
|
118
|
+
reasoning: { model: 'claude-opus-4-6' },
|
|
119
|
+
coding: { model: 'claude-sonnet-4-6' },
|
|
120
|
+
efficiency: { model: 'claude-haiku-4-5-20251001' }
|
|
121
121
|
},
|
|
122
122
|
shorthand: {
|
|
123
|
-
'opus': 'claude-opus-4-
|
|
124
|
-
'sonnet': 'claude-sonnet-4-
|
|
125
|
-
'haiku': 'claude-haiku-
|
|
123
|
+
'opus': 'claude-opus-4-6',
|
|
124
|
+
'sonnet': 'claude-sonnet-4-6',
|
|
125
|
+
'haiku': 'claude-haiku-4-5-20251001',
|
|
126
126
|
'inherit': 'inherit'
|
|
127
127
|
}
|
|
128
128
|
};
|
|
@@ -161,9 +161,9 @@ export function mapToolsToFactory(toolsString, agentName) {
|
|
|
161
161
|
|
|
162
162
|
// Default Factory models (fallback if config not loaded)
|
|
163
163
|
const DEFAULT_FACTORY_MODELS = {
|
|
164
|
-
reasoning: '
|
|
165
|
-
coding: '
|
|
166
|
-
efficiency: '
|
|
164
|
+
reasoning: 'claude-opus-4-6',
|
|
165
|
+
coding: 'claude-sonnet-4-6',
|
|
166
|
+
efficiency: 'claude-haiku-4-5-20251001'
|
|
167
167
|
};
|
|
168
168
|
|
|
169
169
|
/**
|
|
@@ -184,8 +184,8 @@ export function mapModel(originalModel, modelCfg, modelsConfig) {
|
|
|
184
184
|
return modelCfg.codingModel || defaultCoding;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
|
-
//
|
|
188
|
-
const factoryModels = modelsConfig?.shorthand || {
|
|
187
|
+
// Prefer factory-specific shorthand over shared shorthand
|
|
188
|
+
const factoryModels = modelsConfig?.factory_shorthand || modelsConfig?.shorthand || {
|
|
189
189
|
'opus': defaultReasoning,
|
|
190
190
|
'sonnet': defaultCoding,
|
|
191
191
|
'haiku': defaultEfficiency,
|