跳转到主要内容

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.

Bug Fixes

  • add_session.py / task.py archive 不再用 git add -f 强制 stage.gitignore 排除 .trellis/ 时脚本打印 warning + 跳过 auto-commit。撤回 0.5.10 加的 auto-retry。

Enhancements

  • 新配置 session_auto_commit: true | false.trellis/config.yaml(默认 true)。设 false 跳过 auto stage + commit;journal / archive 文件仍写入磁盘。Closes #245
  • Session-start 更新提示get_context.py 本地版本落后时每个 session 显示一次 Trellis update available: <current> -> <latest>。1 秒 timeout,失败静默。Closes #254(感谢 @jdjingdian)。

Upgrade

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