v0.0.2
最新Latest让 AI 绘图代理更稳定(流式 + 超时 + 防死循环),同时补齐日常使用体验。 Makes the AI drawing agent more robust (streaming + timeouts + loop-proofing) while rounding out everyday UX.
- LLM 流式调用:OpenAI / Anthropic 改为流式处理,解决长时间推理的 HTTP 超时问题。 LLM streaming: OpenAI / Anthropic now stream responses, fixing HTTP timeouts on long reasoning.
- 超时与取消控制:单轮 LLM 调用加 5 分钟超时,整体绘图改为手动取消,防止卡死。 Timeout & cancellation: 5-minute per-call timeout; whole-canvas drawing is manually cancellable to avoid hangs.
- 循环检测:新增机制防止 LLM 在绘图时陷入重复连接、持续冲突等死循环。 Loop detection: prevents the LLM from getting stuck in repeated connections or persistent conflicts.
- 模型复制:模型列表新增复制按钮,可快速基于现有配置创建副本。 Duplicate model: a copy button on the model list lets you clone an existing config.
- 附件上传:支持多文件附件选择,替代前端 input,修复 WebView2 报错。 File attachments: multi-file selection replaces the input element, fixing a WebView2 error.
- 交互优化:AI 界面新增右键复制菜单、提示词历史导航、API 类型下拉选择等。 UX polish: right-click copy menu, prompt history navigation, API-type dropdown, and more.
- 引擎升级:drawio 升级到 v30.2.7。 Engine upgrade: drawio core bumped to v30.2.7.