Skip to content

v4.2.2 — platform-aware chapter dispatch (macOS serial workaround)

Choose a tag to compare

@hoolulu hoolulu released this 10 Jun 06:06
· 71 commits to main since this release

v4.2.2

What's Changed

  • Platform detection: Task 3 now runs uname -s before dispatching chapters
    • macOS (Darwin): serial dispatch — task(run_in_background=false) in a loop, one chapter at a time. No dependency on oh-my-openagent's background-task notification system, which has known bugs on macOS (issues #4721, #4874, #5089 in code-yeongyu/oh-my-openagent)
    • Other platforms (Windows, Linux, Codex CLI): parallel dispatch — task(run_in_background=true) as before, keeps full speed
  • New report: added 1 new Chinese research report (AI programming tools trends 2026)

更新内容

  • 平台自适应:Task 3 现在执行 uname -s 检测操作系统后再派发章节
    • macOS(Darwin):串行模式——循环中依次调用 task(run_in_background=false),每章等写完再写下一章。不依赖 oh-my-openagent 的后台任务通知机制,绕过 macOS 上已知的 omo bug(#4721#4874#5089
    • 其他平台(Windows、Linux、Codex CLI):并行模式——task(run_in_background=true) 不变,保持最快速度
  • 新报告:新增 1 篇中文调研报告(AI 编程助手工具发展趋势 2026)