Skip to content

fix(tracing): stop marking successful tool calls as errors - #71

Merged
Abhijeet Prasad (AbhiPrasad) merged 1 commit into
mainfrom
abhi-fix-successful-tools-marked-errors
Sep 11, 2026
Merged

fix(tracing): stop marking successful tool calls as errors#71
Abhijeet Prasad (AbhiPrasad) merged 1 commit into
mainfrom
abhi-fix-successful-tools-marked-errors

Conversation

@AbhiPrasad

Copy link
Copy Markdown
Member

resolves https://linear.app/braintrustdata/issue/SDK-344/successful-tool-calls-populate-the-error-field

We were always recording an error for claude code, which is wrong. While we here, ignore empty error members in structured Codex output.

Before:

{"output":{"message":"Successfully stopped task"},"error":"Successfully stopped task"}

After:

{"output":{"message":"Successfully stopped task"}}

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 10, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-11T19:12:53.549503Z e51223f New commits
ℹ️ About Codex in GitHub

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

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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

Copy link
Copy Markdown

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.

Reviewed commit: 41ef1e401f

ℹ️ 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 (@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 (@codex) address that feedback".

Comment thread bt-daemon/src/translate/codex.rs Outdated
Claude treated Bash stderr and TaskStop success messages as failure diagnostics.
Require a native failure signal before setting `error`. Ignore null, false, or
blank Codex error members while preserving nonempty structured error markers.

Before:
{"output":{"message":"Successfully stopped task"},"error":"Successfully stopped task"}

After:
{"output":{"message":"Successfully stopped task"}}
@AbhiPrasad
Abhijeet Prasad (AbhiPrasad) force-pushed the abhi-fix-successful-tools-marked-errors branch from 41ef1e4 to e51223f Compare September 11, 2026 19:09
@AbhiPrasad
Abhijeet Prasad (AbhiPrasad) merged commit cc53c52 into main Sep 11, 2026
20 checks passed
@AbhiPrasad
Abhijeet Prasad (AbhiPrasad) deleted the abhi-fix-successful-tools-marked-errors branch September 11, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants