@cniot/mdd-editor 0.3.0 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.MD CHANGED
@@ -1,3 +1,12 @@
1
+ # 0.3.1
2
+
3
+ - feat: 新增“本地 AI”工作区入口,支持把当前页面的 schema、script、style、页面摘要同步到本地目录,方便 Cursor、Qoder、Codex CLI 等本地 AI 工具直接修改。
4
+ - feat: 支持通过 `@cniot/mdd-ai-bridge` 连接本地工作区,默认端口为 `17678`,本地目录默认为 `~/.mdd-ai-workspace`。
5
+ - feat: 针对线上 HTTP 编辑页面访问 `127.0.0.1` 被 Chrome Private Network Access 拦截的问题,新增本地 relay 通道,线上页面会通过 `postMessage` 与 `http://127.0.0.1:17678/relay` 通信。
6
+ - feat: 同步本地 AI 修改后,会刷新编辑器面板和脚本/schema 编辑器内容,保证本地修改能及时回显。
7
+ - fix: 优化 FTP 编辑面板 `$updated` 事件监听清理,减少重复监听。
8
+ - chore: AI 能力为旁路增强,不改变原有保存链路;同步后仍需继续使用原页面保存按钮提交。
9
+
1
10
  # 0.2.0-beta.56
2
11
 
3
12
  - feat: 批量输入框(batchInput)新增 valueType 配置属性,支持选择返回值类型为 string("a,b,c")或 list["a","b","c"]