@@ -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.12.2 # https://github.com/mrz1836/mage-x/releases
238+ MAGE_X_VERSION=v1.13.0 # 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
@@ -290,14 +290,14 @@ GITLEAKS_NOTIFY_USER_LIST=@mrz1836
290290# Empty = use default config
291291GITLEAKS_CONFIG_FILE=
292292
293- # Nancy CVE Exclusions (known acceptable vulnerabilities)
294- NANCY_EXCLUDES=CVE-2024-38513 ,CVE-2023-45142
293+ # Nancy CVE Exclusions (known acceptable vulnerabilities) (these are fake examples)
294+ NANCY_EXCLUDES=CVE-9999-12345 ,CVE-9999-43210
295295
296- # Govulncheck/Magex CVE Exclusions (known acceptable vulnerabilities)
297- # Format: comma-separated CVE IDs (e.g., CVE-2024-38513 ,CVE-2023-45142 )
296+ # Govulncheck/Magex CVE Exclusions (known acceptable vulnerabilities) (these are fake examples)
297+ # Format: comma-separated CVE IDs (e.g., CVE-9999-12345 ,CVE-9999-43210 )
298298# Used by: magex deps:audit (govulncheck) (env or param)
299- # Can also be passed via: magex deps:audit exclude=CVE-2024-38513
300- MAGE_X_CVE_EXCLUDES=CVE-2024-38513 ,CVE-2023-45142
299+ # Can also be passed via: magex deps:audit exclude=CVE-9999-12345
300+ MAGE_X_CVE_EXCLUDES=CVE-9999-12345 ,CVE-9999-43210
301301
302302# OSS Index Authentication for Nancy (optional)
303303# Username (email) for OSS Index authentication - reduces rate limits and provides better vulnerability data
@@ -489,7 +489,7 @@ GO_BROADCAST_AI_PROVIDER=anthropic
489489GO_BROADCAST_AI_MODEL=
490490
491491# Generation parameters
492- GO_BROADCAST_AI_MAX_TOKENS=2000
492+ GO_BROADCAST_AI_MAX_TOKENS=5000
493493GO_BROADCAST_AI_TIMEOUT=30
494494GO_BROADCAST_AI_TEMPERATURE=0.3
495495
@@ -506,3 +506,6 @@ GO_BROADCAST_AI_CACHE_MAX_SIZE=1000
506506GO_BROADCAST_AI_RETRY_MAX_ATTEMPTS=3
507507GO_BROADCAST_AI_RETRY_INITIAL_DELAY=1
508508GO_BROADCAST_AI_RETRY_MAX_DELAY=10
509+
510+ # Diff Debugging
511+ # GO_BROADCAST_DEBUG_DIFF_PATH=/tmp/debug-diff.txt
0 commit comments