coleam00 / bolt.new-any-llm

Prompt, run, edit, and deploy full-stack web applications using any LLM you want!
https://bolt.new
MIT License
2.78k stars 1.24k forks source link

Remove 'Starting bolt terminal' log spam to improve responsiveness. #262

Open chrismahoney opened 2 days ago

chrismahoney commented 2 days ago

Describe the bug

While initializing a project, logger is currently sending 'Starting bolt terminal' spam to dev tools, which could slow down the code streaming and terminal execution processes.

image

Link to the Bolt URL that caused the error

N/A

Steps to reproduce

  1. Prompt a new project to start.
  2. View the dev tools while the npm install step takes place

Expected behavior

Expected: One indication that the terminal is starting Observed: Repeated log spam until the terminal has begun execution.

Screen Recording / Screenshot

No response

Platform

Any platform, browser etc.

Additional context

No response

thecodacus commented 1 day ago

ahh, missed it 😄