5 ms·
If one of these tools has broad model support (like aider) it would be a game changer.
by mark_mcnally_je 1y ago
If one of these tools has broad model support (like aider) it would be a game changer.
- lifty 1y agoIf aiders creator sees this, any plans on implementing agentic mode, or something more autonomous like claude cli works? Would love to have an independent tool doing that.
- SparkyMcUnicorn 1y agoIt'd be great if this (or similar) got merged: https://github.com/Aider-AI/aider/pull/3781 https://github.com/Aider-AI/aider/pull/3781
- ianbutler 1y agohttps://github.com/BismuthCloud/cli https://github.com/BismuthCloud/cli We’ve been working to open source ours. Should work with any open router model that supports tool calling. Ours is agentic mode first. Guess this is me dropping it live there may be rough edges as we’ve been prepping it for a little bit
- TheTaytay 1y agoOh cool. How do you feel it compares to Claude Code? (Serious question, but I realize I’m asking a biased source. :) )
- oulipo 1y agoThere's this one, but I haven't tested it yet: https://github.com/geekforbrains/sidekick-cli https://github.com/geekforbrains/sidekick-cli
- slig 1y agoCan be done already [1]. [1]: https://github.com/openai/codex/issues/14#issuecomment-2810398411 https://github.com/openai/codex/issues/14#issuecomment-28103...
- elliot07 1y agoAgree. My wish-list is: 1. Non JS based. I've noticed a ton of random bugs/oddities in Claude Code, and now Codex with UI flickering, scaling, user input issues, etc, all from what I believe of trying to do React stuff and writing half-baked LLM produced JS in a CLI application. Using a more appropriate language that is better for CLIs I think would help a lot here (Go or Rust for eg). 2. Customized model selection (eg. OpenRouter, etc). 3. Full MCP support.
- _1tem 1y agoCursor agent? That's what I'm using now instead of Claude Code.