-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to disable OpenAI/generate commit message #2652
Comments
Can you provide more details on why a "disable" option is useful? The AI features are not automatic -- they need to be manually triggered through an explicit user action, and then you are prompted to allow the sending of the required information to OpenAI. |
If the option is visible, people are going to be tempted to click on it. The resulting popup has a fair bit of text, and OpenAI isn't mentioned until the fifth line. Plenty of people unwisely reflexively hit enter or proceed through confirmation dialogs. Given an example organization where no one is supposed to send code to AI models, it would be much preferable to disable that option in all of their workspaces than rely on every individual to never make this particular mistake |
Gotcha -- thanks for the additional context. |
i hate AI (especially if "cloud"-based) and hate OpenAI even more. |
There's already an option to hide all GL+ features (you can enable only if you don't have the subscription, and after your trial ends. Otherwise (if you have full access to gl+ features), it has no effect) |
I certainly won't be subscribing to GitLens if it's going to force these options to be visible. Many companies (mine included) do not allow the use of unauthorized AI tools that involve uploading of source code for analysis. And that's a very reasonable stance. You're taking up valuable visual real estate in my editor, for a feature I cannot and do not want to use. And increasing the probability that developers are going to break company security policy. |
the features are free for local and public repos. you can hide them if you want, just wait for your 14 day trial to expire and then open the command pallete -> Hide GitLens+ features |
I already have GitLens+ features hidden but still see "Explain (AI)" panel in GitLens inspect view |
@michalbielecki that's because it's not a restricted/paid feature. |
I was referring to the comment above claiming that disabling paid features would hide AI related stuff |
I recognize that I can hide them with the option you mentioned on a free plan. However that option does not work on a paid account. Thus my statement that I would not subscribe. The company has decided to make it so that paying for a subscription makes it impossible to hide this functionality. Thus for me a paid subscription is objectively worse than the free plan. Paying for a subscription would not be a consideration for me until that is addressed. |
For screen real estate at the very least. "Explain (AI)" and Autolinks clutter the commit details panel whether you use those features or not - the latter even when completely disabled in settings! |
@DanielPower The AI features have nothing to do with free/paid plans at all -- they aren't gated and aren't pro features. This request to hide them is completely valid, but again is completely separate from Pro etc |
@douira The setting name is |
@douira If you were aware of it, why did you post suggesting the setting didn't exist or didn't work? I added that setting when I added support to contribute to the new button in the SCM input box (41cae89), explicitly for the reason that it highly visible (whereas the existing feature was not) and something that users could definitely want to disable. Lines 3080 to 3086 in 8dd2ac6
|
this doesn't work for me My main issue with this AI feature is that I used to be able to type my commit message, hit |
@zigomir My guess is that you have Copilot or another extension installed that is also contributing to that button. |
@eamodio oh, you're right, I'm sorry for the noise 😊 |
My solution: microsoft/vscode-copilot-release#359 (comment) |
it's also extremely annoying when the button covers part of what I'm typing for a feature I'l never use or be allowed to |
@SampsonCrowley - its a bug with VS Code (#3034) |
You can turn off the GitLens contribution to that button by setting |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Please add an option to disable the "generate commit message" feature and others that send information to OpenAI. Many companies have strict policies regarding the release of IP that this feature potentially violates. Thanks!
The text was updated successfully, but these errors were encountered: