feat(coding-agent): add experimental feature guard (#5547)

This commit is contained in:
Vegard Stikbakke
2026-06-09 13:23:07 +02:00
committed by GitHub
parent 28c83e8385
commit 66335d3a49
4 changed files with 49 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
### Added
- Added `areExperimentalFeaturesEnabled` feature guard to allow users to opt-in to early features.
- Added `ctx.isProjectTrusted()` for extensions to observe the effective project trust decision, including temporary trust decisions ([#5523](https://github.com/earendil-works/pi/issues/5523)).
### Fixed