smol-dev-js
smol-dev-js copied to clipboard
Smol personal AI, for smol incremental tasks in a JS project
Hello Eugene, it would be really awesome to see how it would perform with claude opus and gemini with a content window of 1million tokens! Maybe you find the time,...
I would like to be able to specify the openai_base_url in the aibridge.json in order to test other openAI end points. It would require to fill the `baseURL `as per...
Hello! Thanks for creating a cool port of a cool lib. I'm trying to get it running and am hitting rate limits, see below. This seems to happen no matter...
I am really excited about the concept here but after the initial setup ran into some errors on Linux Mint 20.3 (Ubuntu Focal). Steps taken: - install with `npm i...
Hi and first of all, thanks for this cool fork! I’m not sure if I just missed a setting somehow, in that case I apologize, but it would be awesome...
Any time I ask `smol-dev-js` to create or modify a file it adds code fences at the top and bottom of the file (` ```javascript ` at the beginning and...
I'm trying to use this for the first time. After setting up the project with `smol-dev-js setup` I ran `smol-dev-js run` and got this output: ``` -------------------- 🐣 [ai]: hi...
I'm using Claude, Windows 11, and I'm throwing this... **Error: ENOENT: no such file or directory, rename 'C:\Users\rickr\OneDrive\Desktop\smol\style.css' -> 'C:\Users\rickr\OneDrive\Desktop\smol\css\style.css'** Below is my CLI when starting from an empty directory...
I'm trying to run this on a project with the following prompt: ``` Upgrade the Rails version to 7.0.3.1 following known migration guides to upgrade a Rails project from Rails...
When running the `$ smol-dev-js spec2code` command, I encountered a fetch error, causing the command to fail. Here's the error message I received: ```md ❯ smol-dev-js spec2code 🐣 [ai]: Based...