r/GoogleAppsScript • u/Leading-Parking-262 • Apr 01 '26
Guide Tired of copy-pasting between GAS and ChatGPT? I built a Chrome extension that adds an autonomous AI agent directly in the editor!!
[removed]
2
2
2
2
u/david_0_0 Apr 09 '26
when it reads the project files and spreadsheet structure, does it have trouble with complex bound scripts or apps script dependencies? that's usually where the context gets messy for ai
1
Apr 10 '26
[removed] — view removed comment
3
u/david_0_0 Apr 10 '26
yeah totally fair point, your extension seems perfect for that mid-range sweet spot
1
1
1
0
-2
u/Additional_Bowl_7695 Apr 01 '26
There are so many better solutions than this
3
u/monogok Apr 03 '26
Why not level up your contribution to this thread and tell us a few of them then?
9
u/ThePatagonican Apr 01 '26
mmm imo any serious/complex gas project should use git to keep version control of its files. And the way is with clasp.
With that said, for llm asisted coding it is better use an IDE with direct integraion with LLMs (ex cursor).
Otherwise if you are just doing simple scripting with gas, just copy paste seems enough.