> ## 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.

# v0.7.0-beta.2

> 2026-08-06

Sync release. The 0.7 beta line picks up every stable fix shipped in v0.6.11
through v0.6.13. No beta-only features changed.

## Synced from main

| Release | Fixes                                                                                                                                                                                                                                                |
| ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| v0.6.11 | Pi subagent model inheritance and max thinking; Codex channel failure reporting; idle timeout after completed turns; bounded polyrepo Git scan; UTF-8 hook stdin; platform detection from Trellis-owned files                                        |
| v0.6.12 | Pi context isolation by native session ID                                                                                                                                                                                                            |
| v0.6.13 | Shell-ticket session bridge on Gemini CLI, Qoder, CodeBuddy, Droid, Trae and ZCode; `CLAUDE_ENV_FILE` append dedupe; SessionStart update reminder; ZCode session identity; Windows Python command rendering; `trellis-meta` bundled-skills reference |

Per-release detail is in the [v0.6.11](/changelog/v0.6.11),
[v0.6.12](/changelog/v0.6.12) and [v0.6.13](/changelog/v0.6.13) changelogs.

Beta-only behavior is unchanged: workflow scaffolding, per-task workflow
selection, path-scoped spec injection and OpenCode dynamic spec loading all
carry over as-is. `SHARED_HOOKS_BY_PLATFORM` now declares both
`inject-spec-context.py` (beta) and `inject-shell-session-context.py` (main);
the shell hook is not wired to OpenCode, whose spec injection is a JS plugin
rather than a Python hook config.

## Upgrade

```bash theme={null}
npm install -g @mindfoldhq/trellis@beta
trellis update
```

No `--migrate` required.
