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 45e9053 commit f2f0d6eCopy full SHA for f2f0d6e
src/core/webview/ClineProvider.ts
@@ -1836,7 +1836,9 @@ export class ClineProvider
1836
let cloudOrganizations: CloudOrganizationMembership[] = []
1837
1838
try {
1839
- cloudOrganizations = await CloudService.instance.getOrganizationMemberships()
+ if (!CloudService.instance.isCloudAgent) {
1840
+ cloudOrganizations = await CloudService.instance.getOrganizationMemberships()
1841
+ }
1842
} catch (error) {
1843
// Ignore this error.
1844
}
0 commit comments