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
Claude Code doesn't support feedback on approval. Your annotations won't be seen.
638
+
{agentName} doesn't support feedback on approval. Your annotations won't be seen.
633
639
</div>
634
640
)}
635
641
</div>
@@ -723,7 +729,7 @@ const App: React.FC = () => {
723
729
isOpen={showFeedbackPrompt}
724
730
onClose={()=>setShowFeedbackPrompt(false)}
725
731
title="Add Annotations First"
726
-
message="To provide feedback, select text in the plan and add annotations. Claude will use your annotations to revise the plan."
732
+
message={`To provide feedback, select text in the plan and add annotations. ${agentName} will use your annotations to revise the plan.`}
727
733
variant="info"
728
734
/>
729
735
@@ -736,7 +742,7 @@ const App: React.FC = () => {
736
742
handleApprove();
737
743
}}
738
744
title="Annotations Won't Be Sent"
739
-
message={<>Claude Code doesn't yet support feedback on approval. Your {annotations.length} annotation{annotations.length!==1 ? 's' : ''} will be lost.</>}
745
+
message={<>{agentName} doesn't yet support feedback on approval. Your {annotations.length} annotation{annotations.length!==1 ? 's' : ''} will be lost.</>}
740
746
subMessage={
741
747
<>
742
748
To send feedback, use <strong>Deny with Feedback</strong> instead.
0 commit comments