Skip to content

EDITH Studio v0.1.1

Choose a tag to compare

@lucy971326 lucy971326 released this 10 Aug 14:58
· 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.exe
  • edith-darwin-amd64
  • edith-darwin-arm64
  • edith-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.sh for macOS / Linux builds

MCP config compatibility

  • Accepts Claude Code's MCP config directly: mcpServers / type / url fields, with http mapped to streamable_http
  • Reads the project-root .mcp.json out of the box; the EDITH-specific .edith/mcp.json takes precedence