Skip to content

[Feature] Cross-platform rp-cli alternative: wdyt #63

@Bewinxed

Description

@Bewinxed

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions