In YOLO mode, when kilo code reaches the dev server startup command, it just freezes and stops moving #2917
Closed
jtsang4
started this conversation in
2. Design improvements
Replies: 1 comment
-
|
Thank you for opening this discussion, @jtsang4! It's a great idea. I'm going to merge it into this other one since it's extremely similar: I have a working branch that I was playing with that seems to be working pretty well. It just needs some extra testing before we can merge it in: #2920 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a TanStack Start project, and when I use YOLO mode for Vibe Coding, kilo code runs the
pnpm run devcommand to automatically generate the routes types. After that, the entire YOLO mode sticks on that command and doesn’t move, as if it’s waiting for the dev server process to stop. But that is the dev server’s process, and it won’t stop automatically, so the whole flow gets stuck. Has anyone else run into this problem? How did you resolve it?Currently the only workaround is to manually click "Force Continue" or "Terminate Command", but in YOLO mode this is not the behavior I expect.
Beta Was this translation helpful? Give feedback.
All reactions