()
| 1232 | } |
| 1233 | |
| 1234 | export function preferThirdPartyAuthentication(): boolean { |
| 1235 | // IDE extension should behave as 1P for authentication reasons. |
| 1236 | return getIsNonInteractiveSession() && STATE.clientType !== 'claude-vscode' |
| 1237 | } |
| 1238 | |
| 1239 | export function setInlinePlugins(plugins: Array<string>): void { |
| 1240 | STATE.inlinePlugins = plugins |
no test coverage detected