agentgui 1.0.344 → 1.0.345
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/package.json +1 -1
- package/server.js +1 -0
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -310,6 +310,7 @@ const AGENT_FALLBACK_MODELS = {
|
|
|
310
310
|
'claude-code': [
|
|
311
311
|
{ id: '', label: 'Default' },
|
|
312
312
|
{ id: 'claude-opus-4-6', label: 'Claude Opus 4.6' },
|
|
313
|
+
{ id: 'claude-sonnet-4-6', label: 'Claude Sonnet 4.6' },
|
|
313
314
|
{ id: 'claude-sonnet-4-5', label: 'Claude Sonnet 4.5' },
|
|
314
315
|
{ id: 'claude-haiku-4-5', label: 'Claude Haiku 4.5' },
|
|
315
316
|
{ id: 'claude-opus-4-5', label: 'Claude Opus 4.5' },
|