Skip to content

Conversation

dylan-hurd-oai
Copy link
Collaborator

Summary

Sometimes in exec runs, we want to allow the model to use the update_plan tool, but that's not easily configurable. This change adds a feature flag for this, and formats the output so it's human-readable

Test Plan

Screenshot 2025-09-11 at 12 39 44 AM

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 suggestions.

Reply with @codex fix comments to fix any unresolved comments.

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, or 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 fix this CI failure" or "@codex address that feedback".

Copy link
Collaborator

@bolinfest bolinfest left a comment

Choose a reason for hiding this comment

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

Nice!


/// Whether to include the plan tool in the conversation.
#[arg(long = "include-plan-tool", default_value_t = false)]
pub include_plan_tool: bool,
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't have a good sense of whether we should default to disabled here, but I guess so? @gpeal , thoughts?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

For default exec mode, we want to leave it disabled, and only turn it on in certain cases when we want to see what plans the model creates

@dylan-hurd-oai dylan-hurd-oai merged commit 594248f into main Sep 23, 2025
19 checks passed
@dylan-hurd-oai dylan-hurd-oai deleted the dh--exec-plan-tool branch September 23, 2025 23:51
@github-actions github-actions bot locked and limited conversation to collaborators Sep 23, 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