Hey I just joined the community as I discovered bolt.new yesterday and I’m really amazed and motivated by this Community right from the start!
Ive setup ottomator bolt.new project using docker and qwen2.5-coder-3b-instruct through LM-Studio (also tried with normal OpenAI key) but it seems my output differs from what Ive seen so far from other user screenshots and youtube videos.
For example Expected Output in a response should include a todo-list with check marks of what was done and what not but this never happens for me i just get pure markdown response like i would from normal chatting, which also leads to no actions beeing taken and if they are beeing taken (as example npm start and etc in bolt terminal) throw errors like unknown command vite which agent cant seem to releaize & resolve so i couldnt preview any “done” tasks yet… ill provide some screenshots for context!
Expected Output:
The Agent plans project and displays and checks todos. Writes files and starts the preview when done, all after one prompt…
My Output:
im straight up recieving the direct Markdown and no advanced functionality showing progress of tasks and etc.
Bolt Terminal:
In a test run no action at all beeing taken (no files created and no terminal commands), which also suggests something not working correctly together… Sometimes on the first message some actions are taken but they end in errors and for example vite isnt known when trying to start and preview a created app
Heres another example where agent tried to run npm run dev once but without success and without any further actions beeing taken (you should also be able to see the default text output instead of todo and etc as said above):
the terminal where everything was started also isnt showing any significant erros, other than the default warning of env instructions on dockerbuild…
Im pretty confused at this point and not sure how to further troubleshoot from here… getting some help from someone would be very nice as im very excited to start using this for both new and existing projects from now on!
If you need further information just tell me ill make sure i can provide as much context as possible! thanks in advance!!!