fix(mobile): expand single-line tool details in work logs - #10442
Conversation
- Show runtime messages and full detail formatting when expanded - Update accessibility hints and expansion coverage
ApprovabilityVerdict: Would Approve Macroscope's review found this PR approvable — This is a focused mobile work-log bug fix that adjusts expansion, formatting, accessibility text, and runtime-message display without affecting server, schema, persistence, or deployment behavior. The added tests cover the changed expansion and deduplication cases. Not approved because:
Review your spending limits in Billing settings. You can add or adjust custom eligibility rules. Learn more. |
Thread transfer impact✅ Thread transfer remains within every enforced ceiling.
Baseline: Scenario and decoded snapshot size10 historical turns, 5 command tools per turn, 878.9 KiB retained MCP result per historical turn, and a 1.05 MiB retained result in the measured turn.
Updated in place by a trusted workflow. PR artifacts are strictly validated and never executed. |
- Hide live shimmer content when a work-log row is expanded
## What's Changed * fix(web): show load balancing note for a single machine by @maria-rcks in pingdotgg/t3code#10433 * fix(server): follow placeholder branches after checkout updates by @Yash-Singh1 in pingdotgg/t3code#10441 * fix(mobile): expand single-line tool details in work logs by @Yash-Singh1 in pingdotgg/t3code#10442 * fix(server): import transcripts with oversized tool records by @Yash-Singh1 in pingdotgg/t3code#10430 * fix(marketing): deploy site with nightly releases by @t3dotgg in pingdotgg/t3code#10443 * fix(web): preserve multiline composer drafts during timeline scrolling by @Yash-Singh1 in pingdotgg/t3code#10444 * fix(server): handle JSON-wrapped titles and verbose Claude output by @Noojuno in pingdotgg/t3code#10446 * fix(marketing): restore continuous endorsement scrolling by @t3dotgg in pingdotgg/t3code#10450 * Revert "fix(marketing): restore continuous endorsement scrolling" by @t3dotgg in pingdotgg/t3code#10454 * fix(marketing): bring back the endorsement marquee by @t3dotgg in pingdotgg/t3code#10455 * chore: enable CodeRabbit automatic reviews by @t3dotgg in pingdotgg/t3code#10457 * fix(codex): keep Spark limits from replacing the main allowance by @Yash-Singh1 in pingdotgg/t3code#10458 * fix(marketing): send 95 nightly downloads to the downloads page by @t3dotgg in pingdotgg/t3code#10460 * fix(web): composer regains focus when you tab back into T3 Code by @t3dotgg in pingdotgg/t3code#10463 * fix(web): keep sidebar drag dividers clear and gestures smooth by @juliusmarminge in pingdotgg/t3code#10453 * fix(server): mark Cursor transport error answers as failed by @shivamhwp in pingdotgg/t3code#10337 * fix(web): clear stuck panel resize cursor by @t3dotgg in pingdotgg/t3code#10461 * fix(web): clarify sidebar drag dividers and empty targets by @juliusmarminge in pingdotgg/t3code#10464 * fix(web): make onboarding a shared multi-computer wizard by @juliusmarminge in pingdotgg/t3code#10465 * fix(shared): redeem reset credits through the hub when it holds the account by @juliusmarminge in pingdotgg/t3code#10462 **Full Changelog**: pingdotgg/t3code@v0.0.39-nightly.20260907.1325...v0.0.39-nightly.20260907.1332 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.39-nightly.20260907.1332
#10420 for mobile basically
What Changed
Allow mobile work-log rows with single-line tool details, commands, runtime messages, and image paths to expand and show their full content. Expanded rows preserve formatting, use clearer labels, and update accessibility hints to describe the current expanded state.
Also tightened provider-session startup reconciliation and simplified Codex thread open typing, with supporting composer and settings updates across web, desktop, and contracts.
Why
Single-line details could be truncated on narrow screens while appearing non-expandable, preventing users from viewing or copying the complete content. Runtime messages could also be omitted from the expanded detail flow or duplicated in the expanded body.
The new expansion rules make any meaningful detail available on demand, avoid duplicate labels, and preserve the existing work-log copy behavior.
UI Changes
Mobile work-log rows now expand single-line details and expose accurate accessibility state and hints. Before/after screenshots are not included.
Checklist