Uh oh!
There was an error while loading. Please reload this page.
test(storage): use the canonical message decoder - #3656
Merged
Conversation
Generated-by: OpenAI Codex
M4n5ter
approved these changes
Aug 24, 2026
Uh oh!
There was an error while loading. Please reload this page.
6 tasks
6 tasks
6 tasks
This was referenced Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
decodeStoredMessagecall added to the Codex completed-item regression test with the already-importeddecodeCanonicalMessage.Fixes#3655
Verification
npm --workspace @maka/storage run buildfails withTS2304: Cannot find name 'decodeStoredMessage'atcodex-session-adapter.test.ts:267.npm --workspace @maka/storage run build— passed.node --test packages/storage/dist/__tests__/codex-session-adapter.test.js— 9 passed, 0 failed.npm run build— all workspace and desktop production builds passed.npm run lint— 2660 files passed.npm run format:check— 1605 files passed.git diff --check— passed.cannot start a transaction within a transactionenvironment failure. The affected Codex adapter suite passes independently, and hosted CI remains the authority for the full matrix.AI use
Select exactly one:
Tool(s) and scope: OpenAI Codex diagnosed the current-main compile failure, identified the mismatched test decoder call, made the one-line correction, and ran verification.
Checklist
Does this PR entail a change in behavior?