fix(rectification): bind default session model #28
Reference in New Issue
Block a user
Delete Branch "codex/fix-rectification-session-model-20260811"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause
V9 creates birth-time rectification sessions without
model_id. The UI displays the default model locally, but the Agent route correctly resolves only the persisted session model, so opening returns409 模型暂不可用.Fix
model_config_versionthrough the existing triggerVerification
npx tsx --test --test-concurrency=1 tests/rectification-v9-database.test.ts(6 passed)git diff --check