Skip to content

Releases: FunplayAI/EchoIsland

EchoIsland v0.6.1

Choose a tag to compare

@MoLing14725 MoLing14725 released this 12 May 13:09

EchoIsland v0.6.1

FIx bug.


Downloads

  • macOS Apple Silicon: EchoIsland-0.6.1-mac-arm64.dmg
  • macOS Intel: EchoIsland-0.6.1-mac-x64.dmg
  • Windows Installer: EchoIsland_0.6.1_x64-setup.exe
  • Windows MSI: EchoIsland_0.6.1_x64_en-US.msi
  • Updater Manifest: latest.json
  • Updater Signatures: .sig files are included for updater artifacts

更新内容

  • 修复 bug

EchoIsland v0.6.0

Choose a tag to compare

@MoLing14725 MoLing14725 released this 12 May 07:34

EchoIsland v0.6.0

EchoIsland v0.6.0 focuses on update flow, Feishu bot integration, Dynamic Island customization, and message reliability improvements.

This release adds support for receiving and parsing Feishu bot messages, introduces in-app update capabilities, and allows users to adjust the width of the Dynamic Island from settings. It also includes fixes for sub-agent and message receiving issues, plus updater signature artifacts required by the in-app upgrade flow.


Downloads

  • macOS Apple Silicon: EchoIsland-0.6.0-mac-arm64.dmg
  • macOS Intel: EchoIsland-0.6.0-mac-x64.dmg
  • Windows Installer: EchoIsland_0.6.0_x64-setup.exe
  • Windows MSI: EchoIsland_0.6.0_x64_en-US.msi
  • Updater Manifest: latest.json
  • Updater Signatures: .sig files are included for updater artifacts

What's New

Feishu Bot Message Support

EchoIsland can now receive and parse messages from Feishu bot workflows, making it possible to surface Feishu-side automation messages inside the desktop island.

In-app Update Flow

This version adds the foundation for in-app updates, including update entry points, trigger flow, status feedback, error handling, update manifest, and signature artifacts.

Dynamic Island Width Setting

A new setting has been added to customize the Dynamic Island width. Saved width preferences are now applied to the actual island display.

Message Reliability Fixes

Fixed several known issues related to sub-agents and message receiving reliability.

Native Panel Refinements

Continued polishing the native panel experience on Windows and macOS, including visual layout planning, action button presentation, and mascot animation behavior.


Platform Notes

  • Windows remains the primary target platform for the native panel experience.
  • macOS DMG builds are available for both Apple Silicon and Intel Macs.
  • Updater signatures are included for the in-app update flow.
  • Feishu bot message receiving requires lark-cli to be installed and authorized locally before use.
  • Manual downloads through DMG, EXE, or MSI installers remain available.

Known Issues

  • Hooks may still report errors in some cases.
  • Codex may generate too many hooks in certain workflows.

EchoIsland v0.6.0 中文说明

EchoIsland v0.6.0 主要围绕升级流程、飞书机器人接入、灵动岛宽度自定义,以及消息接收稳定性进行了优化。

本版本新增了飞书机器人消息接收与解析能力,加入了应用内升级基础流程,并支持在设置中调整灵动岛宽度。同时修复了子代理和消息接收相关问题,并附带应用内升级所需的签名产物。


下载说明

  • macOS Apple SiliconEchoIsland-0.6.0-mac-arm64.dmg
  • macOS IntelEchoIsland-0.6.0-mac-x64.dmg
  • Windows 安装版EchoIsland_0.6.0_x64-setup.exe
  • Windows MSI 安装包EchoIsland_0.6.0_x64_en-US.msi
  • 升级清单latest.json
  • 升级签名:已附带 updater 使用的 .sig 文件

更新内容

飞书机器人消息支持

EchoIsland 现在可以接收并解析来自飞书机器人工作流的消息,方便将飞书侧的自动化通知展示到桌面浮岛中。

应用内升级流程

