-
Notifications
You must be signed in to change notification settings - Fork 629
new profile: gemini #6936
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
base: master
Are you sure you want to change the base?
new profile: gemini #6936
Conversation
|
Accessing current directory is not easy as it seems. #4090 (comment) and So I guess the best way is to add directories one needs to It works fine for me now. |
kmk3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the project URL for this program?
| whitelist ${HOME}/.gemini | ||
|
|
||
| include whitelist-common.inc | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| whitelist ${HOME}/.gemini | |
| include whitelist-common.inc |
Is this intended to be used as a general development tool?
If so, it might need access to (user-specific) project directories, in which
case whitelisting in ${HOME} would lead to breakage by default.
See other dev tool profiles, such as webstorm.profile.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the project URL for this program?
https://github.com/google-gemini/gemini-cli
Is this intended to be used as a general development tool?
It might be used as a general development tool.
If so, it might need access to (user-specific) project directories, in which case whitelisting in
${HOME}would lead to breakage by default.See other dev tool profiles, such as webstorm.profile.
This is a cli for google AI platform known as Gemini. It can work with this profile, you can login, ask questions, run shell commands on directories you have access to (by default none), browse urls, and so on, so basic functionality is achieved with it as it is.
You might want it to make it read your files which I suppose it's best to be added to gemini.local for each user. I for one do not want an AI who might think it's necessary to answer better to read all files in home directory, view images in my ~/Pictures, read ~/Music or whatever else it may see fit for itself to access to have a better answer.
https://github.com/google-gemini/gemini-cli
This is still a WIP.
It does not limit access to current directory.