You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.