@gakim-digital/dexter-bridge 0.5.8 → 0.5.9

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/package.json +1 -1
  2. package/src/config.js +18 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gakim-digital/dexter-bridge",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Local Companion bridge for the Dexter Framer plugin — runs Codex or Claude Code on your machine.",
5
5
  "type": "module",
6
6
  "bin": {
package/src/config.js CHANGED
@@ -53,6 +53,15 @@ export const COMPANION_MODEL_DEFINITIONS = [
53
53
  costTier: '$$$',
54
54
  description: 'Powerful reasoning and long-horizon coding via Claude Code.',
55
55
  },
56
+ {
57
+ id: 'claude-code:opus-4-8',
58
+ agent: 'claude-code',
59
+ provider: 'anthropic',
60
+ displayName: 'Claude Opus 4.8',
61
+ invocationName: 'claude-opus-4-8',
62
+ costTier: '$$$',
63
+ description: 'Claude Opus 4.8 for complex coding and long-running agent work.',
64
+ },
56
65
  {
57
66
  id: 'claude-code:sonnet',
58
67
  agent: 'claude-code',
@@ -62,6 +71,15 @@ export const COMPANION_MODEL_DEFINITIONS = [
62
71
  costTier: '$$',
63
72
  description: 'Current balanced Claude model via Claude Code.',
64
73
  },
74
+ {
75
+ id: 'claude-code:sonnet-4-6',
76
+ agent: 'claude-code',
77
+ provider: 'anthropic',
78
+ displayName: 'Claude Sonnet 4.6',
79
+ invocationName: 'claude-sonnet-4-6',
80
+ costTier: '$$',
81
+ description: 'Claude Sonnet 4.6 for balanced coding, planning, and design work.',
82
+ },
65
83
  {
66
84
  id: 'claude-code:haiku',
67
85
  agent: 'claude-code',