fix(mobile): stabilize subagent card activity#4590
Merged
Conversation
jeanduplessis
approved these changes
Jul 16, 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 free
to 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
Keeps every subagent card at a stable three-row content height while permanently showing the subagent name, task name, and latest child-session tool activity for the full parent task lifecycle (pending/running/completed/error).
getChildSessionCardState) from the parenttasktool part and child-session messages.numberOfLines={1}), only the text changes — never the structure or height.sessionId.Feature-state coverage
Subagent/Task/Waiting for activity); CTA is structurally absent (no transcript destination yet)sessionIdexistsTesting
apps/mobile:pnpm format,pnpm typecheck,pnpm lint,pnpm check:unused,pnpm test(861 tests passing),pnpm format:check— all green on latest head.git diff --checkclean from repo root.E2E note
On-device Maestro verification hit a login/preflight boundary in this worktree's simulator session (the email OTP request/verify flow did not progress past the sign-in screen despite the backend OTP/token endpoints themselves responding successfully in earlier passes in this same session, and despite a validated Metro/API provenance preflight). This is classified as a test-environment/login blocker rather than a product failure: no acceptance-flow behavior was exercised or found failing. Automated coverage (selector + task-session extraction tests) covers every applicable feature state. Documenting per the accepted E2E exception process.