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.
Bug Fixes
- Codex
dispatch_modedefault flipped fromsub-agenttoinline. Codex sub-agents run withfork_turns="none"isolation, so they can’t inherit the parent session’s task context — they either exit silently or recursively dispatch. Inline mode keeps the main Codex agent in charge so context isn’t lost. To opt back into the legacy dispatch flow, uncommentcodex.dispatch_mode: sub-agentin.trellis/config.yaml. Invalid values fall back to inline. --platform codexnow namespaces intocodex-inline/codex-sub-agentvirtual platforms.workflow.md[Platform A, B, ...]blocks render different guidance per mode (inline mode tells the main agent to edit code; sub-agent mode tells it to dispatchtrellis-implement/trellis-check).inject-workflow-state.pyemits a<codex-mode>banner in the per-turn UserPromptSubmit prompt so Codex knows which mode it is in.[workflow-state:STATUS-inline]blocks drive the breadcrumb path for inline mode.
Internal
- Restored
0.6.0-beta.0.jsononmain. The version was published fromfeat/v0.6.0-betabut its manifest never landed on main, breaking adjacent-version update chains for users hopping between stable and beta lines.