Add --no-extensions flag to disable extension discovery

Similar to --no-skills, this flag disables extension discovery and loading.
Useful for debugging or when extensions are causing issues.
This commit is contained in:
Carlos Villela 2026-01-06 23:53:01 -08:00
parent fcb3b4aa72
commit 48f524c554
No known key found for this signature in database
4 changed files with 37 additions and 7 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- `--no-extensions` flag to disable extension discovery and loading
## [0.37.8] - 2026-01-07
## [0.37.7] - 2026-01-07