Skip to content

Trim enabled models and switch work host to claude-sonnet-5 - #101

Merged
boga merged 1 commit into
masterfrom
feat/pi-agent-models-sonnet
Jul 1, 2026
Merged

Trim enabled models and switch work host to claude-sonnet-5#101
boga merged 1 commit into
masterfrom
feat/pi-agent-models-sonnet

Conversation

@boga

@boga boga commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Why

Model lineups drift over time — home had a long list of opencode-go
variants no longer in use, and work was still pinned to
claude-sonnet-4-6 in three places while claude-sonnet-5 is now the
model of choice.

Approach

Kept the change scoped to host_vars so it's per-machine: home only
needed enabledModels trimmed, work needed both enabledModels updated
and every claude-sonnet-4-6 reference (pi_plannotator_executing_model,
scout, worker) bumped in lockstep to avoid pointing subagents at a
model no longer in enabledModels.

How it works

  • host_vars/home/vars.yml: enabledModels trimmed to openai-codex/gpt-5.5,
    dropping unused opencode-go/* entries.
  • host_vars/work/vars.yml: enabledModels swaps claude-sonnet-4-6 for
    claude-sonnet-5 and drops gemini-3.1-pro-preview/gemini-3.5-flash;
    pi_plannotator_executing_model, scout, and worker model refs updated
    to claude-sonnet-5 to match.

Summary by CodeRabbit

  • New Features

    • Updated the available AI model options across environments.
    • Default model selections now favor newer Claude and Codex variants.
  • Bug Fixes

    • Removed several older or less relevant models from the enabled list to streamline model choice.
    • Improved consistency between global model availability and subagent defaults.

work: switch enabledModels/pi_plannotator_executing_model/scout/worker
from claude-sonnet-4-6 to claude-sonnet-5; drop gemini-3.1-pro-preview
and gemini-3.5-flash from enabledModels.

home: trim enabledModels down to openai-codex/gpt-5.5, dropping unused
opencode-go/* entries.
@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 53f413cb-d518-4084-9c1e-b4bf950d6b75

📥 Commits

Reviewing files that changed from the base of the PR and between 4a20966 and e843f6e.

📒 Files selected for processing (2)
  • host_vars/home/vars.yml
  • host_vars/work/vars.yml

📝 Walkthrough

Walkthrough

This PR updates AI agent model configuration in two host_vars files. It trims the home host's enabledModels to a single entry and switches the work host's executing model, subagent overrides, and enabledModels list from claude-sonnet-4-6 to claude-sonnet-5, removing Gemini entries.

Changes

Model configuration updates

Layer / File(s) Summary
Home host enabled models trimmed
host_vars/home/vars.yml
enabledModels array reduced to only openai-codex/gpt-5.5, removing all opencode-go/* model entries.
Work host Anthropic model upgrade
host_vars/work/vars.yml
Executing model id, scout/worker subagent model overrides, and enabledModels list are updated from anthropic/claude-sonnet-4-6 to anthropic/claude-sonnet-5; Google Gemini entries are removed from enabledModels.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

  • boga/dotfiles#90: Both PRs modify host_vars/work/vars.yml’s pi_agent_settings_overrides.enabledModels and subagent model overrides.
  • boga/dotfiles#91: Both PRs modify host_vars/home/vars.yml’s enabledModels list involving openai-codex/gpt-5.5 and opencode-go/* entries.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main changes: pruning enabled models and updating the work host to claude-sonnet-5.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/pi-agent-models-sonnet

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@boga
boga marked this pull request as ready for review July 1, 2026 13:21
@boga
boga merged commit 1491274 into master Jul 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant