amalgm 0.1.85 → 0.1.86
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
CHANGED
|
@@ -93,6 +93,9 @@ const CLAUDE_LEGACY_ALIASES = {
|
|
|
93
93
|
sonnet: 'anthropic/claude-sonnet-4.6',
|
|
94
94
|
'sonnet[1m]': 'anthropic/claude-sonnet-4.6',
|
|
95
95
|
haiku: 'anthropic/claude-haiku-4.5',
|
|
96
|
+
fable: 'anthropic/claude-fable-5',
|
|
97
|
+
'claude-code-fable': 'anthropic/claude-fable-5',
|
|
98
|
+
'claude-code-fable-5': 'anthropic/claude-fable-5',
|
|
96
99
|
};
|
|
97
100
|
|
|
98
101
|
const CLAUDE_HARNESS_MODELS = {
|
|
@@ -104,6 +107,7 @@ const CLAUDE_HARNESS_MODELS = {
|
|
|
104
107
|
'anthropic/claude-sonnet-4.6': 'sonnet',
|
|
105
108
|
'anthropic/claude-sonnet-4.5': 'sonnet',
|
|
106
109
|
'anthropic/claude-haiku-4.5': 'haiku',
|
|
110
|
+
'anthropic/claude-fable-5': 'claude-fable-5',
|
|
107
111
|
};
|
|
108
112
|
|
|
109
113
|
const CODEX_THINKING_SUFFIX_RE = /:thinking-(low|medium|high|xhigh)$/i;
|