Merge origin/main into feat/no-extensions-flag

# Conflicts:
#	packages/coding-agent/CHANGELOG.md
This commit is contained in:
Carlos Villela 2026-01-07 02:27:16 -08:00
commit 2f16c7f7fc
No known key found for this signature in database
12 changed files with 259 additions and 191 deletions

View file

@ -5,6 +5,7 @@
### Added
- `--no-extensions` flag to disable extension discovery and loading
- Extension UI dialogs (`ctx.ui.select()`, `ctx.ui.confirm()`, `ctx.ui.input()`) now support a `timeout` option that auto-dismisses the dialog with a live countdown display. Simpler alternative to `AbortSignal` for timed dialogs.
## [0.37.8] - 2026-01-07