←back to thread

514 points mfiguiere | 9 comments | | HN request time: 0.722s | source | bottom
1. mark_mcnally_je ◴[] No.43708649[source]
If one of these tools has broad model support (like aider) it would be a game changer.
replies(6): >>43709367 #>>43709645 #>>43709710 #>>43710107 #>>43710329 #>>43713449 #
2. lifty ◴[] No.43709367[source]
If 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.
replies(1): >>43710188 #
3. ianbutler ◴[] No.43709645[source]
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

replies(1): >>43711849 #
4. oulipo ◴[] No.43709710[source]
There's this one, but I haven't tested it yet: https://github.com/geekforbrains/sidekick-cli
5. slig ◴[] No.43710107[source]
Can be done already [1].

[1]: https://github.com/openai/codex/issues/14#issuecomment-28103...

6. SparkyMcUnicorn ◴[] No.43710188[source]
It'd be great if this (or similar) got merged: https://github.com/Aider-AI/aider/pull/3781
7. elliot07 ◴[] No.43710329[source]
Agree. 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.

8. TheTaytay ◴[] No.43711849[source]
Oh cool. How do you feel it compares to Claude Code? (Serious question, but I realize I’m asking a biased source. :) )
9. myflash13 ◴[] No.43713449[source]
Cursor agent? That's what I'm using now instead of Claude Code.