Skip to content

Update LiteLLM model list, add OpenCode config - #366

Merged
bubacoder merged 1 commit into
mainfrom
agent-config
Jul 7, 2026
Merged

Update LiteLLM model list, add OpenCode config#366
bubacoder merged 1 commit into
mainfrom
agent-config

Conversation

@bubacoder

@bubacoder bubacoder commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • New Features
    • Expanded available Anthropic model options in the AI configuration.
    • Added an OpenAI-style tooling configuration with remote and local MCP connectivity.
  • Documentation
    • Added clearer top-of-file descriptions for container deployment planning and implementation commands.
  • Chores
    • Updated the LiteLLM image to a newer stable version.
    • Linked the shared commands directory to the tooling command set.

@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ec8529fb-deb6-47b2-b099-e4d4e2d89082

📥 Commits

Reviewing files that changed from the base of the PR and between 8c963ad and fccc24e.

📒 Files selected for processing (6)
  • .claude/commands/implement-container-deployment.md
  • .claude/commands/plan-container-deployment.md
  • .opencode/commands
  • docker/ai/litellm/config/config.yaml
  • docker/ai/litellm/litellm.yaml
  • opencode.json
✅ Files skipped from review due to trivial changes (5)
  • docker/ai/litellm/litellm.yaml
  • .opencode/commands
  • opencode.json
  • .claude/commands/implement-container-deployment.md
  • .claude/commands/plan-container-deployment.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • docker/ai/litellm/config/config.yaml

Walkthrough

Adds description metadata to two container-deployment command markdown files, converts .opencode/commands into a symlink to .claude/commands, updates the LiteLLM Anthropic model list with new Claude model entries, and adds a new opencode.json configuration file with MCP server settings.

Changes

Command docs and opencode configuration

Layer / File(s) Summary
Command description metadata and symlink
.claude/commands/implement-container-deployment.md, .claude/commands/plan-container-deployment.md, .opencode/commands
Adds top-of-file description text to two command markdown files and converts .opencode/commands into a symlink pointing to ../.claude/commands.
Opencode configuration and MCP setup
opencode.json
New config file defines schema URL, AGENTS.md instructions reference, and an mcp block with a remote context7 endpoint and a local infra-mcp server command with container/task tool flags.

LiteLLM Anthropic model list update

Layer / File(s) Summary
LiteLLM Anthropic model list update
docker/ai/litellm/config/config.yaml
Replaces the claude-opus-4-7/claude-opus-4-6 blocks with an expanded set retaining those models and adding claude-sonnet-5, claude-opus-4-8, and claude-fable-5, all using the same Anthropic API key reference.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • bubacoder/infra#315: Both PRs modify the same LiteLLM config.yaml Anthropic model entries, including claude-opus-4-7.
  • bubacoder/infra#288: Both PRs directly update the Anthropic Claude model entries in the same model_list in config.yaml.
  • bubacoder/infra#359: Both PRs edit the same .claude/commands/implement-container-deployment.md and .claude/commands/plan-container-deployment.md files.
🚥 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: LiteLLM model list updates and added OpenCode configuration.
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 agent-config

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docker/ai/litellm/config/config.yaml`:
- Around line 28-52: The LiteLLM proxy config is adding newer Anthropic model
entries that are not supported by the currently pinned image, so the request
routing may work without correct cost/pricing metadata. Update the LiteLLM image
version used by this configuration, or ensure the model cost map is
reloaded/updated in sync with the changes in the model list under the LiteLLM
config block so the new claude-* models are recognized with accurate cost
tracking.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 02fb2746-1020-408c-a63f-8bb19fd28af0

📥 Commits

Reviewing files that changed from the base of the PR and between 43bab3a and 8c963ad.

📒 Files selected for processing (5)
  • .claude/commands/implement-container-deployment.md
  • .claude/commands/plan-container-deployment.md
  • .opencode/commands
  • docker/ai/litellm/config/config.yaml
  • opencode.json

Comment thread docker/ai/litellm/config/config.yaml
@bubacoder
bubacoder merged commit c62a449 into main Jul 7, 2026
4 checks passed
@bubacoder
bubacoder deleted the agent-config branch July 7, 2026 18:02
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