Beta 补丁,同步Documentation Index
Fetch the complete documentation index at: https://docs.trytrellis.app/llms.txt
Use this file to discover all available pages before exploring further.
0.5.9 的 Codex 派发修复。
Bug Fixes
- Codex
dispatch_mode默认值从sub-agent翻成inline。Codex sub-agent 跑在fork_turns="none"隔离里,拿不到父会话的任务上下文 — 要么沉默退出,要么套娃派发。inline 模式让主 Codex agent 自己改代码,上下文不会丢。要切回旧的派发模式,把.trellis/config.yaml里的codex.dispatch_mode: sub-agent取消注释即可。无效值会回退到 inline。 --platform codex现在按 mode 拆成codex-inline/codex-sub-agent两个虚拟平台。workflow.md里的[Platform A, B, ...]块按 mode 渲染不同分支(inline 模式让主 agent 直接改代码,sub-agent 模式让它派发trellis-implement/trellis-check)。inject-workflow-state.py在每轮 UserPromptSubmit 注入<codex-mode>banner,让 Codex 知道当前是哪种 mode。[workflow-state:STATUS-inline]块为 inline 模式驱动 breadcrumb 路径。