We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1e3ae commit 2456a85Copy full SHA for 2456a85
src/browser/components/ChatInput/index.tsx
@@ -610,6 +610,7 @@ export const ChatInput: React.FC<ChatInputProps> = (props) => {
610
type: "success",
611
message: `Context threshold reached - auto-compacting...`,
612
});
613
+ props.onMessageSent?.();
614
}
615
} catch (error) {
616
// Restore on unexpected error
0 commit comments