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

> 2026-05-10

## 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](https://github.com/mindfold-ai/Trellis/issues/245)。
* **Session-start 更新提示**。`get_context.py` 本地版本落后时每个 session 显示一次 `Trellis update available: <current> -> <latest>`。1 秒 timeout，失败静默。Closes [#254](https://github.com/mindfold-ai/Trellis/pull/254)（感谢 @jdjingdian）。

## Upgrade

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