snow-flow 4.5.6 → 4.5.7
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
|
@@ -533,7 +533,7 @@ async function executeClaudeCode(prompt) {
|
|
|
533
533
|
}
|
|
534
534
|
// Launch Claude Code with MCP config and skip permissions to avoid raw mode issues
|
|
535
535
|
const claudeArgs = hasMcpConfig
|
|
536
|
-
? ['--mcp-config', '.mcp.json', '
|
|
536
|
+
? ['--mcp-config', '.mcp.json', '--dangerously-skip-permissions']
|
|
537
537
|
: ['--dangerously-skip-permissions'];
|
|
538
538
|
// Add debug args if debug is enabled
|
|
539
539
|
if (process.env.SNOW_FLOW_DEBUG === 'true' || process.env.LOG_LEVEL === 'debug' || process.env.LOG_LEVEL === 'trace') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snow-flow",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.7",
|
|
4
4
|
"description": "Conversational ServiceNow development platform using Claude Code. Multi-agent orchestration with 20+ MCP servers providing 200+ ServiceNow tools for comprehensive platform development.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "commonjs",
|