-
-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Hey mate, huge fan of flow-next - been using it a lot for my projects :D
I noticed that rp-cli (RepoPrompt) is macOS-only, which limits flow-next's review capabilities on Linux/Windows. So I built https://github.com/Bewinxed/wdyt ("What Do You Think") - a cross-platform alternative that mimics rp-cli's interface for flowctl compatibility.
What it does
- Implements the rp-cli interface that flowctl expects (windows, builder, prompt, select, chat_send)
- Crossplatform.
- Uses Claude Code's quality-auditor subagent for reviews instead of external APIs (can extend it maybe, but i like to use my Claude Code MAX's sub :D )
How it was built
Full transparency: this was built using Claude Code + flow-next itself! Claude did the heavy lifting based on researching rp-cli's expected interface from flowctl.py.
Installation
bunx wdyt init # Interactive setup
bunx wdyt init --rp-alias # Creates rp-cli symlink for flowctl compat
Proposal
Would you consider adding wdyt as an alternative backend option alongside RepoPrompt and Codex? Something like:
review.backend: "rp" | "codex" | "wdyt" | "none"
Happy to help with integration if you're interested!
npm: https://www.npmjs.com/package/wdyt
GitHub: https://github.com/Bewinxed/wdyt