()
| 1210 | } |
| 1211 | |
| 1212 | export function preferThirdPartyAuthentication(): boolean { |
| 1213 | // IDE extension should behave as 1P for authentication reasons. |
| 1214 | return getIsNonInteractiveSession() && STATE.clientType !== 'claude-vscode' |
| 1215 | } |
| 1216 | |
| 1217 | export function setInlinePlugins(plugins: Array<string>): void { |
| 1218 | STATE.inlinePlugins = plugins |
no test coverage detected