Skip to content

Commit a0eb0fc

Browse files
backnotpropclaude
andauthored
improve: clarify post-decision messaging (#49)
Make it explicit that users can close the tab after approving/denying: - "You can close this tab and return to [Agent]." - "Your response has been sent." Related to #41 Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cee2c7f commit a0eb0fc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

packages/editor/App.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -791,9 +791,12 @@ const App: React.FC = () => {
791791
</p>
792792
</div>
793793

794-
<div className="pt-4 border-t border-border">
794+
<div className="pt-4 border-t border-border space-y-2">
795795
<p className="text-sm text-muted-foreground">
796-
Return to your <span className="text-foreground font-medium">{agentName}</span> to continue.
796+
You can close this tab and return to <span className="text-foreground font-medium">{agentName}</span>.
797+
</p>
798+
<p className="text-xs text-muted-foreground/60">
799+
Your response has been sent.
797800
</p>
798801
</div>
799802
</div>

0 commit comments

Comments
 (0)