snow-flow 3.0.24 → 3.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3945,7 +3945,7 @@ async function createMCPConfig(targetDir, force = false) {
|
|
|
3945
3945
|
"MCP_TOOL_TIMEOUT": "0",
|
|
3946
3946
|
"DISABLE_COST_WARNINGS": "1",
|
|
3947
3947
|
"DISABLE_NON_ESSENTIAL_MODEL_CALLS": "0",
|
|
3948
|
-
"CLAUDE_CODE_MAX_OUTPUT_TOKENS": "
|
|
3948
|
+
"CLAUDE_CODE_MAX_OUTPUT_TOKENS": "32000",
|
|
3949
3949
|
"CLAUDE_CODE_TIMEOUT": "0",
|
|
3950
3950
|
"CLAUDE_CODE_SESSION_TIMEOUT": "0",
|
|
3951
3951
|
"CLAUDE_CODE_EXECUTION_TIMEOUT": "0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.26",
|
|
4
4
|
"description": "Snow-Flow v3.0.18: DIRECT API VERIFICATION! 🚀 Replaced unreliable searchRecords with direct API calls (snow_query_table style) for widget verification. All null/403 error recovery now uses GET /api/now/table/sp_widget with precise queries. NO MORE FALSE NEGATIVES - verification works consistently every time!",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|