跳转到主要内容

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.

增强

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
  • 适用于 createsendwaitspawnmessageslistkillrmprune

Linked context

Channel 和 thread events 可以携带供后续 agents 使用的稳定 context。
  • --description <text>
  • --linked-context-file <absolute-path>
  • --linked-context-raw <text>

升级方式

npm install -g @mindfoldhq/trellis@beta
trellis update