Loading
Commits on Source 3
-
Jannik Lehmann authored
BREAKING CHANGE: The chat input would remain populated after sending a message due to a race condition where the textarea was disabled before the prompt could be cleared. This happened because `canSubmit = false` executed before `setPromptAndFocus()` completed its async DOM update.
-
Frédéric Caplette authored
fix: agentic chat resolve input not clearing after submission See merge request !173
-
semantic-release-bot authored
# [10.0.0](v9.1.1...v10.0.0) (2025-07-02) ### Bug Fixes * agentic chat resolve input not clearing after submission ([68c9deed](68c9deed)) ### BREAKING CHANGES * The chat input would remain populated after sending a message due to a race condition where the textarea was disabled before the prompt could be cleared. This happened because `canSubmit = [secure]` executed before `setPromptAndFocus()` completed its async DOM update.