Skip to content

v1.158.1

Choose a tag to compare

@deivid11 deivid11 released this 12 Jul 23:33

What's New

Fixed

  • Codex edit diffs now render - clicking a Codex Edit activity card (or its file chip) now shows the real before/after diff: the file viewer understands Codex's *** Begin Patch / *** Update/Add/Delete File: apply_patch format and reconstructs the original content, and a multi-file patch opens just the clicked file's section instead of failing to resolve the diff.

Technical Details

  • FileViewerModal.reconstructOriginalFromUnifiedDiff now handles the Codex apply_patch header format; outputRendering.getCodexExecPatchForFile slices one file's section out of a multi-file *** Begin Patch payload; OutputLine/HistoryLine pass the per-file patch when opening the diff.
  • Android versionName/versionCode derive from package.json; APK built after the version bump and verified as versionName 1.158.1 / versionCode 1158001. 1005 tests / 85 files passing.