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

> 2026-05-13

## 增强

### Channel thread boards

`trellis channel` 现在支持用于 issue-style feedback boards 的 durable thread channels。

* `trellis channel create --type thread`
* `trellis channel post <name> opened|comment|status|labels|assignees|summary|processed`
* `trellis channel threads <name>`
* `trellis channel thread <name> <thread>`
* `trellis channel messages <name> --thread <key> --action <action>`

### Channel scope

Channel commands 现在可以显式选择 project 或 global storage。

* `--scope project`
* `--scope global`
* 适用于 `create`、`send`、`wait`、`spawn`、`messages`、`list`、`kill`、`rm` 和 `prune`。

### Linked context

Channel 和 thread events 可以携带供后续 agents 使用的稳定 context。

* `--description <text>`
* `--linked-context-file <absolute-path>`
* `--linked-context-raw <text>`

## 升级方式

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