claude-flow icon indicating copy to clipboard operation
claude-flow copied to clipboard

Checkpoint Feature Not Getting Disabled

Open ncosentino opened this issue 4 months ago • 2 comments

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:

Image

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

ncosentino avatar Aug 08 '25 14:08 ncosentino

Just pushed PR https://github.com/ruvnet/claude-flow/pull/625

btsomogyi avatar Aug 09 '25 09:08 btsomogyi

+1

johndevor avatar Dec 02 '25 04:12 johndevor