Closed
Conversation
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
adb71f8 to
c45e9e2
Compare
d5b738c to
3f00531
Compare
c45e9e2 to
adb71f8
Compare
3f00531 to
d5b738c
Compare
…ing and switching sessions
d5b738c to
9705494
Compare
adb71f8 to
5bc2ec2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #149
Depends on #153
Type of change
What does this PR do?
在飞书端支持会话切换,对齐微信端多会话切换能力。
/session查看当前项目下前 10 个会话/session list查看全部会话/session n切换到指定会话_chatSessions[chatId]存储 per-chat 当前会话,优先级高于线程级 sessionMap/project n切换项目时自动关联目标项目的最近会话How did you verify your code works?
/session列表显示正确/session n切换后消息发往正确会话/project n切换项目后自动关联最近会话Checklist