docs: update sandbox local model provider syntax - #25787
Conversation
The Claude Code sandbox page used the Ollama model prefix removed in sbx v0.39.0. Update the example to select Ollama with the new explicit --provider flag.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The change correctly updates the Ollama local-model provider syntax from the removed prefix notation (ollama/gemma4) to the new explicit flag (--model gemma4 --provider ollama). The surrounding prose is adjusted to match. No style violations, markdown issues, AI-isms, or content inaccuracies were found in the changed lines.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The change is accurate and focused — replacing the deprecated ollama/<model> prefix syntax with the explicit --provider ollama flag, with matching prose updates. No style issues, no incorrect commands, no missing redirects.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
No issues found in the changed lines. The update correctly replaces the removed ollama/ model-name prefix with the new --provider ollama explicit flag, updating both the prose and the console code block consistently. The changes are clear, accurate, and match Docker documentation style.
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
The change is minimal and well-scoped: it replaces the deprecated ollama/<model> prefix syntax with the new --provider ollama flag in one prose sentence and one console code block. No style issues, AI-isms, markdown problems, or missing redirects were found.
|
Super approve! :) |
Summary
Update the experimental Claude Code local-model instructions for docker/sandboxes#4856. The Ollama example uses the new explicit
--provider ollamaflag instead of the removedollama/model-name prefix.@netlify /ai/sandboxes/agents/claude-code/
Preview the Claude Code sandbox page
Generated by Codex