diff --git a/group_vars/all.yml b/group_vars/all.yml index 48c5f8a..3f636b1 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -187,7 +187,6 @@ pi_agent_settings_packages: - "git:github.com/boga/pi-local-claude-loader" - "npm:@plannotator/pi-extension" - "npm:context-mode" - - "npm:pi-intercom" - "npm:pi-mcp-adapter" - "npm:pi-mono-ask-user-question" - "npm:pi-subagents" diff --git a/host_vars/work/vars.yml b/host_vars/work/vars.yml index 604a457..ded0d7b 100644 --- a/host_vars/work/vars.yml +++ b/host_vars/work/vars.yml @@ -31,7 +31,7 @@ pi_agent_subagent_overrides: linear-researcher: thinking: "low" oracle: - model: "google/gemini-3.1-pro-preview" + model: "anthropic/claude-opus-4-8" thinking: "high" # 10-minute ceiling for long reasoning passes over large context. # Note: does not extend any API-level streaming limit — only caps @@ -55,7 +55,7 @@ pi_agent_subagent_overrides: researcher: thinking: "medium" reviewer: - model: "google/gemini-3.1-pro-preview" + model: "anthropic/claude-opus-4-8" thinking: "high" scout: model: "anthropic/claude-sonnet-4-6"