@blockrun/franklin 3.7.8 → 3.7.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.
@@ -29,7 +29,7 @@ export async function initCommand(options) {
29
29
  ANTHROPIC_AUTH_TOKEN: 'x402-proxy-handles-auth',
30
30
  ANTHROPIC_MODEL: 'blockrun/auto',
31
31
  ANTHROPIC_DEFAULT_SONNET_MODEL: 'anthropic/claude-sonnet-4.6',
32
- ANTHROPIC_DEFAULT_OPUS_MODEL: 'anthropic/claude-opus-4.6',
32
+ ANTHROPIC_DEFAULT_OPUS_MODEL: 'anthropic/claude-opus-4.7',
33
33
  ANTHROPIC_DEFAULT_HAIKU_MODEL: 'anthropic/claude-haiku-4.5-20251001',
34
34
  };
35
35
  fs.mkdirSync(path.dirname(CLAUDE_SETTINGS_FILE), { recursive: true });
@@ -62,7 +62,9 @@ const MODEL_SHORTCUTS = {
62
62
  // Anthropic
63
63
  sonnet: 'anthropic/claude-sonnet-4.6',
64
64
  claude: 'anthropic/claude-sonnet-4.6',
65
- opus: 'anthropic/claude-opus-4.6',
65
+ opus: 'anthropic/claude-opus-4.7',
66
+ 'opus-4.7': 'anthropic/claude-opus-4.7',
67
+ 'opus-4.6': 'anthropic/claude-opus-4.6',
66
68
  haiku: 'anthropic/claude-haiku-4.5',
67
69
  // OpenAI
68
70
  gpt: 'openai/gpt-5.4',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockrun/franklin",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "description": "Franklin — The AI agent with a wallet. Spends USDC autonomously to get real work done. Pay per action, no subscriptions.",
5
5
  "type": "module",
6
6
  "exports": {