File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
235235# 🪄 MAGE-X CONFIGURATION
236236# ================================================================================================
237237
238- MAGE_X_VERSION=v1.18.0 # https://github.com/mrz1836/mage-x/releases
238+ MAGE_X_VERSION=v1.18.1 # https://github.com/mrz1836/mage-x/releases
239239MAGE_X_USE_LOCAL=false # Use local version for development
240240MAGE_X_CI_SKIP_STEP_SUMMARY=true # Skip duplicate test results in step summary (already in test validation summary)
241241MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
@@ -509,5 +509,10 @@ GO_BROADCAST_AI_RETRY_MAX_ATTEMPTS=3
509509GO_BROADCAST_AI_RETRY_INITIAL_DELAY=1
510510GO_BROADCAST_AI_RETRY_MAX_DELAY=10
511511
512+ # Error handling behavior
513+ # When true, AI failures will cause sync to fail with an error (shows which API key env var was used)
514+ # When false (default), AI failures silently fall back to static templates
515+ GO_BROADCAST_AI_FAIL_ON_ERROR=false
516+
512517# Diff Debugging
513518# GO_BROADCAST_DEBUG_DIFF_PATH=/tmp/debug-diff.txt
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments