|
|
|
Show HN: A tiny (480 LOC) AI coding assistant for your shell
(github.com)
|
|
5 points
by n_kr
326 days ago
|
|
Hi HN. This is a script I have been using for some time for coding tasks, which I have polished a bit and published. The motivation behind this script was to have an agent with persistent session which I can use from the shell like a regular command. It _can_ also be scripted, although I don't use it in such a way. The script uses a minimal prompt, which just tells it to use standard unix tools to do everything. I was surprised at how well it worked, when using a good model. Qwen3-coder is on openrouter, and it works well with the minimal instructions. I also tested qwen2.5-coder with ollama and that works well too. |
|
~~Have you thought about using uv's pep 723 implementation to simplify distribution?: https://docs.astral.sh/uv/guides/scripts/#declaring-script-d...
EDIT:
Was gonna include the boilerplate example from the docs but jesus, hacker news' markdown implemenation is awful
EDIT 2:
Now that I'm looking at it, you already did hahaha. Ughhhh