fix: restore CLAUDE_CODE_MAX_OUTPUT_TOKENS env var support

Re-add the env var that was removed during SDK upgrade. Needed for
controlling output token limits in SDK subprocesses.
This commit is contained in:
ezl-keygraph
2026-02-12 08:51:39 -08:00
committed by ajmallesh
parent 80bc8e3a44
commit c169b0d0a6
4 changed files with 9 additions and 1 deletions
+3
View File
@@ -1,6 +1,9 @@
# Shannon Environment Configuration
# Copy this file to .env and fill in your credentials
# Recommended output token configuration for larger tool outputs
CLAUDE_CODE_MAX_OUTPUT_TOKENS=64000
# =============================================================================
# OPTION 1: Direct Anthropic (default, no router)
# =============================================================================