We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fb849 commit af7a16cCopy full SHA for af7a16c
1 file changed
nodejs/src/types.ts
@@ -2192,8 +2192,8 @@ export interface SessionConfigBase {
2192
/**
2193
* Opt-in: when true, the runtime self-fetches enterprise managed settings
2194
* (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.
+ * `gitHubToken`. Requires {@link SessionConfigBase.gitHubToken} to be set;
+ * if omitted, the runtime is expected to reject session creation (fail-closed).
2197
*/
2198
selfFetchManagedSettings?: boolean;
2199
0 commit comments