@1presence/bridge 0.68.0 → 0.70.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.
- package/dist/config.js +3 -2
- package/package.json +1 -1
package/dist/config.js
CHANGED
|
@@ -97,8 +97,9 @@ const MODEL_OPTIONS = [
|
|
|
97
97
|
{ num: 2, model: 'claude-opus-4-8', label: 'claude-opus-4-8' },
|
|
98
98
|
{ num: 3, model: 'claude-opus-4-7', label: 'claude-opus-4-7' },
|
|
99
99
|
{ num: 4, model: 'claude-fable-5', label: 'claude-fable-5' },
|
|
100
|
-
{ num: 5, model: 'claude-sonnet-
|
|
101
|
-
{ num: 6, model: 'claude-
|
|
100
|
+
{ num: 5, model: 'claude-sonnet-5', label: 'claude-sonnet-5' },
|
|
101
|
+
{ num: 6, model: 'claude-sonnet-4-6', label: 'claude-sonnet-4-6' },
|
|
102
|
+
{ num: 7, model: 'claude-haiku-4-5', label: 'claude-haiku-4-5' },
|
|
102
103
|
];
|
|
103
104
|
const PROMPT_TIMEOUT_MS = 10_000;
|
|
104
105
|
// Default to option 1 ("Use Claude Code default") — the dynamic choice that
|