Skip to content

Latest models#143

Merged
snakajima merged 2 commits intomainfrom
latest_models
Mar 22, 2026
Merged

Latest models#143
snakajima merged 2 commits intomainfrom
latest_models

Conversation

@snakajima
Copy link
Copy Markdown
Contributor

@snakajima snakajima commented Mar 22, 2026

Summary by CodeRabbit

  • New Features
    • Office role now supports web search and browsing capabilities for enhanced information access
    • Expanded AI model availability with new options from OpenAI (GPT-5.4, O3, O4-mini), Anthropic (Claude Sonnet 4.6, Claude Opus 4.6), and Google (Gemini 3.1 variants)
    • Updated default Claude model to Sonnet 4.6

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 22, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c32aa1cf-c660-4d70-b83a-dfeb5236c15e

📥 Commits

Reviewing files that changed from the base of the PR and between d64de55 and e5e8961.

📒 Files selected for processing (2)
  • server/llm/textService.ts
  • src/config/roles.ts

📝 Walkthrough

Walkthrough

The PR updates AI model configurations and role capabilities. It updates the default anthropic model from claude-sonnet-4-5 to claude-sonnet-4-6 and expands model suggestions for openai, anthropic, and google providers. Additionally, two new plugin capabilities (searchWeb and browse) are added to the Office role configuration.

Changes

Cohort / File(s) Summary
Model Provider Configuration
server/llm/textService.ts
Updated default anthropic model to claude-sonnet-4-6. Expanded PROVIDER_MODEL_SUGGESTIONS for openai with new model identifiers (gpt-5.4*, o3*, o4-mini), for anthropic with claude-sonnet-4-6 and claude-opus-4-6, and reorganized google provider suggestions with additional flash-lite-preview variant.
Role Plugin Capabilities
src/config/roles.ts
Added "searchWeb" and "browse" plugin capabilities to the Office role's availablePlugins array.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hop, skip, and a model jump away,
New Claude and GPT models here to stay,
The rabbit adds plugins with glee—
Search the web, browse wild and free!

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Latest models' is vague and only partially describes the changeset. While it relates to model updates in textService.ts, it ignores the addition of web search and browse capabilities to the office role in roles.ts, which represents a significant portion of the changes. Consider a more specific title that reflects both main changes, such as 'Update models and add web search/browse to office role' or split into separate PRs for model updates and role capability changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch latest_models

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 and usage tips.

Tip

CodeRabbit can generate a title for your PR based on the changes with custom instructions.

Set the reviews.auto_title_instructions setting to generate a title for your PR based on the changes in the PR with custom instructions.

@snakajima snakajima merged commit e4dfe26 into main Mar 22, 2026
9 checks 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