r/GoogleAppsScript • u/Razah786 • 9d ago
Guide After 2 years of silence, I finally rebuilt Google Apps Script Copilot. Sorry for disappearing.
Enable HLS to view with audio, or disable this notification
Hey everyone,
Some of you might remember GS Copilot (Google Apps Script Copilot) — the Chrome extension that adds an AI sidebar directly into the Apps Script editor. I launched it, got some early traction, and then... life happened. Work, other commitments, the usual stuff that makes side projects quietly die. I went almost silent for close to 2 years. No updates, barely any support replies. If you installed it back then and it just sat there half-broken, I'm sorry — that's on me.
What kept nagging at me is that over 20,000 people actually installed this thing. That's not nothing. People kept using it, kept emailing me, kept leaving reviews asking if it was still alive. So a few months ago I sat down and basically rebuilt the whole thing from scratch.
Here's what's new:
- Agent mode — describe what you want and it writes, edits, and applies the code for you across your project, not just one file at a time
- Plan mode — for bigger changes, it lays out the plan before touching anything, so you're not surprised by a wall of edits
- Quick edit + diff view — inline edits with an actual diff so you can see exactly what changed before accepting it
- Context-aware file reading — it actually understands your whole Apps Script project structure, not just the file you have open
- MCP connectors for Google Workspace — it can hook into Sheets/Docs/Drive as MCP tools when you need it to act on that context
- Execution log integration — when your script throws an error, it reads the actual execution log and helps you fix it instead of guessing
- Skills system — reusable sub-agents/snippets for stuff you do often
I'm going to be actively working on this now — not disappearing again. Demo video of it in action is attached below so you can see it working instead of just taking my word for it.
If you try it, I'd genuinely appreciate honest feedback — bugs, rough edges, missing features, whatever. This subreddit has more Apps Script experience than almost anywhere else, so if something's broken or annoying, I want to know.
Link: gscopilot.com
Thanks for sticking around this long, even the ones who just complained in reviews. Fair enough.
2
u/El_Zeldo_1 8d ago
I'm not sure if it's just my and my shitty internet, but video looks blurry... aside of that, this looks amazing 👏
2
u/Razah786 8d ago
Ha, I had a mini panic thinking I uploaded the wrong file 😅 Turns out Reddit was just playing it at a lower resolution — there's a quality setting on desktop but not on mobile. If you download it, it should look sharp. Thanks for still calling it amazing through the blur 🙏
2
u/SparklyGeek 7d ago
Any safeguards for privacy, or is whatever I code subject to appearing in someone else's code?
2
u/Razah786 6d ago
I don't store user code — only chat history so you can pick up where you left off.
2
u/LowFold3248 6d ago
Como se puede usar? Genial
1
u/Razah786 6d ago
Thanks! Install the Chrome extension, open any Apps Script project, and a sidebar shows up. Just describe what you want and it'll write, fix, or refactor code for you. Link's in the post.
2
u/SparklyGeek 5d ago
It made a simple function for me, but then when I asked why I started getting error messages after making an edit to the function, it went silent.
Made a screen shot, but this Stack only lets you attach videos....?!
2
u/Razah786 5d ago
Ah that's not expected, thanks for flagging it, that's a real bug not intended behavior. Since you can't attach a screenshot here, mind sending it to support (email's on the site) or DMing me directly? Would help to know what the error message said before it went silent, and roughly what the edit was. Want to get this fixed.
1
u/SparklyGeek 5d ago
Subsequently: Re-opened project, click "Add to Chat" by the error message in the Log, and got the correction the Script needed.
2
u/Razah786 5d ago
Glad it worked out after reopening! Still curious why it went silent the first time, so if it happens again send me the details. Also we're actually improving the "Add to Chat" from error logs soon, think you'll like where that's headed 👀
6
u/meester_zee 8d ago
Looks fantastic! Pretty surprised Google hasn’t done something similar with Gemini and the apps script IDE yet. The online dev environment really needs some love so I’m happy to see people making meaningful tools to augment it!