From f856c4aa835e31de206747e076e3083fb05ff694 Mon Sep 17 00:00:00 2001 From: main Date: Thu, 16 Apr 2026 12:05:21 -0400 Subject: Bump Claude Opus model to 4.7 --- crates/phone-opus/src/mcp/protocol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/phone-opus/src') diff --git a/crates/phone-opus/src/mcp/protocol.rs b/crates/phone-opus/src/mcp/protocol.rs index 79c2169..2a029d0 100644 --- a/crates/phone-opus/src/mcp/protocol.rs +++ b/crates/phone-opus/src/mcp/protocol.rs @@ -27,7 +27,7 @@ Prefer specific recommendations over vague commentary. If there are no meaningfu The real prompt follows."; pub(crate) const CLAUDE_EFFORT: &str = "max"; -pub(crate) const CLAUDE_MODEL: &str = "claude-opus-4-6"; +pub(crate) const CLAUDE_MODEL: &str = "claude-opus-4-7"; pub(crate) const EMPTY_MCP_CONFIG: &str = "{\"mcpServers\":{}}"; #[derive(Clone, Copy, Debug, Eq, PartialEq)] -- cgit v1.2.3