@1presence/bridge 0.68.0 → 0.69.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.
Files changed (2) hide show
  1. package/dist/config.js +3 -2
  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-4-6', label: 'claude-sonnet-4-6' },
101
- { num: 6, model: 'claude-haiku-4-5', label: 'claude-haiku-4-5' },
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1presence/bridge",
3
- "version": "0.68.0",
3
+ "version": "0.69.0",
4
4
  "description": "Run 1Presence on your Mac and use your Claude.ai Pro subscription from any device",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",