Skip to content

Commit af7a16c

Browse files
joshspicerCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 27fb849 commit af7a16c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nodejs/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,8 +2192,8 @@ export interface SessionConfigBase {
21922192
/**
21932193
* Opt-in: when true, the runtime self-fetches enterprise managed settings
21942194
* (bypass-permissions policy) at session bootstrap using the session's
2195-
* `gitHubToken`. The runtime calls `/copilot_internal/managed_settings`
2196-
* and enforces the result fail-closed before the first turn.
2195+
* `gitHubToken`. Requires {@link SessionConfigBase.gitHubToken} to be set;
2196+
* if omitted, the runtime is expected to reject session creation (fail-closed).
21972197
*/
21982198
selfFetchManagedSettings?: boolean;
21992199

0 commit comments

Comments
 (0)