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 Silicon —
Proma-0.9.4-arm64.dmg - macOS Intel —
Proma-0.9.4.dmg - Windows —
Proma-Setup-0.9.4.exe