| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…t in workflow templates
…ty trace (#465) Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
|
🤖 Release is at https://github.com/scaleapi/scale-agentex-python/releases/tag/agentex-client-v0.21.0 🌻 |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
✨ Stainless prepared a new release
agentex-client: 0.21.00.21.0 (2026-07-28)
Full Changelog: agentex-client-v0.20.0...agentex-client-v0.21.0
Features
Bug Fixes
- api: remove params field from task list response (152bc75)
agentex-sdk: 0.21.00.21.0 (2026-07-28)
Full Changelog: agentex-sdk-v0.20.0...agentex-sdk-v0.21.0
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Greptile Summary
This is the v0.21.0 release PR, generated by Stainless, bumping both agentex-client and agentex-sdk from 0.20.0 to 0.21.0. The changes are a mix of API surface additions, a behavioural fix in the Codex stream processor, and a new observability correlation utility.
Confidence Score: 5/5
All changes are well-scoped additive API surface updates, a behavioural improvement to the Codex stream processor, and a new observability utility — no regressions introduced.
The todo_list progressive-update path is guarded against orphaned updates and tested across four distinct scenarios. The new obs_ids.py module gracefully returns an empty dict when no observability context is active. The params removal from TaskListResponseItem is an intentional, documented API change. No logic errors or unsafe code paths were found across the diff.
Files Needing Attention: No files require special attention.
Important Files Changed
Sequence Diagram
sequenceDiagram participant Codex participant _CodexStreamProcessor participant Consumer Codex->>_CodexStreamProcessor: item.started (todo_list) _CodexStreamProcessor->>Consumer: StreamTaskMessageStart(ToolRequestContent) Codex->>_CodexStreamProcessor: item.updated (todo_list, step 1 ticked) _CodexStreamProcessor->>Consumer: StreamTaskMessageFull(ToolResponseContent, same tool_call_id) Codex->>_CodexStreamProcessor: item.updated (todo_list, step 2 ticked) _CodexStreamProcessor->>Consumer: StreamTaskMessageFull(ToolResponseContent, same tool_call_id) Codex->>_CodexStreamProcessor: item.completed (todo_list) _CodexStreamProcessor->>Consumer: StreamTaskMessageFull(ToolResponseContent, same tool_call_id) _CodexStreamProcessor->>Consumer: StreamTaskMessageDoneReviews (6): Last reviewed commit: "chore: release main" | Re-trigger Greptile