-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
bugSomething isn't workingSomething isn't workingsdkIssues related to the Codex SDKIssues related to the Codex SDK
Description
Summary
When resumeThread() is used with local_image, the SDK emits CLI args with --image before resume <threadId>. The CLI interprets resume/UUID as image paths, so it starts a new session instead of resuming.
Reproduction Repo
https://github.com/cryptonerdcn/codex-resume-local-image-repro
Bug Report
cryptonerdcn/codex-resume-local-image-repro#1
Expected
Args order: resume <threadId> appears before --image and the thread id stays the same.
Actual
Args order: --image appears before resume, and the thread id changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingsdkIssues related to the Codex SDKIssues related to the Codex SDK