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
Richer Codex activity cards - Codex Bash/command cards now open the full command and its output in a modal when clicked, Edit cards' file chips are individually clickable to open that file's diff, and multi-step shell commands get a readable summary (e.g. "3 steps · build → tests → lint") with tool-aware labels for type-check/build/lint/test steps. Codex wait orchestration steps render as a compact card.
Fixed
Edit cards misclassified as command runs - a Codex apply_patch whose patch body contains tool-call text (e.g. tools.exec_command() is now detected as the outer Edit operation instead of being turned into a misleading mixed command card.
Technical Details
outputRendering.ts adds getCodexExecCommand + summarizeShellCommand and detects tools.apply_patch before scanning inner tool calls; OutputLine/HistoryLine wire onBashClick for command cards and per-chip onFileClick for Edit cards.
Android versionName/versionCode derive from package.json; APK built after the version bump and verified as versionName 1.157.1 / versionCode 1157001. 1004 tests / 85 files passing.