> ## 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.6.0-beta.14

> 2026-05-14

## Bug Fixes

### Codex channel streamed deltas

Codex channel progress events now include stream metadata for `item/agentMessage/delta`.

* Parser: `packages/cli/src/commands/channel/adapters/codex.ts`
* Fields: `detail.kind`, `detail.stream_id`, `detail.phase`, `detail.text_delta`
* Kinds: `output`, `commentary`, `reasoning`

Consumers should group streamed deltas by `detail.stream_id` and keep `kind:"message"` as the canonical completed assistant answer.

## Internal

### npm publish verification

The publish workflow now verifies both packages on the public npm registry after CI publish.

* Workflow: `.github/workflows/publish.yml`
* Preflight: `packages/cli/scripts/release-preflight.js verify-npm --package all`
* Packages: `@mindfoldhq/trellis`, `@mindfoldhq/trellis-core`

## Upgrade

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

No file migration is required.
