feat(coding-agent): add experimental feature guard#5547
Merged
Conversation
vegarsti
commented
Jun 9, 2026
Collaborator
|
This requires us to pass through the I propose a simpler solution: experimental.ts, with a single function |
Member
Author
|
Very good, that makes a lot of sense. Thanks! |
mitsuhiko
approved these changes
Jun 9, 2026
vegarsti
commented
Jun 9, 2026
Whoaa512
added a commit
to Whoaa512/pi-mono
that referenced
this pull request
Jun 10, 2026
…base-2026-06-09 * upstream/main: (115 commits) Closes earendil-works#5045, /new should not persist if original session was ephemeral feat(tui): support autocomplete trigger characters docs(coding-agent): clarify model name display docs feat(coding-agent): add prompt template argument defaults fix: --help and --version redirect fix(ai): map OpenCode max tokens fix(coding-agent): stabilize OAuth login prompt rows fix(ai): use z.ai thinking payload fix: simplify help feat(ui): Improved project approval settings feat(coding-agent): add experimental feature guard (earendil-works#5547) fix(coding-agent): sync queue modes on reload fix(coding-agent): handle invalid models json during migration fix(tui): restore prompt draft after history browsing feat(coding-agent): expose project trust to extensions chore: approve contributor dangooddd fix(ai): disable Azure OpenAI response storage fix(tui): wrap CJK text at grapheme boundaries chore: approve contributor vdxz fix(ai): disable Moonshot thinking when requested ... # Conflicts: # packages/ai/src/models.generated.ts # packages/ai/src/providers/openai-completions.ts # packages/coding-agent/src/core/extensions/loader.ts # packages/coding-agent/src/core/resource-loader.ts # packages/coding-agent/src/modes/interactive/interactive-mode.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As described in RFC 0043, this PR adds an experimental feature guard which can be trigged by running Pi with
PI_EXPERIMENTAL=1.