Skip to content

chore(deps): bump baked-in default model from Kimi K2.5 to K2.6#23

Closed
AbirAbbas wants to merge 1 commit into
mainfrom
chore/bump-default-kimi-to-k2.6
Closed

chore(deps): bump baked-in default model from Kimi K2.5 to K2.6#23
AbirAbbas wants to merge 1 commit into
mainfrom
chore/bump-default-kimi-to-k2.6

Conversation

@AbirAbbas
Copy link
Copy Markdown
Contributor

Summary

Brings the baked-in defaults in line with what production actually runs on. Three places still pointed at openrouter/moonshotai/kimi-k2.5:

  • DockerfileHARNESS_MODEL and AI_MODEL ENV defaults, plus the inline ~/.config/opencode/opencode.json (both model and small_model).
  • docker-compose.ymlHARNESS_MODEL and AI_MODEL defaults 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 config parses
  • CI green

🤖 Generated with Claude Code

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>
@AbirAbbas
Copy link
Copy Markdown
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.

@AbirAbbas AbirAbbas closed this May 6, 2026
@AbirAbbas AbirAbbas deleted the chore/bump-default-kimi-to-k2.6 branch May 6, 2026 21:41
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