本版本加入了应用内升级的基础能力,包括升级入口、触发流程、状态反馈、异常处理,以及升级清单和签名产物。

灵动岛宽度设置

设置页新增灵动岛宽度调整项。保存配置后,新的宽度会应用到实际的浮岛显示中。

消息接收稳定性修复

修复了当前版本中与子代理、消息接收稳定性相关的若干已知问题。

原生面板体验优化

继续优化 Windows 与 macOS 的原生面板表现,包括视觉布局、操作按钮展示,以及宠物动画行为。


平台说明

  • Windows 仍是当前原生面板体验的主要目标平台。
  • macOS 提供 Apple Silicon 和 Intel 两种 DMG 安装包。
  • 已包含应用内升级流程所需的签名文件。
  • 飞书机器人消息接收依赖本机已安装并完成授权的 lark-cli
  • 仍然可以通过 DMG、EXE 或 MSI 安装包进行手动安装。

已知问题

  • Hook 在某些情况下仍可能出现报错。
  • Codex 在部分工作流中可能生成较多 hook。

Full Changelog: v0.5.0...v0.6.0

EchoIsland v0.5.0

Choose a tag to compare

@MoLing14725 MoLing14725 released this 30 Apr 12:02

EchoIsland v0.5.0

This release focuses on the Windows native Dynamic Island experience, with improved native rendering, interaction timing, card layout, hover behavior, and release metadata. macOS DMG builds are also included for continued validation of the native panel migration.

Downloads

  • macOS Apple Silicon: EchoIsland_0.5.0_aarch64.dmg
  • macOS Intel: EchoIsland_0.5.0_x64.dmg
  • Windows Installer: EchoIsland_0.5.0_x64-setup.exe
  • Windows MSI: EchoIsland_0.5.0_x64_en-US.msi
  • Windows Portable: EchoIsland_0.5.0_x64-portable.exe

Changes

  • Made the Windows native Dynamic Island UI the primary desktop experience.
  • Improved Windows panel hover expansion, hover-out close behavior, topmost handling, message/status cards, action buttons, and mascot animation details.
  • Continued moving Windows and macOS native panel behavior into shared visual and interaction planning layers.
  • Updated desktop, Tauri, Rust workspace, UI metadata, README package names, and llms.txt to version 0.5.0.

Platform Notes

  • Windows native panel is enabled by default.
  • macOS native panel support is still being actively migrated and should be validated separately.

EchoIsland v0.5.0 中文说明

这个版本重点优化 Windows 原生灵动岛体验,包括原生渲染、交互时序、卡片布局、悬浮展开、收回动画以及版本元数据。同时继续提供 macOS DMG 构建,用于验证原生面板迁移进度。

下载说明

  • macOS Apple SiliconEchoIsland_0.5.0_aarch64.dmg
  • macOS IntelEchoIsland_0.5.0_x64.dmg
  • Windows 安装版EchoIsland_0.5.0_x64-setup.exe
  • Windows MSI 安装包EchoIsland_0.5.0_x64_en-US.msi
  • Windows 便携版EchoIsland_0.5.0_x64-portable.exe

更新内容

  • 将 Windows 原生灵动岛 UI 作为当前主要桌面体验。
  • 优化 Windows 面板的悬浮展开、移出收回、置顶行为、消息/状态卡片、设置/退出按钮以及宠物动画细节。
  • 继续把 Windows 与 macOS 原生面板行为收口到共享的视觉规划和交互规划层。
  • 将桌面端、Tauri、Rust workspace、界面元数据、README 包名和 llms.txt 统一更新到 0.5.0

平台说明

  • Windows 默认启用原生灵动岛面板。
  • macOS 原生面板仍在迁移中,需要在 macOS 上单独验证后再作为稳定版本使用。

EchoIsland v0.1.1

Choose a tag to compare

@MoLing14725 MoLing14725 released this 17 Apr 04:20

EchoIsland v0.1.1

