Skip to content

Default every model to DeepSeek V4 Flash 0731 (classic loop + pro engine) - #132

Merged
AbirAbbas merged 3 commits into
mainfrom
model/v4-flash-0731-default
Aug 6, 2026
Merged

Default every model to DeepSeek V4 Flash 0731 (classic loop + pro engine)#132
AbirAbbas merged 3 commits into
mainfrom
model/v4-flash-0731-default

Conversation

@AbirAbbas

Copy link
Copy Markdown
Collaborator

Summary

Makes openrouter/deepseek/deepseek-v4-flash-0731 (the DeepSeek V4 Flash released 2026-07-31) the default model everywhere. The old openrouter/deepseek/deepseek-v4-flash tag points at the April 0423 snapshot — so the "flash default" was months stale — and the pro engine's compiled-in HIGH pool still led with deepseek-v4-pro, which is why engine runs (swe-pro.code_task) used v4-pro regardless of the classic-loop constant.

Tag verified live on OpenRouter first: 6 providers, 1M context, $0.09/M in + $0.18/M out (v4-pro: $0.435/$0.87).

Changes

Commit 1 — defaults sweep (25 files)

  • go/internal/config/resolve.go: openRouterAutoDefaultModel → 0731 tag; fixed the stale runtimeBaseModels comment that still claimed "open_code is all minimax".
  • Python node defaults (swe_af/execution/schemas.py, swe_af/fast/schemas.py).
  • Manifests (root + go/), .env.example, README, architecture/deployment/pro-engine docs.
  • Go + Python tests asserting the default updated to the new contract.

Commit 2 — re-vendored engine binaries

  • go/bin/swe-pro-{linux-amd64,darwin-arm64} rebuilt from Agent-Field/swe-pro-go#27 (c7f46db): both compiled-in pools now lead with the 0731 tag (HIGH keeps v4-pro and the rest as fallbacks). The new build is clean (vcs.modified=false) — the previous vendored binary was a dirty build.
  • Verified via strings (pool literals) and go version -m on both binaries, plus a --help run.

cd go && go build ./... && go test ./... pass. Python suite doesn't run in this environment (missing installed package); sources compile-checked and defaults are covered by the Go tests.


🤖 Generated with Claude Code

AbirAbbas and others added 3 commits August 6, 2026 08:30
Rebuilt from swe-pro-go@c7f46db (clean tree — the previous vendored build
was vcs.modified=true). Both compiled-in pools now lead with
openrouter/deepseek/deepseek-v4-flash-0731; verified via strings and
go version -m on both platform binaries.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@AbirAbbas
AbirAbbas merged commit ef508a8 into main Aug 6, 2026
3 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