Open
Conversation
- 调整LLM流式处理和WebSocket配置中的延迟和阈值,减少控制权让出间隔。 - 在主代理和流管理器中优化延迟处理,确保事件循环不被阻塞。 - 更新代码执行器以使用asyncio.subprocess,避免阻塞并处理超时。 - 改进WebSocket聊天处理逻辑,增加连接状态检查和超时处理。
- 删除了不再使用的测试导入文件 `test_imports.py`,以简化代码库。 - 在 `MainAgent` 和 `LLMHandler` 中增加了对空消息的处理和日志记录,确保消息内容的有效性。 - 在 `ConnectionManager` 中实现了生成状态的持久化管理,支持消息缓存和状态查询功能。
- 在后端添加了实时消息获取接口,支持增量更新。 - 实现了异步保存聊天记录的功能,提升了性能和可靠性。 - 前端实现了实时轮询逻辑,支持动态更新聊天消息。 - 新增了测试用例以验证实时轮询功能的正确性。 - 更新了依赖项,添加了 `watchdog` 以支持文件监控。
* Initial plan * Initial analysis: Add Python syntax highlighting to file manager Co-authored-by: LangQi99 <87991552+LangQi99@users.noreply.github.com> * Implement Python syntax highlighting for file manager Co-authored-by: LangQi99 <87991552+LangQi99@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: LangQi99 <87991552+LangQi99@users.noreply.github.com>
- 将新聊天按钮的tooltip移至收起状态的内容中,提升用户体验。 - 确保在侧边栏收起时仍然可以访问新聊天功能。
frontend(sidebar) 侧边栏加上新建会话按钮
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.
No description provided.