This release adds a cleaner macOS DMG installer experience and publishes both Apple Silicon and Intel Mac builds alongside Windows builds.

Downloads

  • macOS Apple Silicon: EchoIsland_0.1.1_aarch64.dmg
  • macOS Intel: EchoIsland_0.1.1_x64.dmg
  • Windows Installer: EchoIsland_0.1.1_x64-setup.exe
  • Windows Portable: EchoIsland_0.1.1_x64-portable.exe
  • Checksums: SHA256SUMS.txt

Changes

  • Added a standard macOS DMG drag-to-Applications layout.
  • Bumped application version to 0.1.1 across Tauri, Cargo, and package metadata.
  • Included clean macOS DMG artifacts without the visible .VolumeIcon.icns file.
  • Published separate macOS builds for Apple Silicon and Intel Macs.

EchoIsland v0.1.1 中文说明

这个版本优化了 macOS DMG 安装体验,并同时发布 Apple Silicon、Intel Mac 以及 Windows 安装包。

下载说明

  • macOS Apple SiliconEchoIsland_0.1.1_aarch64.dmg
  • macOS IntelEchoIsland_0.1.1_x64.dmg
  • Windows 安装版EchoIsland_0.1.1_x64-setup.exe
  • Windows 便携版EchoIsland_0.1.1_x64-portable.exe
  • 校验文件SHA256SUMS.txt

更新内容

  • 新增标准 macOS DMG 拖拽到 Applications 的安装布局。
  • 将应用版本统一升级到 0.1.1
  • 重新生成干净的 macOS DMG,避免安装界面显示 .VolumeIcon.icns
  • 分别提供 Apple Silicon 和 Intel Mac 安装包。

EchoIsland v0.1.0

Choose a tag to compare

@MoLing14725 MoLing14725 released this 16 Apr 14:25

English

Highlights

  • Dynamic Island style floating desktop hub for AI coding workflows
  • Unified session view for Codex, Claude Code, and OpenClaw integration paths
  • Local-first runtime with TCP IPC, HTTP receiver, persistence, and blocking request cleanup
  • Experimental native macOS island support with notch-aware layout and terminal jump-back work

Included Assets

  • EchoIsland_0.1.0_aarch64.dmg — macOS Apple Silicon installer image
  • EchoIsland_0.1.0_x64-setup.exe — Windows NSIS installer
  • EchoIsland_0.1.0_x64_en-US.msi — Windows MSI installer

Platform Notes

  • Windows is currently the primary target, with the most complete packaging path
  • macOS is included as an experimental native build for early testing and feedback

Notes

  • This release is based on the current public snapshot commit
  • If SmartScreen, Gatekeeper, Accessibility, or Automation prompts appear, please confirm manually before first run
  • More packaging polish and integration coverage will continue in later releases

简体中文

更新亮点

  • 灵动岛风格的桌面悬浮入口,用来承接 AI Coding 工作流
  • 为 Codex、Claude Code、OpenClaw 提供统一会话视图与接入路径
  • 本地优先运行时,包含 TCP IPC、HTTP receiver、状态持久化与阻塞请求自动收尾
  • 提供实验中的 macOS 原生灵动岛支持,包括刘海感知布局与终端跳转能力

附带文件

  • EchoIsland_0.1.0_aarch64.dmg — macOS Apple Silicon 安装镜像
  • EchoIsland_0.1.0_x64-setup.exe — Windows NSIS 安装包
  • EchoIsland_0.1.0_x64_en-US.msi — Windows MSI 安装包

平台说明

  • Windows:当前为主平台,安装包链路最完整
  • macOS:当前以实验性原生版本形式提供,主要用于早期测试和收集反馈

说明

  • 此次发布基于当前公开仓库的最新快照提交
  • 如果首次运行时出现 SmartScreen、Gatekeeper、辅助功能或自动化权限提示,请手动确认
  • 后续版本会继续完善打包体验与工具接入覆盖范围