Skip to content

Releases: limecloud/lime

Lime v1.98.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 10:08

Lime v1.98.0

新功能

  • Tool Runtime 接入 current 工具执行面,新增协作 Agent、文件读取 / 搜索、Shell、原生 dispatch、用户输入请求、工具调用 surface 和结果投影模块,为 Codex-first Thread / Turn / Item 执行链提供统一 owner。
  • Agent Runtime 复用 tool-runtime 的 request user input 协议和 model-provider 的 response event 类型,减少 runtime / provider / tool 三侧重复定义。
  • Benchmark release gate 新增 current-chain evidence builder、P0 coding workflow、release audit report、baseline descriptor 和 true-run evidence 透传能力,要求外部 benchmark 证明 agentSession/turn/startevidence/export 主链。
  • App Server coding evidence summary 增加 tool call 数量、完成 / 失败统计、tool name 和 tool call id 汇总,便于 release / replay 审计。

修复

  • 修复 App Server tool lifecycle 投影中 runtime tool_input_delta 缺少 tool.started 的情况,并避免 synthetic start 后重复记录 runtime start。
  • 修复停止 / 中断 Agent 流后 assistant 消息、thread item、文本 overlay、queued turn 恢复和后续继续发送之间的状态不一致。
  • 修复历史 hydrate / local merge 对 interrupted turn 的识别和保留,避免恢复会话时把已中止输出重新显示为仍在运行。
  • 修复 benchmark true-run summary 对 current-chain、external verifier、Evidence Pack 和 task set 的放行条件校验,避免首题或伪 evidence 误判为整套 ready。

优化与重构

  • 大幅收缩 agent-compat 旧 Aster-shaped 实现,删除旧 context、permission policy、parallel、resume、recipe、provider、prompt、scheduler 和部分 legacy tool 文件,保留必要 compat owner。
  • 将 App Server read model 拆分为 model routing、queued turns、runtime items、session metadata 和测试子模块,降低中心文件复杂度。
  • 拆分 Claw / AgentChatWorkspace 右侧 surface、文章编辑器、工作区文件管理、技能目录、任务中心发送、scene app execution 和 home recovery runtime,减少巨型组件直接持有业务状态。
  • model-provider 的 provider stream 事件拆分到 failure、image input、model change、notification、plaintext tool use、poll、progress、response content / context / event、sampling、source execution、text delta 和 tool input delta 等子模块。

测试与质量

  • 新增和更新 tool runtime execution、request user input、collab agent、provider stream、App Server read model、tool lifecycle、coding evidence、Agent stream flow control 和 session state 回归。
  • 扩展 benchmark release run / summary / render / audit report / current-chain evidence 测试,确保 strict gate、P0 blocker、true-run blocker 和 evidence blocker fail closed。
  • 更新 App Server protocol schema、manifest、generated TypeScript types、current boundary guard、Aster migration boundary 和 i18n unused key 检查。
  • 当前外部 benchmark release gate 仍要求真实 current-chain evidence,不会因为 dry-run / preflight / 本地缺证据而误放行。

文档

  • 更新 Aster migration Phase 6、dead code deletion、provider reply backend、refactor v1 impact audit、benchmark release、version test plan 和执行计划索引。
  • 补充 benchmark P0 coding 门禁、current-chain evidence、release audit report 和 strict gate baseline 的治理说明。

其他

  • 版本事实源更新到 1.98.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.lock 和 release notes。

完整变更: v1.97.0 -> v1.98.0

Lime v1.97.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 18:43

Lime v1.97.0

新功能

  • Agent Runtime 增加 provider source backend、response event materializer、tool input delta 和 reasoning delta 投影,使 provider streaming 能更直接进入 current timeline / read model。
  • App Server / protocol 新增 voiceTranscription/polishText 主链,并接入前端语音输入,支持实时预览转写和最终文本润色。
  • Agent / Claw 工作区补齐任务中心首页热路径、计划确认、审批输入栏优先级、图片工作台发送路由和会话文件自动初始化控制。
  • 新增版本级 benchmark release gate 脚本与 manifest,能生成 context、checklist、P1 dry-run / preflight、summary、baseline 和严格 gate 证据。

修复

  • 修复 provider tail idle 后已有纯文本输出仍被判失败的问题,降低长流式回复末尾超时导致空结果的风险。
  • 修复 Electron App Server sidecar 在 macOS / Linux / Windows 下加载同目录运行时库的环境变量传递,并补齐主窗口媒体权限处理。
  • 修复历史会话 hydrate、thread item 投影、reasoning 内容同步、输入框发送、任务中心草稿和 workspace 初始导航中的状态边界。
  • 修复模型选择器在模型未加载或未知模型场景下的自动切换逻辑,避免覆盖用户仍有效的模型选择。

优化与重构

  • lime-rs/vendor/aster-rust 物理删除,迁移剩余 Aster-shaped adapter 到 crates/agent-compat 临时 owner,并收敛相关 governance guard。
  • 拆分 provider trace、reply backend、reply loop、tool lifecycle、approval decision contract、projection store 和 voice text processing 等 runtime 领域边界。
  • 清退旧浏览器工作区 home hint、旧 StreamingWriteFileCard、旧 text normalization 和若干旧 tool display copy 分支。
  • 优化输入栏语音采样、实时转写拼接、CJK 语种空格处理、图片生成偏好刷新和资源管理器搜索 / 工具栏展示。

测试与质量

  • 新增和更新 provider stream idle、reply source backend、response materializer、approval decision、permission preflight、session hydration projection、voice polish 和 Electron media permission 回归。
  • 扩展 Claw current fixture、session history fixture、code artifact workbench fixture、benchmark runner 和 app-server asset / sidecar 脚本测试。
  • 更新 App Server protocol schema、generated TypeScript types、client methods、command policy guard、Aster migration boundary 和脚本治理检查。
  • 当前 benchmark release gate 仍 fail closed:P1 Terminal-Bench / DeepSWE true-run 依赖 Docker / runner 环境,尚不能作为正式放行依据。

文档

  • 新增和更新 Aster Phase 6 provider reply backend、迁移收口、dead code deletion、benchmark release、approval HITL 和 Clawstream guardrail 相关计划与路线图。
  • 更新 Aster migration、governance、执行计划索引、benchmark dataset / progress / version test plan 和测试场景 ledger / registry。

其他

  • 版本事实源更新到 1.97.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.lock 和 release notes。

完整变更: v1.96.0 -> v1.97.0

Lime v1.96.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 00:50

Lime v1.96.0

新功能

  • Agent / Claw 工作区补齐审批 HITL 主链:App Server action replay / respond 协议、approval cache、输入栏审批提示、审批记录卡片、trace attribution 与 GUI fixture 都进入 current 路径。
  • Runtime 工具面新增 Codex-first 的 ToolSearch、MCP resource、Skill 执行、gateway bridge、native overlay 和 live execution process 模块,统一 Rust runtime、App Server backend 与前端工具展示的事实源。
  • Agent runtime projection 扩展多组会话与事件形状,覆盖 context compaction、dynamic tool call、live tail commit、MCP elicitation / inventory / resource read、multi-agent visual snapshot、thread fork / rollback / resume、token usage replay 等场景。
  • 媒体引用预览、resize / reflow、代码活动 evidence、session media refs 和 artifact snapshot 投影继续收敛,使工作台、read model 与发布证据共享同一条 App Server 数据链。

修复

  • 修复 Agent / Claw terminal read model、tail recovery、停止 / 继续、session hydrate、输入栏场景恢复和 timeline merge 中的边界状态,降低旧事件误停新 stream 或恢复错误 UI 的风险。
  • 修复 App Server event store、read model、turn execution、permission preflight、action response 与 external backend 的协议漂移,补齐 action required / replay 的 schema 和 client 类型。
  • 修复 MCP current smoke、Electron fixture build、workspace plugin runtime fixture 和脚本断言拆分中的路径、构建与状态采集边界。
  • 修复 Soul style profile、设置页、视频工作区提示、tooltip 与 HelpTip 的展示边界,并移除旧声音上下文和默认音效资源依赖。

优化与重构

  • 删除 Aster vendor / Lime agent 中的 LSP、旧 web retrieval、旧 native tools 和旧 tool search 实现,把可保留能力迁入 current App Server / tool-runtime owner。
  • 拆分 tool-runtime 的 extension、executor、IO、skill gate、MCP resource、skill execute / result 和 live execution process,减少中心文件继续膨胀。
  • 拆分 App Server runtime 的 evidence provider、session media reader、permission preflight、runtime backend native tools 与 workflow control,让领域模块承担各自状态和投影。
  • 前端 HarnessStatusPanel、tool inventory、timeline conversion、message projection、workspace trace、task center、media preview 和 inputbar runtime 继续按 view model / helper 分层收敛。
  • 更新五语言 i18n 资源,覆盖 Agent、inputbar、message list 与 settings 新增展示文案。

测试与质量

  • 新增和更新审批流、tool inventory、ToolSearch、timeline projection、media preview、task center、workspace trace、terminal read model、tail recovery 和 App Server event stream 回归。
  • 新增 Rust 定向测试覆盖 permission preflight、external event sequence、tool lifecycle、objectives、coding evidence snapshot、tool orchestrator cancellation、runtime backend tool inventory 和 Skill runtime enable。
  • 扩展 Claw current fixture 的 approval、resize / reflow、live tail、runtime surface、scenario assertion 与 read model 证据,提升 GUI 主路径发布验证覆盖。
  • 更新 App Server protocol schema、generated TypeScript types、client contract、command catalog、legacy boundary guard、MCP smoke 和 Electron current entrypoint 检查。

文档

  • 新增审批路线图与 HITL decision model 执行计划。
  • 更新 Aster capability intake、refactor v1 impact audit、Clawstream Codex-derived guardrail、Soul style output、MCP modernization、plan runtime 和测试场景 ledger / registry。
  • 更新命令边界、Playwright E2E、脚本治理和执行计划索引,记录 current runtime 与 GUI 验证口径。

其他

  • 版本事实源更新到 1.96.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.locklime-rs/vendor/aster-rust/Cargo.lock 和 release notes。

完整变更: v1.95.0 -> v1.96.0

Lime v1.95.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 03:59

Lime v1.95.0

新功能

  • Agent / Claw 工作区继续收敛到 current 主链,补齐首页启动面、任务中心 tab、队列 turn、停止后输入恢复、终态事件处理、媒体引用预览、Browser Assist 与 Team 协作投影。
  • App Server 增加 session media read 协议、media task 读模型、sidecar / idempotency 支撑和图片命令 Soul presentation,使媒体任务、会话历史和 GUI 预览共享同一份事实源。
  • Runtime 工具面补强 reply backend / stream、provider stream、native overlay、Skill runtime gate 与 tool-runtime 合同边界,减少 agent crate 中的中心化分发逻辑。
  • 插件应用中心和 runtime host 进入更完整的安装、启动、卸载预览、清理证据、云端 bootstrap 与 capability dispatch 主链,详情页和运行态投影拆成可复用模块。

修复

  • 修复 Agent / Claw 在 stale terminal event、queued turn、停止后继续输入、history hydrate 和 workspace topic 切换中的状态回收边界,避免错误恢复输入或误停新 stream。
  • 修复 App Server / client 的 event stream、read model normalizer、media result projection 和 export normalizer,降低前后端协议字段漂移风险。
  • 修复 Codex conversation import 的路径解析与项目过滤边界,提升跨目录导入和历史恢复的稳定性。
  • 修复 provider / model 列表加载、OEM LimeHub 同步和 Prompt Cache 能力提示的边界回归,减少 UI 与运行时能力认知不一致。
  • 修复 Electron dev sidecar、fixture build 和 packaged app-server asset 处理,降低开发态与打包态资源路径差异。

优化与重构

  • 删除旧 ChatSidebar 与多张旧 Harness 导出卡片,把会话、任务、证据包和工作台状态收敛到 workspace / Task Center / HarnessStatusPanel current 组件。
  • 拆分前端大文件:agentProtocol、Agent Runtime normalizers / types、App Server client methods、OEM cloud control plane、plugin capability dispatcher、host bridge 和 Plugins page 都下沉到更窄的领域模块。
  • 拆分 Agent chat 的 message projection、timeline content parts、stream event processor、flow control、harness state、thread reliability 和 workspace browser assist runtime,降低 React hook 和组件承担的状态机复杂度。
  • 拆分 Rust 后端的 media task、conversation import、runtime exports、Soul locale copy、image command presentation、model routing、plugin worker generation 和 tool inventory 相关模块。
  • 继续清理 Aster / legacy residual:Skill gate、native tool、provider stream 和 retired command guard 按 Codex-first current 边界重新归位。

测试与质量

  • 新增和更新 Agent stream、queued turn、input restore、workspace topic switch、media reference preview、task center、message projection、thread reliability 和 Claw provider selection 回归。
  • 新增和更新 Plugin App Center、capability dispatcher、host bridge、cloud bootstrap、runtime projection 和安装 / 卸载证据回归。
  • 新增 Rust 定向测试覆盖 media task JSON-RPC、session media read、conversation import path resolution、runtime export rollout、tool inventory、model routing 与 image command presentation。
  • 扩展 Claw current fixture、terminal guard、pending steer、web tools、skills runtime、Electron fixture build 与 reopen running turn CDP gate,提升 GUI 主路径发布证据。
  • 更新 App Server protocol schema、generated TypeScript types、client contract、legacy surface catalog、MCP contract guards 和五语言 i18n 资源。

文档

  • 更新 Claw stream、Soul style output、refactor v1、Aster migration、Skills、Agent runtime recovery 和测试场景 ledger / registry 等执行计划与路线图材料。
  • 更新 release candidate 相关研究材料,记录 v1.95.0 对 Agent / Plugin / Media / Runtime current 主线的收口点。

其他

  • 版本事实源更新到 1.95.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.locklime-rs/vendor/aster-rust/Cargo.lock 和 release notes。

完整变更: v1.94.0 -> v1.95.0

Lime v1.94.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:53

Lime v1.94.0

新功能

  • Soul Style Pack 进入 App Server current 主链,新增安装、列表、启停和卸载协议,设置页可导入五语言 style pack 并统一展示内置与已安装 profile。
  • Agent chat 增强未完成会话恢复、队列 turn 处理、停止后输入恢复、结构化 contentParts、媒体引用卡片、provider safety buffering 提示和侧栏会话投影,降低长对话和中断场景的状态丢失。
  • Runtime native tool surface 扩展到 view_imageapply_patchskill_searchsleepupdate_planWebFetchWebSearch、记忆和图片任务等 current 工具面,并补齐 tool-runtime 分发模块。
  • App Server 协议补充 content reference、message content part、session archive / update / list 返回结构和 config warning 投影,为 GUI、client 和 schema export 提供同一份事实源。

修复

  • 修复 Claw / Agent chat 在停止生成、queued turn、history hydrate 和恢复输入时的边界判断,避免有工具副作用、占位输出或旧终态事件时误恢复或误清理。
  • 修复 App Server config warning 在前端 toast、API response、Electron bridge 和 runtime read model 中的传递路径,提升本地配置错误的可见性。
  • 修复模型 provider stream 的安全缓冲与消息投影,保留结构化 content parts、媒体 reference、media-only 历史消息和 final answer phase,减少 reasoning / tool / final text 混排漂移。
  • 修复 Electron renderer 打包时的静态资源 base,降低 packaged fixture 与桌面包内资源路径不一致的风险。
  • 修复 Soul profile 解析和 fallback 行为,使未知 profile、内置 registry 和安装包 profile 在设置页与 prompt context 中保持一致。

优化与重构

  • 继续按 Codex-first 收缩 Aster residual,删除 vendor Aster 中旧 session memory、config、cron、notebook edit、plan、remote trigger、task、workflow、web、view image 和 worktree tool 等 dead surface。
  • 将图片任务、记忆、Skill search、sleep、update plan、view image、web retrieval 等工具实现从 agent crate 下沉到 tool-runtime 领域模块,中心文件只保留注册和分发接线。
  • 拆分 App Server runtime 的 context media、evidence context、Soul style pack registry / store / paths / installer 和 session projection,减少运行时中心模块膨胀。
  • 前端聊天主路径拆分 unfinished session projection、thread message content parts、runtime status、workspace projection、输入恢复策略和 tool display copy,降低 React 组件中的业务状态机复杂度。

测试与质量

  • 新增和更新 Soul style pack API / UI、style profile registry、queued turn、App Server warning、content part projection、unfinished session recovery 和 sidebar conversation row 回归。
  • 新增 Rust 定向测试覆盖 Soul style pack store / processor、media context、queue order、session list projection、message diagnostics、agent skill telemetry 和 provider safety buffering。
  • 新增 smoke:agent-session-recovery-cdp-gate,并增补 Claw current fixture 的 CDP recovery gate、media reference smoke、scenario registry、GUI completion waits 和 assertion context,覆盖恢复、媒体和主路径完成态。
  • 更新 App Server protocol schema、generated TypeScript types、client contract、Aster migration boundary、scripts governance 和 release workflow guard,防止 retired 工具面回流。

文档

  • 更新 AGENTS.md、工程导航、governance、quality workflow、release workflow 和 Codex skill 索引,明确当前发布治理边界与 Aster 迁移规则。
  • 更新 Aster migration、Soul style output / pack installation / profile、Claw stream、unfinished session recovery 和 refactor v1 研究材料,记录 v1.94.0 的主线背景与退出条件。

其他

  • 版本事实源更新到 1.94.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.locklime-rs/vendor/aster-rust/Cargo.lock 和 release notes。

完整变更: v1.93.0 -> v1.94.0

Lime v1.93.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 19:20

Lime v1.93.0

新功能

  • Agent Runtime 继续向 Codex-first Thread / Turn / Item 主线收敛,新增 runtime conversation、queue、timeline、session query 与 thread-store 投影模块,减少旧 Aster session store 对当前 App Server 主链的耦合。
  • 子代理与协作状态投影增强,App Server、Rust agent、packages/agent-runtime-projection、UI contracts 和聊天界面可更稳定地展示 subagent status、collaboration facts、tool lifecycle metadata 与 thread item 状态。
  • Soul / personal style 输出面落地更多内置 profiles、style directives、interaction copy 与工具生命周期描述,设置页、聊天工作区和五语言资源保持同一套 presentation 事实源。
  • 插件运行能力声明和内容工厂发布门禁补齐 runtime capabilities、详情页声明区、signed release gate GUI、operator readiness、cloud evidence fetch 与 release evidence 输出链路。

修复

  • 修复 Claw / Agent chat 的流式恢复、输入框恢复、terminal turn guard、stale stream 处理和用户输入提交边界,降低停止后无法继续、旧终态误停新流和历史 hydrate 错配风险。
  • 修复 App Server event stream、thread client、session runtime read model、tool event projection 和 imported runtime event detail 的一致性,避免 live stream 与 history hydrate 投影漂移。
  • 修复模型请求策略、managed model fetch access、provider stream、context fragments 和自动压缩上下文处理,减少模型能力、工具策略与请求 metadata 之间的不一致。
  • 修复 Electron App Server sidecar 的代理 / 环境传递、开发启动、打包资源校验和 packaged manifest 读取,提升本地开发、GUI smoke 和打包后启动稳定性。

优化与重构

  • 大幅收缩 vendor Aster residual,删除已脱离 current 主链的 auto reply、background、blueprint、checkpoint、Chrome MCP、codesign、diagnostics、git/github、map 和 session export 等旧实现,并强化 Aster migration boundary guard。
  • 拆分 Rust agent 和 app-server 中心文件,把 tool lifecycle、tool output truncation、runtime store adapter、session record SQL、context auto compaction、tool process metadata 与 request context 迁到更窄的 domain 模块。
  • Agent chat 前端拆分 timeline copy、collaboration copy、tool batch grouping、tool process summary metadata、stream input restore policy 和 workspace session projection,降低组件层状态机复杂度。
  • Writing v2、Soul、Aster migration、Claw stream 测试矩阵和 refactor v1 研究材料继续沉淀为 repo 内版本化工件,便于后续按执行计划收口。

测试与质量

  • 新增和更新 Agent runtime current fixture、Claw stream P0、subagent status、tool lifecycle、tool truncation、app server facts、thread item projection、streaming text、input restore 和 workspace send 回归。
  • 新增 Rust 定向测试覆盖 model request policy、session execution runtime、session store provider routing、tool orchestrator lifecycle / truncation、context auto compaction、plugin runtime capabilities 和 media task artifact。
  • 更新 App Server client contract、protocol projection、Electron current entrypoint、package resource verifier、scripts governance、Aster migration boundary 与 context policy boundary 守卫。
  • 内容工厂 production readiness / signed release gate / release evidence / GUI evidence 测试覆盖签名占位、secret hygiene、fetch cloud evidence、pipeline report 和 operator command 输出。

文档

  • 更新根 AGENTS 与工程导航,明确 Codex-first 是 Agent 重构最高准则,并补充新增模块、命令边界、质量工作流和执行计划入口。
  • 更新 Writing v2、Soul personal style、Aster capability intake、Claw stream guardrail、refactor v1 impact audit 和测试路线图,记录当前发布候选的主线背景与退出条件。

其他

  • 版本事实源更新到 1.93.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.locklime-rs/vendor/aster-rust/Cargo.lock、packaged App Server manifest 和 current-turn smoke client。

完整变更: v1.92.0 -> v1.93.0

Lime v1.92.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 18:29

Lime v1.92.0

新功能

  • 新增模型能力与发送策略事实源,覆盖上下文窗口、输入模态、原生工具、tool call、reasoning、responses、truncation、Prompt Cache 与发送门禁,前端模型选择和 App Server 协议使用同一套投影。
  • 插件本地包支持 App Server pluginLocalPackage/export,并新增插件发布工作台、发布复核、提交状态面板和 OEM Cloud 发布 API,补齐从本地插件到云端发布审核的产品闭环。
  • 内容工厂补齐 production readiness / preflight / evidence bundle / release evidence 脚本链路,支持生产证据收集、签名校验、云端证据读取和可审计发布报告。
  • Agent chat 增强 action、artifact、context、diagnostic、queue、routing、runtime lifecycle、subagent status、thread item 和 tool event 投影,工作台可从会话制品更稳定地打开文章工作区。

修复

  • 修复 Agent Runtime 终态事件、terminal turn guard、stream 指标和用户输入提交边界,降低旧 turn 终态误停新流、输入状态残留和会话恢复错配风险。
  • 修复 App Server evidence export 的 request telemetry 关联、thread item 消息投影、artifact projection 和 workflow queue / resume 审计输出。
  • 修复模型能力识别与 Provider 列表读取边界,避免 Prompt Cache、输入模态、reasoning、native tool 和 truncation 能力在 UI、协议和运行时之间漂移。
  • 修复插件能力 host、runtime client API、插件页面摘要和内容工厂 SDK 回归,减少发布前检查与应用中心展示不一致。

优化与重构

  • 新增 tool-runtime current crate,把 shell / PowerShell 执行、路径防护、命令语义、子进程、Web Search / Web Fetch 和 tool extension 从 vendor Aster 残留中抽离出来。
  • 拆分 agent-runtimelime-agent 的 reply、session config、recent settings、runtime payload、model request policy 和 session execution runtime,中心文件只保留接线。
  • App Server protocol / npm client 同步新增模型能力字段、插件本地包导出 schema 和 request method,删除过时的 ResolvedModelRoute schema 形状。
  • 继续收缩旧 Tauri wrapper / Aster cleanup 文档与 vendor tool 实现,删除已失效的快速清理队列和旧 inventory 文档。

测试与质量

  • 新增模型策略与能力边界治理测试,覆盖 Codex / OpenCode policy origin、model execution / native tool / responses / reasoning / truncation / picker / modality 等 current boundary。
  • 新增 Agent UI 投影、runtime export、projection 单测、terminal turn guard、artifact open、App Server event stream / evidence export / thread client / model registry 和插件发布 API 回归。
  • 更新 App Server protocol schema fixtures、generated TypeScript protocol types、App Server client contract、harness contracts 和 current entrypoint guard。
  • 新增内容工厂生产 readiness、preflight、release evidence、signature verifier、workflow evidence、turn start trace 与 signed release gate 测试。

文档

  • 更新 Writing v2、内容工厂插件重构、产品需求、Aster migration 和长期治理路线图,明确插件发布、生产证据、模型能力策略和 Aster residual 收口的当前主线。
  • 新增 Aster capability intake 策略 / 执行计划、长期治理文档和插件发布中心 PRD / server plan。

其他

  • 版本事实源更新到 1.92.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.locklime-rs/vendor/aster-rust/Cargo.lock 和 current-turn smoke client。

完整变更: v1.91.0 -> v1.92.0

Lime v1.91.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 04:43

Lime v1.91.0

