Skip to content

fix: classify lazy skill read probes correctly#3893

Merged
seratch merged 4 commits into
mainfrom
fix/lazy-skill-read-probes
Jul 20, 2026
Merged

fix: classify lazy skill read probes correctly#3893
seratch merged 4 commits into
mainfrom
fix/lazy-skill-read-probes

Conversation

@seratch

@seratch seratch commented Jul 20, 2026

Copy link
Copy Markdown
Member

This pull request fixes expected lazy-skill existence probes being reported as failed trace spans while preserving audit failures and propagating unexpected read errors.

It adds call-scoped span handling in sandbox_session.py and a same-user, symlink-aware Docker read probe that distinguishes missing paths from permission and other indeterminate failures. The staged change covers six files with 398 additions and 15 deletions; there are no unstaged or untracked files.

This pull request resolves #3889.

@seratch seratch added this to the 0.19.x milestone Jul 20, 2026

@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: 83c3f4dffc

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

Comment thread src/agents/sandbox/session/sandbox_session.py
Comment thread src/agents/sandbox/sandboxes/docker.py Outdated
Comment thread src/agents/sandbox/capabilities/skills.py
Comment thread src/agents/sandbox/sandboxes/docker.py Outdated

@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: 7cf53c69a7

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

Comment thread src/agents/sandbox/session/base_sandbox_session.py Outdated
Comment thread src/agents/sandbox/session/base_sandbox_session.py Outdated
Comment thread src/agents/sandbox/session/sandbox_session.py Outdated
Comment thread src/agents/sandbox/session/base_sandbox_session.py Outdated

@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: b009aac9cf

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

Comment thread src/agents/sandbox/session/base_sandbox_session.py Outdated
Comment thread src/agents/sandbox/session/base_sandbox_session.py Outdated
@seratch
seratch merged commit 588c6e3 into main Jul 20, 2026
9 checks passed
@seratch
seratch deleted the fix/lazy-skill-read-probes branch July 20, 2026 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lazy skill first load records expected WorkspaceReadNotFoundError as a failed span

1 participant