chore(deps): bump baked-in default model from Kimi K2.5 to K2.6#23
Closed
AbirAbbas wants to merge 1 commit into
Closed
chore(deps): bump baked-in default model from Kimi K2.5 to K2.6#23AbirAbbas wants to merge 1 commit into
AbirAbbas wants to merge 1 commit into
Conversation
Dockerfile, docker-compose.yml, and the inline opencode.json all still defaulted to kimi-k2.5. Railway env vars overrode them in production (set to k2.6 already), but the baked-in defaults drift away from what the rest of the stack uses and are what local-dev / standalone deploys fall back to. Bumped to k2.6 everywhere so a fresh deploy with no env overrides matches production behavior. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Author
|
Closing — these were baked-in defaults that were already overridden by Railway env vars in production, so they weren't actually leaking any traffic. Cosmetic-only stale-default cleanup, not a real env-var-respecting fix. The user is using env vars; the wrong default in code was never the issue. Reopening only if we decide we want the cleanup independently. |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings the baked-in defaults in line with what production actually runs on. Three places still pointed at
openrouter/moonshotai/kimi-k2.5:Dockerfile—HARNESS_MODELandAI_MODELENV defaults, plus the inline~/.config/opencode/opencode.json(bothmodelandsmall_model).docker-compose.yml—HARNESS_MODELandAI_MODELdefaults for local dev.src/pr_af/config.py— one stale comment line referring to "Kimi K2.5".Railway has env-var overrides set to k2.6 so production was unaffected, but a fresh deploy with no env overrides — or any local
docker compose up— would land on k2.5, drifting away from what the rest of the stack uses.Test plan
docker compose configparses🤖 Generated with Claude Code