-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
๐ style(chat): auto send message from URL #6497
Conversation
@samanhappy is attempting to deploy a commit to the LobeChat Desktop Team on Vercel. A member of the Team first needs to authorize it. |
๐ @samanhappy Thank you for raising your pull request and contributing to our Community |
...[variants]/(main)/chat/(workspace)/@conversation/features/ChatInput/Desktop/Footer/index.tsx
Show resolved
Hide resolved
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
|
Codecov ReportAll modified and coverable lines are covered by tests โ
Additional details and impacted files@@ Coverage Diff @@
## main #6497 +/- ##
========================================
Coverage 91.31% 91.31%
========================================
Files 724 724
Lines 68043 68043
Branches 3085 3284 +199
========================================
Hits 62131 62131
Misses 5912 5912
Flags with carried forward coverage won't be shown. Click here to find out more. โ View full report in Codecov by Sentry. ๐ New features to boost your workflow:
|
โค๏ธ Great PR @samanhappy โค๏ธ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.69.5](v1.69.4...v1.69.5) <sup>Released on **2025-03-09**</sup> #### ๐ Styles - **chat**: Auto send message from URL. - **misc**: Support openrouter claude 3.7 sonnet reasoning. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **chat**: Auto send message from URL, closes [#6497](#6497) ([30b2639](30b2639)) * **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [#6806](#6806) ([f1ffc2c](f1ffc2c)) </details> <div align="right"> [](#readme-top) </div>
๐ This PR is included in version 1.69.5 ๐ The release is available on: Your semantic-release bot ๐ฆ๐ |
### [Version 1.110.1](v1.110.0...v1.110.1) <sup>Released on **2025-03-09**</sup> #### ๐ Bug Fixes - **misc**: Fix context cache control and model builtin search switch, fix mistral can not chat. #### ๐ Styles - **chat**: Auto send message from URL. - **misc**: Support openrouter claude 3.7 sonnet reasoning. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix context cache control and model builtin search switch, closes [lobehub#6831](https://github.com/bentwnghk/lobe-chat/issues/6831) ([5c6b8ea](5c6b8ea)) * **misc**: Fix mistral can not chat, closes [lobehub#6828](https://github.com/bentwnghk/lobe-chat/issues/6828) ([00cba71](00cba71)) #### Styles * **chat**: Auto send message from URL, closes [lobehub#6497](https://github.com/bentwnghk/lobe-chat/issues/6497) ([30b2639](30b2639)) * **misc**: Support openrouter claude 3.7 sonnet reasoning, closes [lobehub#6806](https://github.com/bentwnghk/lobe-chat/issues/6806) ([f1ffc2c](f1ffc2c)) </details> <div align="right"> [](#readme-top) </div>
๐ป ๅๆด็ฑปๅ | Change Type
๐ ๅๆด่ฏดๆ | Description of Change
This change enables the application to pre-fill the input field with a message from the URL and automatically send it when the page is loaded. This feature is particularly useful when using Chrome's Site Search shortcuts, as it allows users to quickly send predefined messages by including them in the URL.
๐ ่กฅๅ ไฟกๆฏ | Additional Information