Skip to content

fix(test): update cli_only_models_test for gpt-5.4 model rename#67

Open
leegonzales wants to merge 1 commit intodanshapiro:mainfrom
leegonzales:fix/cli-only-model-test-rot
Open

fix(test): update cli_only_models_test for gpt-5.4 model rename#67
leegonzales wants to merge 1 commit intodanshapiro:mainfrom
leegonzales:fix/cli-only-model-test-rot

Conversation

@leegonzales
Copy link
Copy Markdown

Summary

  • Updates test case in cli_only_models_test.go from old GPT-5.3-CODEX-SPARK to GPT-5.4-SPARK to match model refactoring (a13d131, 297285b, f08ceb5)
  • Applies gofmt formatting to this file (last unformatted file in repo)

Context

The recent model centralization commits upgraded from gpt-5.3-codex to gpt-5.4 but left one test case referencing the old model name. This also subsumes PR #65 (gofmt-only fix for the same file).

Validation

  • go test ./internal/attractor/engine/ -run TestIsCLIOnlyModel — PASS
  • gofmt -l . — clean (no unformatted files)
  • go vet ./... — clean
  • go build ./cmd/kilroy/ — clean

Pre-existing failures (not caused by this change)

  • TestRunWithConfig_APIBackend_SessionEventsPreventFalseStallWithoutHeartbeat (codergen_heartbeat_test.go:319)
  • TestReferenceSurfaces_NoLegacyRootAIScratchPaths (demo/substack-spec-v01.dot has legacy .ai/ paths)

🤖 Generated by Servitor heartbeat

Model refactoring (a13d131, 297285b, f08ceb5) upgraded from gpt-5.3-codex
to gpt-5.4 but left this test case referencing the old model name.
Also applies gofmt to this file (last unformatted file in repo).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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