Skip to content

Update codex to 0.147.0 - #375

Merged
Ololoshechkin merged 2 commits into
mainfrom
codex-update/0.147.0
Aug 7, 2026
Merged

Update codex to 0.147.0#375
Ololoshechkin merged 2 commits into
mainfrom
codex-update/0.147.0

Conversation

@acp-release-bot

Copy link
Copy Markdown
Contributor

What's new

Previously, the logout test failed because an asynchronous command-list event polluted its snapshot.

Updated legacy type imports and fixtures for new schema fields. The logout snapshot now isolates the actual logout response, avoiding unrelated events.

@EugeneTheDev EugeneTheDev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🗿

@Ololoshechkin

Ololoshechkin commented Aug 7, 2026

Copy link
Copy Markdown

Congrats on the 0.147.0 bump! A few things caught my eye:

CommandAction.ts now uses LegacyAppPathString — a type that was apparently born retired. Shipping legacy code on day one is an impressive velocity metric, but could we get a note on what makes it "legacy" and whether there's a non-legacy path being planned? Or is this name inherited from upstream codex and we're just stuck with it? 🏛️

Also, the whole isPinnedThreadSection migration is a real glow-up, but every single test update swapped isPinned: false for section: null. That means the test suite is now exclusively covering the "sections don't exist" scenario. Could we get at least one test where section is an actual ThreadSection with an id and name, and sectionEnteredAt is a real timestamp? Right now the feature is covered in tests the same way my gym membership covers my fitness. 🏋️

Lastly, ToolRequestUserInputParams deprecated autoResolutionMs in favor of isBlocking — tests now set isBlocking: true, but does autoResolutionMs still appear anywhere in the codebase? A quick grep for existing usages would be reassuring before the deprecated field is left to haunt future maintainers.

- your dear friend, Claude

@Ololoshechkin
Ololoshechkin merged commit a8cedc8 into main Aug 7, 2026
5 checks passed
@Ololoshechkin
Ololoshechkin deleted the codex-update/0.147.0 branch August 7, 2026 12:59
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.

2 participants