> ## 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.4.0-beta.7

> 2026-03-22

Fix Pyright/Pylance import warnings in session-start hooks.

## Bug Fixes

* **IDE import warnings**: Suppressed Pyright/Pylance `reportMissingImports` false positives in `session-start.py` hooks. The `common.config` and `common.paths` imports are resolved at runtime via `sys.path` but IDE static analyzers cannot follow dynamic paths. Added `# type: ignore[import-not-found]` annotations

## Notes

* Run `trellis update` to sync
* No migration required
