Please update AI Studio to have similar features as Genspark AI Developer for Github integration, MCP’s such as Supabase
Hi @vm1975,
Thank you for your feedback. We appreciate you taking the time to share your thoughts with us, and we’ll be filing a feature request.
To help us prioritize this request effectively, any additional details you can provide regarding the impact this feature would have would be very helpful.
Hi Chundur,
Thank you for your response. I think a few excellent new features (unless I am unaware of existing), for AI studio (app development) would be:
-
Direct integration with Supabase, and other external database solutions, so that apps can be built with databases. I ask Gemini to write all sql scripts into a sql_script.md file so I can run these in sql editor.
-
Ability to have a global chat memory/ knowledge file. I currently add my core principles to every chat by asking Gemini to save these into the chat aistudio_memory.md file so Gemini adheres to this in its development.
-
I think that the Github integration should be expanded. Currently you can only connect to a repository. Once connected, you can’t reconnect once disconnected (as in my situation because I made a change on Github side), you can’t disconnect if you want to, you can’t choose a different repository; you cant pull from different commits (unless I dont know how to) so manage code on github becomes difficult. We should have the ability to pull from, push to or change repositories as required.
- Another core principle I apply is to ensure that Gemini writes the chat into the chat_history.md file. I use this to review my prompts and Gemini’s responses, especially when you need to clear a chat and reduce the context lenght.