Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Commit ee31874

Browse files
Switched to gpt-5.3-codex-high
1 parent ba4939f commit ee31874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LlmIntegration/Infrastructure/Service/CursorCliAgentBinaryManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class CursorCliAgentBinaryManager
1212
{
1313
private const string INSTALL_COMMAND = 'curl https://cursor.com/install -fsS | bash';
14-
public const string DEFAULT_MODEL = 'sonnet-4.6-thinking';
14+
public const string DEFAULT_MODEL = 'gpt-5.3-codex-high';
1515
private const string RUNTIME_DIR = '.productbuilder-runtime';
1616

1717
/** @var list<string> */

0 commit comments

Comments
 (0)