> ## 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 现在为 `item/agentMessage/delta` 提供 stream metadata。

* 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 应按 `detail.stream_id` 分组 streamed deltas，并继续把 `kind:"message"` 作为完成后的 assistant answer。

## Internal

### npm publish verification

Publish workflow 现在会在 CI publish 后到 public npm registry 验证两个 packages。

* 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
```

无需文件迁移。
