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

> 2026-05-15

## Bug Fixes

### Cursor sessionStart hook

Cursor `sessionStart` output now matches Cursor's top-level context schema.

* Output field: `additional_context`
* Shared format retained: `hookSpecificOutput.additionalContext`
* Removed unsupported Cursor hook: `beforeSubmitPrompt`
* Removed copied Cursor file: `.cursor/hooks/inject-workflow-state.py`

## Upgrade

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

No file migration is required.
