feat(agent): show pending response indicator - #623
Conversation
Deploying maple with
|
| Latest commit: |
62ef561
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b049e32a.maple-ca8.pages.dev |
| Branch Preview URL: | https://codex-maple-agent-pending-in.maple-ca8.pages.dev |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughAdds a reusable pending assistant turn, centralizes loader visibility logic, and integrates the placeholder into unified and agent chat timelines with accessibility markup and helper tests. ChangesAssistant pending loader
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant Chat as Chat UI
participant Timeline as AgentTimeline
participant Helper as shouldShowAgentAssistantLoader
participant Pending as ChatAssistantPendingTurn
Chat->>Timeline: Pass isResponsePending
Timeline->>Helper: Evaluate turns and pending state
Helper-->>Timeline: Return loader visibility
Timeline->>Pending: Render pending assistant turn
Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
Validation
Summary by CodeRabbit
New Features
Bug Fixes