Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Oct 12, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

olegshulyakov and others added 8 commits October 12, 2025 19:47
- Remove deprecated useChatTextarea hook and related interface
- Update ChatInput to use controlled component pattern with AutoSizingTextArea
- Add responsive auto-sizing behavior based on screen width (xl: breakpoint)
- Remove manual height adjustment logic in favor of component-based solution

BREAKING CHANGE: Removes useChatTextarea hook which was used for textarea height management.
- Replace outline-none with outline-0 for transparent textarea variant
- Add responsive max-width classes to chat input container with focus expansion
- Add outline and focus styles to chat input wrapper
- Set min-height for mobile text area and change default rows to 1
- Hide buttons area by default, show on input focus
- Update max-width from fixed value to xl:4xl for chat and welcome screens
- Change condition from Object.is(prevConfig, CONFIG_DEFAULT) AND !!config.baseUrl to Object.is(prevConfig, CONFIG_DEFAULT) OR !!config.baseUrl
- This ensures models are loaded when either the config changes from default OR when a baseUrl is provided
@pull pull bot locked and limited conversation to collaborators Oct 12, 2025
@pull pull bot added the ⤵️ pull label Oct 12, 2025
@pull pull bot merged commit 2ba7752 into zyqfork:main Oct 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants