更新日志¶
本页用于追踪 RexCLI 的版本变化,并快速跳转到相关文档。
官方发布记录¶
- GitHub 变更文件:CHANGELOG.md
- GitHub Releases:releases
最近版本¶
main(未发布):- Browser MCP 迁移到 browser-use CDP(2026-04-10):默认浏览器运行时从 Playwright 切换到 browser-use MCP over CDP;新增启动器
scripts/run-browser-use-mcp.sh;迁移命令aios internal browser mcp-migrate;截图超时保护可配置BROWSER_USE_SCREENSHOT_TIMEOUT_MS - HUD/Team skill-candidate 增强(2026-04-09 至 2026-04-10):
--show-skill-candidates详细视图参数;--skill-candidate-limit <N>可配置限制数;fast-watch 模式默认限制从 6 降到 3;artifact 读取缓存优化性能;HUD 建议skill-candidate apply命令;team status 显示 skill-candidate artifacts 和 drafts - Quality-gate 可见性(2026-04-08 至 2026-04-09):quality-gate category 在 HUD minimal status 和 team history summary 中显示;quality-failed-only 过滤器;quality prefix 过滤器支持多值
- Learn-eval draft 推荐(2026-04-07 至 2026-04-09):hindsight lesson drafts;skill patch draft candidates;draft recommendation apply flow;持久化 skill-candidate draft artifacts
- Turn-envelope v0(2026-04-07):基于 turn 的事件链路 telemetry;harness 中的 clarity entropy memo 覆盖
- Browser doctor 自动修复(2026-04-06 至 2026-04-08):
doctor --fix自动修复 CDP 服务;setup/update 生命周期自动修复 browser doctor;文档中添加 CDP 快速命令 - 多环境强化学习训练系统:统一的
rl-core控制平面,支持 shell、browser、orchestrator 三种环境适配器;三指针 checkpoint lineage;四车道 replay pool;PPO + teacher distillation 训练 - Mixed-environment campaigns(
rl-mixed-v1):一次 live batch 可跨越 shell + browser + orchestrator episode,统一 rollback 决策 - ContextDB
search默认走 SQLite FTS5 +bm25(...)排序;当 FTS 不可用时自动回退 lexical 检索 - ContextDB 语义重排改为基于当前 query 的 lexical 候选集执行,降低旧但精确命中的误丢失
aios orchestrate上线subagent-runtimelive 执行(需AIOS_EXECUTE_LIVE=1)- 新增有界 work-item 队列调度与 ownership hints 传播
- 新增 no-op 快路径:上游
filesTouched=[]时自动完成reviewer/security-reviewer - 新增 Windows PowerShell 冒烟工作流:每次 push
main触发(.github/workflows/windows-shell-smoke.yml) skills安装支持global/project两种范围选择- 仓库内 canonical skill authoring tree 收口到
skill-sources/,repo-local client roots 改为node scripts/sync-skills.mjs生成 skills默认安装模式改为可移植的copy,保留显式--install-mode link作为本地开发选项- release 打包与 preflight 会通过
check-skills-sync校验生成目录没有漂移 - skill 选择器改为 catalog 驱动,区分核心默认项与按需业务项;卸载时只显示已安装技能
- TUI skill picker 新增
Core/Optional分组,并对长描述做终端友好截断 doctor会提示同名 skill 的project安装覆盖global安装- Node 运行时口径统一到 22 LTS
- Ink TUI 重构(v1.1.0):基于 TypeScript + Ink 的全屏 TUI,采用 React 组件;启动横幅显示 REXCLI ASCII art;自适应 watch 间隔;左右选项循环
0.17.0(2026-03-17):- TUI 卸载选择器在小终端中可滚动,
-Select all/Clear all/Done按钮固定在底部 - 卸载光标选择现在与渲染后的分组列表保持对齐
- setup/update skill 选择器对已安装技能标注
(installed)标签 0.16.0(2026-03-10):新增 orchestrator agent catalog 与生成器0.15.0(2026-03-10):orchestrate live默认门禁(AIOS_EXECUTE_LIVE)0.14.0(2026-03-10):新增subagent-runtime运行时适配器(stub)0.13.0(2026-03-10):运行时 manifest 外置化0.11.0(2026-03-10):扩展本地 orchestrate preflight 覆盖范围0.10.4(2026-03-08):非 git 工作区 wrapper fallback 与文档同步0.10.3(2026-03-08):修复 Windows cmd-backed CLI 启动0.10.0(2026-03-08):安装/更新/卸载生命周期统一为 Node0.8.0(2026-03-05):新增严格 Privacy Guard(支持 Ollama)并接入安装流程0.5.0(2026-03-03):ContextDB SQLite sidecar 索引(index:rebuild)、可选--semantic检索路径、统一ctx-agent运行核心
2026-03-16 运行观测状态¶
- 连续 live sample 维持成功(
dispatchRun.ok=true),最新 artifact: memory/context-db/sessions/codex-cli-20260303T080437-065e16c0/artifacts/dispatch-run-20260316T111419Z.jsonlearn-eval当前仍给出:[fix] runbook.failure-triage(clarity-needs-input=5)[observe] sample.latency-watch(avgElapsedMs=160678)- 结论:timeout 暂不下调,继续按 latency-watch 观测。
相关阅读¶
更新规则¶
凡是涉及安装、运行行为、兼容性的发布,必须在同一 PR 同步更新文档并在本页体现。