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)。