Built-in Git and GitHub nodes
pflow includes nodes for Git and GitHub operations, but they’re disabled by default.Recommended alternatives
For most use cases, there are better options: Git operations - Use thegit CLI directly via shell node. Your agent knows Git extremely well from training data and doesn’t need special nodes for common operations.
gh CLI via shell node for simple tasks, or the GitHub MCP server for complex operations that benefit from structured tools.
If you still want to try the built-in nodes
Enable with:Natural language planner
pflow has a built-in natural language planner that lets you run commands like:When to use it
- Quick one-off tasks when you’re not in an AI tool
- Testing or exploring pflow capabilities
- Environments where external agents aren’t available
Debugging planner issues
If you do use the planner and need to debug:~/.pflow/debug/planner-trace-*.json.
Auto-repair
pflow can automatically attempt to fix failing workflows using LLM-powered repair. This is not enabled by default.- pflow analyzes the error
- Attempts to fix the workflow
- Retries execution (up to 3 attempts)
Caveats
- Uses LLM calls (costs money)
- May not fix all issues
- Can get stuck in repair loops on unfixable problems
Feedback
If you use these experimental features and have feedback:- Questions or ideas - Start a discussion
- Bug reports - Open an issue

