hex_ai_chat 0.6.1
hex_ai_chat: ^0.6.1 copied to clipboard
Hex AI chat core - chat UI, services, theme, business plugin system, and localization
0.6.1 #
- 修复"清除所有会话"不生效:SessionService 继承 ChangeNotifier,增删改自动通知 UI 刷新
- 清除所有会话后补建新的活跃空会话;ChatScreen 自动清理已删会话的 AgentLoop 订阅与并发额度
- 修复节流窗口内删除的会话被迟到的落盘复活的问题
- AIProviderService 自定义 provider 统一经 ProviderRegistry 按 providerId 分组注册
0.6.0 #
- 导入导出优化:插件包路径与工作区存储适配调整(HexPaths / workspace_stores)
- 同步上游 hex_ai_agent / hex_ai_core / hex_ai_llm 0.6.0
0.3.0 #
- 对齐 0.3.0 系列发布:同步上游 hex_ai_agent / hex_ai_core / hex_ai_llm 0.3.0, 支持新 agent 工作区与任务状态
0.1.0 #
- 首次发布:聊天核心(UI / 服务 / 主题 / 本地化 / ChatExtension)