Skip to content

Instantly share code, notes, and snippets.

@jamesmarq
jamesmarq / aio-tool.gs
Last active February 3, 2026 05:39
AIO Tool - Latest Script (Google Apps Script)
/***** AIO TOOL - VERSION INFO *****/
/**
* VERSION: 3.0.4
* BUILD: 2026-02-02T17:00:00Z
*
* CHANGELOG:
*
* v3.0.6 (2026-02-02)
* - Added: API Error Classifier - logs auth/rate_limit/quota/timeout errors to LLM_Debug
* - Enhanced: Run Summary - logs detailed stats (success rate, avg latency) to LLM_Debug
@jamesmarq
jamesmarq / aio-version.json
Last active February 3, 2026 05:41
AIO Tool Version Manifest - Used for automatic update checks
{
"version": "3.0.6",
"releaseNotes": "API error classifier, enhanced run summaries, bug fixes",
"downloadUrl": "https://gist.github.com/jamesmarq/bf070d01805eed56fac82fc40d22e0d5"
}