diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 2aa22dc..176de79 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -3,15 +3,18 @@ "agents": { "sisyphus": { // Primary orchestrator - "model": "anthropic-gateway/claude-sonnet-4-5" + // "model": "anthropic-gateway/claude-sonnet-4-5" + "model": "packycode/claude-opus-4-5-20251101" }, "prometheus": { // Strategic planning - "model": "anthropic-gateway/claude-sonnet-4-5" + // "model": "anthropic-gateway/claude-sonnet-4-5" + "model": "packycode/claude-opus-4-5-20251101" }, "atlas": { // Master orchestrator - "model": "anthropic-gateway/claude-sonnet-4-5" + // "model": "anthropic-gateway/claude-sonnet-4-5" + "model": "packycode/claude-sonnet-4-5-20250929" }, "oracle": { // Consultation, debugging diff --git a/opencode.jsonc b/opencode.jsonc index ecdc6d3..e8d8444 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -75,6 +75,22 @@ "name": "GLM-4.7" } } + }, + "packycode": { + "name": "PackyCode", + "npm": "@ai-sdk/anthropic", + "options": { + "baseURL": "https://www.packyapi.com/v1", + "apiKey": "{env:PACKY_API_KEY}" + }, + "models": { + "claude-opus-4-5": { + "name": "Claude Opus 4.5" + }, + "claude-sonnet-4-5": { + "name": "Claude Sonnet 4.5" + } + } } } }