Add awareness for what local environment kilocode is operating in #679
elliotrushton
started this conversation in
1. Feature requests
Replies: 2 comments
-
This is a big problem using local models on Windows. I've had a lot of users report the models not being smart enough to recognize the Solving this would probably solve the issue for them as well |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have some instructions in the "Custom Instructions for All Modes" field, regarding the local environment, but even using that, sometimes the LLM tries to run Linux scripts by default, recognize the error and then start running Windows terminal commands. |
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.
-
I recently installed and built a new project from scratch using KiloCode. The code generated was fine but at the end it wanted to run
open http://localhost
(the project was a static html file). However I'm running on Linux andopen
is not a standard command available outside of macOS land. I realise this is probably coming from the model itself but KiloCode should probably be able to inject some sort of local environment awareness into the prompts?It would make the experience even smoother than it already is :)
Beta Was this translation helpful? Give feedback.
All reactions