[Feat] Add experimental Code Mode setting - #2442
Open
roomote-roomote[bot] wants to merge 2 commits into
Open
Conversation
Contributor
roomote-roomote
Bot
requested review from
brunobergher,
daniel-lxs and
mrubens
as code owners
September 10, 2026 04:13
Contributor
Author
|
Fixed the stale Experimental settings navigation expectation in 7f31f1e. The focused test and all 2,398 web client tests pass locally. The first fresh CI run then hit an unrelated, non-reproducible DB notification test failure: that exact test passed in isolation, in its full file, and across ten repeated runs. The failed Test job was rerun unchanged on the same head and passed. All latest-head required checks are green, the synchronized Roomote review reports no code issues, and there are no unresolved review threads. |
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.
What changed
Why this change was made
Code Mode can reduce the tool definitions sent with each request by deferring eligible tools until they are needed. This makes the capability available as an explicit deployment opt-in.
Impact
Admins can enable Code Mode from Settings > Experimental. The setting controls the targeted runtime capability without enabling unrelated experimental features or changing existing tool permissions.
Screenshots