Merge pull request #5549 from earendil-works/approval-settings

feat(ui): Improved project approval settings
This commit is contained in:
Mario Zechner
2026-06-09 13:47:29 +02:00
committed by GitHub
26 changed files with 793 additions and 381 deletions

View File

@@ -4,8 +4,12 @@
### Added
<<<<<<< Updated upstream
- 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)).
=======
- Added a global `defaultProjectTrust` setting to choose whether unresolved project trust asks, always trusts, or never trusts by default.
>>>>>>> Stashed changes
### Fixed