docs(env): document OPENCLAUDE_DISABLE_STRICT_TOOLS in .env.example (#826)

Code support was merged in #770 but the .env.example entry was
missed, leaving users without a discoverable way to find the flag.

Closes #737
This commit is contained in:
0xfandom
2026-04-22 19:46:47 +05:30
committed by GitHub
parent b7b83eff13
commit 4d559c9135

View File

@@ -267,6 +267,11 @@ ANTHROPIC_API_KEY=sk-ant-your-key-here
# Disable "Co-authored-by" line in git commits made by OpenClaude
# OPENCLAUDE_DISABLE_CO_AUTHORED_BY=1
# Disable strict tool schema normalization for non-Gemini providers
# Useful when MCP tools with complex optional params (e.g. list[dict])
# trigger "Extra required key ... supplied" errors from OpenAI-compatible endpoints
# OPENCLAUDE_DISABLE_STRICT_TOOLS=1
# Custom timeout for API requests in milliseconds (default: varies)
# API_TIMEOUT_MS=60000