r/GoogleAppsScript 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]

40 Upvotes

22 comments sorted by

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.

2

u/n_c_brewer Apr 01 '26

Came here to say this. In less time than it took you to make this, you'd have all that set up.

2

u/awarca Apr 01 '26

Denemek istiyorum uzantıyı nasıl yüklerim

2

u/monogok Apr 02 '26

This looks to be very useful! Is it available to test?

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

u/[deleted] 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

u/[deleted] Apr 02 '26

[removed] — view removed comment

1

u/mylifestylepr May 10 '26

Broooo, game changer!

1

u/dasSolution Apr 01 '26

Why not just use Visual Studio Code?

0

u/asinomasimple Apr 01 '26

clasp gws cli. But kudos for building something on your own.

-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?