Skip to content

Flocks v2026.6.24

Latest

Choose a tag to compare

@duguwanglong duguwanglong released this 24 Jun 10:47
bdfb6b1

What's Changed

WebUI & UX

  • fix(webui): default the WebUI to light theme for new users by @xiami762 in #468
  • fix(session): refine process folding, question result display, and bash output rendering by @duguwanglong in #470
  • feat(task): add Rex-assisted task creation/editing guides and form extraction helpers by @stephamie7 in #481

Device Integration & Rex

  • feat(device): add Rex-guided device onboarding with template-aware draft extraction and one-click form fill by @stephamie7 in #471
  • fix(device): improve no-device guidance in device context prompts by @stephamie7 in #481

Storage, Task & Workflow

  • feat(storage): split workflow KV data and task tables into workflow.db / tasks.db with compatibility routing by @xiami762 in #465
  • fix(storage): keep source rows during multi-db migration and harden migration verification by @xiami762 in #474
  • fix(task): tolerate legacy task text encoding and migrate old task rows safely by @xiami762 in #463
  • fix(workflow): trim workflow execution history by per-workflow index and clean execution indexes on workflow deletion by @xiami762 in #465

Runtime & Windows

  • fix(cli): cap service log files before daemon startup by @xiami762 in #462
  • fix(cli,updater): tolerate recoverable Windows Node build assertions when WebUI assets are already produced by @xiami762 in #472

Docs, CI & Release

  • docs(readme): center README title/tagline and refresh header badges by @xiami762 in #473
  • chore(ci): add automatic sync-main-into-dev workflow after main updates by @stephamie7 in #469
  • revert(updater): revert temporary Pro update port before release by @stephamie7 in #476
  • chore(release): bump project version to v2026.6.24 by @stephamie7 in #477
Chinese Release Notes

WebUI 与体验

  • fix(webui):新用户默认使用浅色主题,减少系统深色模式带来的首次使用不确定性 by @xiami762 in #468
  • fix(session):优化会话过程折叠、问题工具结果展示与 bash 输出渲染,过程信息更清晰 by @duguwanglong in #470
  • feat(task):任务创建/编辑页新增 Rex 辅助引导、案例入口和表单提取能力 by @stephamie7 in #481

设备接入与 Rex

  • feat(device):设备接入新增 Rex 引导模式,可根据用户描述匹配模板、提取草稿并一键回填表单 by @stephamie7 in #471
  • fix(device):无已接入设备时,Rex 与设备上下文会更明确提示用户前往设备接入页面添加设备 by @stephamie7 in #481

存储、任务与工作流

  • feat(storage):将 workflow 与 task 数据拆分到 workflow.db / tasks.db,并保持原 Storage API 路由兼容 by @xiami762 in #465
  • fix(storage):多库迁移时保留源数据并增强迁移校验,降低升级风险 by @xiami762 in #474
  • fix(task):兼容历史任务中的非 UTF-8 文本,旧任务数据迁移更稳 by @xiami762 in #463
  • fix(workflow):工作流执行历史改为按 workflow 索引裁剪,删除工作流时同步清理执行索引与步骤数据 by @xiami762 in #465

运行时与 Windows

  • fix(cli):daemon 启动前限制服务日志文件大小,避免长期运行后日志过大 by @xiami762 in #462
  • fix(cli,updater):Windows 下 WebUI 构建产物已生成但 Node 退出断言时可恢复继续,减少升级/启动失败 by @xiami762 in #472

文档、CI 与发布

  • docs(readme):调整 README 标题、标语与徽章展示 by @xiami762 in #473
  • chore(ci):新增 main 更新后自动同步到 dev 的 GitHub Actions 工作流 by @stephamie7 in #469
  • revert(updater):回滚临时 Pro 更新修复移植,避免带入未准备发布的升级逻辑 by @stephamie7 in #476
  • chore(release):版本更新至 v2026.6.24 by @stephamie7 in #477

Contributors