github ErlichLiu/Proma v0.9.4
0.9.4

6 hours ago

Proma v0.9.4

Bug 修复

  • Agent Session 未正常结束 — 修复 Agent 实际已完成但 UI 上暂停按钮仍显示、计时器继续运行、Suggestion 无法渲染的问题;根因是 prompt_suggestion 事件通过 onAgentStreamEvent 到达时,会触发 agentStreamingStatesAtom 更新,若此时 session 状态已不存在,默认值 running: true 会将 session 重新标记为运行中;修复后 prompt_suggestion 事件跳过流式状态更新,不再干扰 session 结束逻辑

  • 消息列表 React key 重复警告 — 修复 streaming 期间控制台出现 Encountered two children with the same key 警告的问题;根因是 allSDKMessages 合并持久化消息与实时消息时未去重,同一条消息可能同时存在于两个列表,导致 groupIntoTurns 将其分入两个 group 且 key 相同;修复后合并时用 Set 过滤掉 persisted 中已在 live 里的消息

下载

  • macOS Apple SiliconProma-0.9.4-arm64.dmg
  • macOS IntelProma-0.9.4.dmg
  • WindowsProma-Setup-0.9.4.exe

Don't miss a new Proma release

NewReleases is sending notifications on new releases.