Skip to content

Instantly share code, notes, and snippets.

@jamesmarq
jamesmarq / aio-tool.gs
Last active February 3, 2026 18:53
AIO Tool - Latest Script (Google Apps Script)
/***** AIO TOOL - VERSION INFO *****/
/**
* VERSION: 3.0.11
* BUILD: 2026-02-03T04:00:00Z
*
* CHANGELOG:
*
* v3.0.11 (2026-02-03)
* - Fixed MEDIUM: Sentiment errors in retryResultRow_ now populate the error column
* Previously, sentiment failures set status="error" but left the error column empty
@jamesmarq
jamesmarq / aio-version.json
Last active February 3, 2026 08:09
AIO Tool Version Manifest - Used for automatic update checks
{
"version": "3.0.11",
"releaseNotes": "Fixed: Sentiment errors now populate error column in retry results",
"downloadUrl": "https://gist.github.com/jamesmarq/bf070d01805eed56fac82fc40d22e0d5"
}