Quite nice application for working with files and LLMs: Repo Prompt. I have done two tests so far, and I’m sold. The tests, of course, were super simple apps, but I found some really cool things:
- working with local files, sending them to LLM for addition, changes or refactoring
- merging changes like in GIT, undoing unwanted changes
- explanation in chat of changes
- clean and simple interface
Application is in development state so still has some problems:
- React app was incorrectly merged (server part was added to dependencies, and some colons were missing).
- Ollama didn’t work for me:
responseUnsuccessful(description: "status code 401x-api-key header is required")
– same issue I found on the project’s Discord, so probably have to be patient
I found this application on the tweet describing the workflow for o1 Pro, probably also interesting to read/watch: https://x.com/mckaywrigley/status/1868341756494053573
I got it to work with Ollama with the help of maintainer. Basically, we need to use a custom provider until the next release, probably. But I still don’t get the same results as in o1 for different models, and I tested Codellama, Deepseek-Coder, Qwen2.5-Coder, and normal Llama. I’m memory-limited right now, so it could be the issue, and I will be stuck with OpenAPI probably for a longer time.