Skip to content

Conversation

@iceweasel-oai
Copy link
Contributor

The Windows sandbox did not previously support multiple workspace roots via config. Now it does

Copy link
Contributor

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link
Collaborator

@etraut-openai etraut-openai left a comment

Choose a reason for hiding this comment

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

Overall, looks good.

I left one comment about error reporting, but I think that's fine to leave for a later time — especially given that the linux and MacOS sandboxes likewise don't do any error reporting here.

allow.push(abs);

let mut add_path = |p: PathBuf| {
if seen.insert(p.to_string_lossy().to_string()) && p.exists() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like we don't provide any error reporting to users if the path is bad or doesn't exist. This will make it difficult for them to diagnose config issues.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah good point. Seems like a good thing to add since they probably intend for these to be real directories. Would want to think about how "loudly" to report errors, ranging from an actual CLI failure (probably not) to a user-visible warning, to something in codex-tui.log

@iceweasel-oai iceweasel-oai merged commit cf57320 into main Nov 19, 2025
25 checks passed
@iceweasel-oai iceweasel-oai deleted the dev/iceweasel/support-multiple-workspace-roots branch November 19, 2025 00:35
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 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.

3 participants