Skip to content

Conversation

@aibrahim-oai
Copy link
Collaborator

No description provided.

@aibrahim-oai
Copy link
Collaborator Author

@codex review this

@chatgpt-codex-connector
Copy link
Contributor

Codex Review: Didn't find any major issues. Hooray!

ℹ️ 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".

@aibrahim-oai
Copy link
Collaborator Author

@codex review this

@chatgpt-codex-connector
Copy link
Contributor

Codex Review: Didn't find any major issues. You're on a roll.

ℹ️ 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".

#[instrument(skip_all, fields(call = ?call))]
pub(crate) fn handle_tool_call(
&self,
self,
Copy link
Collaborator

Choose a reason for hiding this comment

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

why did this change?

Copy link
Collaborator Author

@aibrahim-oai aibrahim-oai Dec 15, 2025

Choose a reason for hiding this comment

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

so we don't have to the tool runtime in a short lived function

})
.await?;

let _ = first_gate_tx.send(());
Copy link
Collaborator

Choose a reason for hiding this comment

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

these feel like useless gates, make the gate optional?

.map_err(|err| anyhow::anyhow!("invalid timestamp {line:?}: {err}"))
})
.collect::<Result<Vec<_>, _>>()?;
if timestamps.len() == 4 {
Copy link
Collaborator

Choose a reason for hiding this comment

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

why do we need so many?

Copy link
Collaborator

@pakrym-oai pakrym-oai left a comment

Choose a reason for hiding this comment

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

You are accepted into high-quality unit-test society! This is awesome!

@openai openai deleted a comment from chatgpt-codex-connector bot Dec 16, 2025
@aibrahim-oai aibrahim-oai enabled auto-merge (squash) December 16, 2025 00:56
@aibrahim-oai aibrahim-oai merged commit d802b18 into main Dec 16, 2025
26 checks passed
@aibrahim-oai aibrahim-oai deleted the fix-parallel branch December 16, 2025 01:28
@github-actions github-actions bot locked and limited conversation to collaborators Dec 16, 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