Show HN: Vibe coded an AI chat app with features I wanted, Poe (github.com)
It supports local inference with Ollama and LM Studio (going to add other provider support in the future).
The big thing for me in this project was really telegraphing where the working directory is.
2 comments
[ 1.8 ms ] story [ 11.0 ms ] threadFrom the screenshots it seems that there's a "tool" in the list of tools provided to the LLM for command line utilities like `rm`, `mkdir`, `ls` and so forth.
Just a small piece of advice: you might want to look into further. You can also expose the command line as a single tool, and most LLMs will be able to provide pretty good formatted commands. You could still filter invalid or allowed and non-allowed commands out within the tool that's actually being called by the LLM.
Just wanted to share that!