fix: remove retry TODO comment

Retry isn't planned for this PR — users can resend naturally.

https://claude.ai/code/session_01NGv3c62sYGMww7iuVsWzcJ
This commit is contained in:
Claude
2026-04-01 20:31:02 +00:00
parent 22bbca7b3c
commit 9e145925b7
@@ -219,9 +219,6 @@ export const useAgentChat = (
onBrowserEvent: handleStop,
});
// TODO: implement retry by re-sending last user message to /message.
// The retry button in AIChatErrorMessage is hidden until this is ready.
return {
handleSendMessage,
handleStop,