()
| 1248 | } |
| 1249 | |
| 1250 | export function preferThirdPartyAuthentication(): boolean { |
| 1251 | // IDE extension should behave as 1P for authentication reasons. |
| 1252 | return getIsNonInteractiveSession() && STATE.clientType !== 'claude-vscode' |
| 1253 | } |
| 1254 | |
| 1255 | export function setInlinePlugins(plugins: Array<string>): void { |
| 1256 | STATE.inlinePlugins = plugins |
no test coverage detected