Skip to content

Misc SDK fixes#4752

Merged
pakrym-oai merged 4 commits intomainfrom
pakrym/sdk-fixes
Oct 5, 2025
Merged

Misc SDK fixes#4752
pakrym-oai merged 4 commits intomainfrom
pakrym/sdk-fixes

Conversation

@pakrym-oai
Copy link
Copy Markdown
Collaborator

Remove codex-level workingDirectory
Throw on turn.failed in run()
Cleanup readme

Comment thread sdk/typescript/README.md Outdated
```

To avoid unrecoverable errors, Codex requires the working directory to be a git repository. You can skip the git repository check by passing the `skipGitRepoCheck` option to the when creating a thread.
To avoid unrecoverable errors, Codex requires the working directory to be a git repository. You can skip the git repository check by passing the `skipGitRepoCheck` option when creating a thread.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Git should be capitalized when saying "Git repository," I believe.

} finally {
await close();
}
}, 10000); // TODO(pakrym): remove timeout
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

protip: 10_000

can we at least make the timeout smaller for now?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Takes 6 seconds to finish :(

@pakrym-oai pakrym-oai enabled auto-merge (squash) October 5, 2025 02:50
@pakrym-oai pakrym-oai disabled auto-merge October 5, 2025 02:55
@pakrym-oai pakrym-oai merged commit 356ea6e into main Oct 5, 2025
9 checks passed
@pakrym-oai pakrym-oai deleted the pakrym/sdk-fixes branch October 5, 2025 02:55
@github-actions github-actions Bot locked and limited conversation to collaborators Oct 5, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants