EDITH Studio v0.1.1
·
46 commits
to main
since this release
EDITH Studio v0.1.1
修复
平台兼容
- macOS / Linux 构建可完整运行,浏览器窗口不再只认 Windows 的 Edge
- 浏览器按平台自动选择 Edge / Chrome / Chromium,找不到时退回系统默认浏览器
- 修复启动竞态:先启动 HTTP 服务再打开浏览器窗口,消除 "This page couldn't load" 问题
- 空目录 JSON 序列化修复:MCP / skills 空列表不再序列化成
null,杜绝前端崩溃 - 新增 macOS / Linux 构建脚本
scripts/build.sh
MCP 格式兼容
- 直接兼容 Claude Code 的 MCP 配置:支持
mcpServers/type/url字段写法,http自动映射为streamable_http - 可直接读取项目根目录的
.mcp.json,EDITH 专属.edith/mcp.json优先级更高
Downloads
edith-windows-amd64.exeedith-darwin-amd64edith-darwin-arm64edith-linux-amd64
Bug fixes
Platform compatibility
- macOS / Linux builds now work end-to-end; the app window is no longer tied to Windows-only Edge
- The browser is resolved per platform (Edge / Chrome / Chromium), falling back to the system default browser when none is found
- Fixed a startup race: the HTTP server now starts before the window opens, eliminating the "This page couldn't load" issue
- Empty catalogs no longer serialize to
null: MCP / skills lists return empty arrays, preventing frontend crashes - Added
scripts/build.shfor macOS / Linux builds
MCP config compatibility
- Accepts Claude Code's MCP config directly:
mcpServers/type/urlfields, withhttpmapped tostreamable_http - Reads the project-root
.mcp.jsonout of the box; the EDITH-specific.edith/mcp.jsontakes precedence