claude-flow
claude-flow copied to clipboard
Checkpoint Feature Not Getting Disabled
I have the following in my settings.json file:
{
"env": {
"CLAUDE_FLOW_AUTO_COMMIT": "false",
"CLAUDE_FLOW_AUTO_PUSH": "false",
"CLAUDE_FLOW_HOOKS_ENABLED": "true",
"CLAUDE_FLOW_TELEMETRY_ENABLED": "false",
"CLAUDE_FLOW_REMOTE_EXECUTION": "true",
"CLAUDE_FLOW_GITHUB_INTEGRATION": "true",
"CLAUDE_FLOW_CHECKPOINTS_ENABLED": "false",
"CREATE_GH_RELEASE": "true"
},
I was really hoping that this would do the trick to turn this off, but it seems like it doesn't take the setting from here?
"CLAUDE_FLOW_CHECKPOINTS_ENABLED": "false",
I cannot stand the checkpointing feature as it makes looking at git completely ridiculous. It's like it's running a git commit after every time it touches a file:
Environment:
- Windows 11, Powershell + WSL (nothing else works for me on Windows)
- Claude Code v1.0.71
- MCP servers • /mcp ✔ claude-flow ✔ ruv-swarm
- Node.js v22.17.0
- v2.0.0-alpha.85
Just pushed PR https://github.com/ruvnet/claude-flow/pull/625
+1