新功能

  • App Server agentSession 事件链新增 typed notification 投影,覆盖 message/createdturn/*item/* 和 assistant message delta,协议 schema 与 npm client 同步生成可直接消费的类型。
  • 应用中心收口到 current Plugins 页面:插件市场旧页面下线,安装态、云端态、能力清单、activation entries、subagents / skills、权限与版本摘要统一在应用详情中呈现。
  • 插件 activation 支持带 project context 跳转 Agent 工作区,workflow / runtime entry 可转成 @ 触发提示,避免继续走旧 adapter mock 执行路径。
  • 自动化 Agent Turn 任务新增 session / thread lineage 约束,创建自动化时会绑定来源会话和线程,避免脱离当前工作区上下文执行。

修复

  • 修复 Agent Runtime typed delta、turn lifecycle、runtime status、web search preflight、credential provider bridge 和会话恢复投影的多个边界,降低流式输出错序、误停和上下文丢失风险。
  • 修复团队 / 子代理恢复事实、workspace team runtime、subagent timeline、右侧 surface readiness 和 service skill entry action 的投影一致性。
  • 修复插件安装 / 卸载流程中的删除数据确认、dry-run gate、manifest normalization、source version、能力标签和详情摘要展示。
  • 修复 Claw current fixture 的 read model 等待、右侧 surface 视觉断言、场景断言拆分和多 Agent 团队 fixture 覆盖。

优化与重构

  • tool-runtime 拆出 execution policy、execution rules、shell planning、tool batch plan / outcome 与 policy service,App Server 不再经 lime-agent Aster adapter 消费纯 shell 文本提取。
  • App Server protocol / client 重构 request / notification 方法、catalog、schema export 与 generated types,让 JSON-RPC current contract 更接近单一事实源。
  • lime-agent 继续收缩 Aster residual,把 tool inventory、workspace patch、event / reply、session store 和 subagent profile 迁移到更窄的 adapter 边界。
  • 删除旧插件市场页面和路由分支,Skills 工作区默认项目选择改为 current project hook,减少并行 UI 入口。

测试与质量

  • 新增 App Server event notification、protocol schema、plugin task evidence、team facts、provider telemetry、turn lifecycle 和 media task JSON-RPC 回归。
  • 新增 / 更新 workspace plugin activation、intent routing、runtime readiness、service skill actions、team session runtime、restored team facts、automation thread lineage 和插件 UI 回归。
  • 更新 current fixture smoke、OpenAI compatible fixture server、managed objective automation smoke、MCP contract guard、App Server client contract 和 governance boundary 覆盖。
  • 继续维护五语言 i18n 资源,覆盖应用中心、自动化和 Agent 工作区新增文案。

文档

  • 新增 2026-07-05 Aster 迁移进度现实校准,把整体退出条件口径校准到约 69%,明确不能再按 99% 或无 Aster 依赖完成态汇报。
  • 更新 Aster migration 主计划、ProjectThread-first 执行计划 / PRD、技术债追踪和 workflow reference,保持路线图与 current 实现一致。

其他

  • 版本事实源更新到 1.91.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.lock 和 current-turn smoke client。

完整变更: v1.90.0 -> v1.91.0

Lime v1.90.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 18:07

Lime v1.90.0

新功能

  • Agent Runtime 迁移继续收口:旧 Aster backend、provider state / factory、router、scheduler 和真实模型专项测试被下线,App Server / Agent current runtime 接管会话配置、运行状态、凭证投影和 live execution process。
  • Article Workspace 和图片工作台补齐内联配图、图片任务、结构化预览、对象 artifact 和操作输出类型,文章编辑与素材生成链路能在工作区内保持更稳定的同步。
  • Soul / 个人风格主线新增内置风格画像、风格指令组合、边界评估、交互文案和记忆设置入口,为后续个性化输出提供 current 事实源。

修复

  • 修复 Agent Chat 流式状态、失败恢复、发送上下文、运行时状态提示和会话历史投影的多个边界,减少卡住、误停和恢复后状态不一致的问题。
  • 修复专家广场、专家实例、专家启动同步和工作区右侧面板的 metadata / role switch 投影,让专家 Agent 与工作区入口更一致。
  • 修复 Markdown 图片解析、图片任务预览、Task Center draft materialization / send、文章工作区 edited draft 和 artifact 回填链路,提升图片与文稿混排稳定性。

优化与重构

  • App Server processor、plugin worker turn、runtime backend tests、image command presentation 和 read model 测试继续按职责拆分,降低中心文件体量并强化 current owner 边界。
  • Agent crate 拆出 runtime state / support、session config adapter、credential bridge runtime projection、request tool policy agent reply stream 和测试支撑模块,删除已迁移的 provider safety / Aster state 残留。
  • Model provider、tool runtime、agent protocol 和 App Server backend boundary 继续收紧,避免旧 Aster / legacy backend 路径重新成为生产事实源。

测试与质量

  • 新增 / 更新 Agent stream controller、workspace workflow controls、workspace metadata、Soul style profiles、Markdown media、Expert Plaza、Knowledge metadata、Plugin manifest / runtime 和 i18n loader 回归。
  • 补齐 App Server runtime/backend governance、Aster migration boundary、ProjectThread-first boundary、Rust layer budget、Rust test scope 和 Electron release/update host 守卫。
  • 新增 Claw 图片 live smoke、content factory / article inline image fixture、current Electron fixture 断言和 GUI smoke 辅助脚本,发布验证可覆盖图片与工作区主链。

文档

  • 更新 Aster migration 主计划与 vendor downgrade 口径,删除过期 phase / session 文档,把迁移记录收敛到当前路线图。
  • 新增 ProjectThread-first 执行计划与路线图 PRD,更新 Soul 个人风格输出面、风格包安装和风格画像规划。
  • 更新 Playwright E2E、Workflow 标准化、images v2 progress、skills E2E testing、脚本治理和仓库级规则,保持验证流程与 current 主链一致。

其他

  • 版本事实源更新到 1.90.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.lock 和 current-turn smoke client。

完整变更: v1.89.0 -> v1.90.0

Lime v1.89.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 06:08

Lime v1.89.0

新功能

  • Aster runtime 迁移继续推进:旧 crates/aster-rust 迁到 lime-rs/vendor/aster-rust,当前 Rust workspace 保留 App Server / Agent 侧事实源,Aster 只作为受控 vendor 兼容依赖。
  • App Server workflow control 面补齐 workflow/respondworkflow/retryworkflow/cancel 协议、schema、client 方法和 runtime control 入口,为工作流暂停、重试、取消和人工响应建立 current JSON-RPC 主链。
  • Article Workspace / General Workbench 新增工作流控制条、详情面板和 read model 投影,支持从聊天工作区查看 workflow 状态、证据和下一步操作。

修复

  • 修复 Agent Session / Aster session store 投影、历史压缩、runtime conversation 和 todo / subagent projection 的多处边界,减少旧 Aster 存储与 Lime current session 之间的状态漂移。
  • 修复图片任务预览、文稿内联配图、draft materialization 和任务发送链路的恢复与回填问题,让失败、完成、手动应用和工作区同步状态更一致。
  • 修复 Plugin / Workflow 运行时旧入口漂移,删除旧 workflowRuntimeHostuseWorkflow 和相关 policy 残留,避免测试或前端入口继续依赖过期 workflow host。

优化与重构

  • Agent 侧拆出 agent-runtime ask / turn executor、Aster trait skeleton、session projection、message content adapter、runtime snapshot / timeline adapter 和 subagent adapter,降低中心文件职责。
  • model-providerthread-storetool-runtime 继续拆分 provider safety / router、会话记录、工具 IO、MCP notification 和工具结果模型,为后续替换 Aster 内部实现做准备。
  • App Server workflow processor、runtime read model、media task 和 image command presentation 继续收口到 current owner;协议类型和 npm client 同步生成。

测试与质量

  • 新增 / 更新 workflow control、App Server protocol catalog、media task JSON-RPC、workflow read model、Agent session store、Article Workspace workflow、图片任务预览和 inline image sync 回归。
  • 前端回归覆盖 General Workbench sidebar / workflow panel、Article Workspace 右侧面板、draft send / materialization、Plugin 页面、导航和五语言 i18n 资源。
  • Release workflow skill 更新为单页 release notes 策略:每次发布替换 RELEASE_NOTES.md / RELEASE_NOTES.en.md,只保留当前版本内容。

文档

  • 更新 Aster migration 主计划、Phase 2 阻塞分析、feature gate、vendor downgrade、冲突解决和本轮执行总结,记录 vendor 迁移与 compat-aster 收口口径。
  • 更新 Workflow PRD / 架构 / 图示 / 实施计划、images v2 progress 和 workflow standardization 执行计划,保持路线图与当前实现一致。

其他

  • 版本事实源更新到 1.89.0:根应用、CLI npm package、Rust workspace、lime-rs/Cargo.lock 和 current-turn smoke client。
  • 本版不纳入本地备份文件 lime-rs/crates/agent/src/aster_session_store_adapter.rs.bak;该文件仅为冲突处理临时参考。

完整变更: v1.88.0 -> v1.89.0