EDITH Studio v0.1.2
·
39 commits
to main
since this release
EDITH Studio v0.1.2 Release
中文
- 本版本重构了 Models 模块,简化了模型适配、配置和思考模式的组织方式,并将模型清单改为内嵌数据,启动时无需访问网络。
- 同时新增了真正的 Run 级 Diff:每次请求都会独立记录文件变化,支持历史查看、变更统计和 Diff 展示。Diff 现在会显示在对应助手消息末尾,并支持 Unified 与并排两种查看方式。
- 开发模式与发布模式也已分离,开发时前后端可以独立运行,发布版仍然可以使用单个可执行文件启动完整应用。
English
- This release restructures the Models module with a simpler organization for model adapters, provider settings, and thinking modes. The model catalog is now embedded locally, so startup no longer depends on network access.
- It also introduces true Run-level Diff tracking: every request records its own file changes with history, statistics, and Diff viewing. Changes are shown at the end of the corresponding assistant message, with support for Unified and side-by-side views.
- Development and release modes are now separated, while the release build still runs as a standalone executable with the frontend embedded.