更新日志Changelog

更新日志 Changelog

记录每一个版本的改进、修复与新特性。 Every improvement, fix and new feature, version by version.

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.

v0.0.1

首个公开版本,落地核心的 AI 自然语言作画能力。 First public release — ships the core natural-language drawing capability.

  • 开口即画:自然语言描述需求,AI 自动作画,无需手拖元件。 Speak, it draws: describe what you want and the AI draws it — no manual dragging.
  • 看得见的过程:AI 一笔一笔画,每一步都实时显示在画布和聊天框里。 Watch it happen: the AI draws step by step, live on canvas and in chat.
  • 专业图标库:内置约 9000 个云服务、网络设备、UML 等专业图标。 ~9,000 pro icons: cloud services, network gear, UML and more built in.
  • 自动质检:AI 会自己检查图形重叠和连线穿帮,发现问题主动修正。 Auto QA: the AI self-checks overlaps and wayward lines, then fixes them.
  • 多模型可选:支持 OpenAI 兼容服务与 Claude,可保存多套配置随时切换。 Many models: OpenAI-compatible services and Claude, with multiple saved configs.
  • 本地保存:所有对话与作画过程都存在本地,重启不丢,随时回看。 Saved locally: all chats and drawing steps persist on your machine.
  • 中英双语:界面与提示信息支持中文 / English。 Bilingual UI: interface and messages in both 中文 and English.