docs: refresh_on_profile_update now auto-defaults to true when profile attached#444
Merged
Merged
Conversation
…ile attached The API now auto-defaults refresh_on_profile_update to true when a pool is created with a profile or when the pool's profile reference changes. When a profile is removed, it's forced to false. See kernel/kernel PR #2708 for the implementation.
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
Risk assessment: Very Low
Evidence from the diff: this PR only changes two MDX documentation pages under browsers/pools (faq.mdx and overview.mdx) to update user-facing wording around refresh_on_profile_update. There are no production codepaths, shared libraries, config, infrastructure, schema, auth, billing, or permission changes. I also didn't find a CODEOWNERS file in the repository, and the PR had no existing approvals, so approval is appropriate for this risk level.
Sent by Cursor Automation: Assign PR reviewers
AnnaXWang
approved these changes
Jul 10, 2026
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.


Updates the browser pools docs to reflect the new behavior from kernel/kernel #2708 (Fixes KERNEL-1592):
refresh_on_profile_updatenow defaults to true when a pool is created with a profile or when the pool's profile reference is changed{ "id": "" }),refresh_on_profile_updateis forced to falserefresh_on_profile_update: falseopts out of the auto-defaultFiles changed
browsers/pools/overview.mdx— updated pool config options paragraph and the Refresh on profile update sectionbrowsers/pools/faq.mdx— updated FAQ answer about profile changes propagating to pool browsers