Skip to main content

clawker loop reset

Reset the circuit breaker for an agent

Synopsis

WARNING: This command is experimental and may change in future releases. Reset the circuit breaker to allow loops to continue. The circuit breaker trips when an agent shows no progress for multiple consecutive loops. Use this command to reset it and retry. By default, only the circuit breaker is reset. Use —all to also clear the session history.
clawker loop reset [flags]

Examples

  # Reset circuit breaker only
  clawker loop reset --agent dev

  # Reset everything (circuit and session)
  clawker loop reset --agent dev --all

Options

      --agent string   Agent name (required)
      --all            Also clear session history
  -h, --help           help for reset
  -q, --quiet          Suppress output

Options inherited from parent commands

  -D, --debug   Enable debug logging

See also