Closed cy948 closed 3 days ago
@cy948 is attempting to deploy a commit to the LobeChat Community Team on Vercel.
A member of the Team first needs to authorize it.
👍 @cy948
Thank you for raising your pull request and contributing to our Community Please make sure you have followed our contributing guidelines. We will review it as soon as possible. If you encounter any problems, please feel free to connect with us.\ 非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。 如果您遇到任何问题,请随时与我们联系。
Attention: Patch coverage is 80.00000%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 92.33%. Comparing base (
38ae7f9
) to head (6a0d71d
). Report is 10 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/database/server/models/session.ts | 76.74% | 10 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
lobe-chat-database | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 19, 2024 3:20am |
lobe-chat-preview | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 19, 2024 3:20am |
❤️ Great PR @cy948 ❤️
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.\ 项目的成长离不开用户反馈和贡献,感谢您的贡献! 如果您对 LobeHub 开发者社区感兴趣,请加入我们的 discord,然后私信 @arvinxx 或 @canisminor1990。他们会邀请您加入我们的私密开发者频道。我们将会讨论关于 Lobe Chat 的开发,分享和讨论全球范围内的 AI 消息。
:tada: This PR is included in version 1.32.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
src/database/server/models/session.ts
: 增加findSessionsByKeywords
方法进行模糊搜索。该方法从原来的模糊匹配sessions.title
改为匹配agents.title
;src/database/server/models/topic.ts
: 去掉多余的or
src/database/server/models/__tests__/session.test.ts
: 为上述改动补充测试📝 补充信息 | Additional Information
run tests