13 Comments
User's avatar
doutorprestes's avatar

Hello,

How about adding a visual loop builder to Kilo Console? Users could create and manage agent loops with a no-code interface.

Example workflow:

1. Select a project.

2. Drag-and-drop to set a goal (e.g., "Resolve all ESLint warnings").

3. Define triggers (e.g., on commit, on schedule).

4. Set exit conditions (e.g., max iterations, all checks pass).

5. Monitor execution in real-time with logs and status updates.

This would turn loop engineering from a manual, code-heavy task into a visual, accessible workflow—perfect for the Console’s design.

Keep up the good work.

Thanks!

Kostas Kollias's avatar

I dont have any projects listed, nor can i add any. Am i missing something?

> No projects have been opened with this Kilo server yet.

Arkadiy's avatar
4dEdited

Hi Kostas! Thanks for giving it a try!

Could you please confirm that you installed RC version? (Via "npm -g install @kilocode/cli@rc").

I had the same issue before due to that.

Kostas Kollias's avatar

Hey Arkadiy! I think that because i was adding with pnpm it kept fetching .41 due to release age, with pnpm it fetched the .42

Catriel Müller's avatar

Hi Kostas!

Quick question: are you using version 7.3.42 (RC) or 7.3.41 (Stable)?

I managed to fix a similar issue in version 7.3.42.

If you're still experiencing the problem with the RC version, could you please create a ticket ( https://github.com/Kilo-Org/kilocode/issues/new?template=bug-report.yml )?

It would really help if you could include some details about your environment.

Thanks so much, and I'm here to help if you need anything else!

Kostas Kollias's avatar

Thank you Catriel!

I think that because i was adding with pnpm it kept fetching .41 due to release age, with pnpm it fetched the .42

I did some more testing and it seems that only folders that have git get added to the console, so perhaps thats why none was appearing before.

kilo auth list still fails in the terminal, but both kilo gateway and codex providers seem to work

Thank you!!

Kostas Kollias's avatar

but starting a terminal in that new project from the web interface tries to start it and fail, saying terminal disconnected

Kostas Kollias's avatar

managed to get a project to appear only after opening it in the vs code extension.

When i opened folders with kilocode they wouldn't appear

also kilo auth list doesnt work in the command line and errors out

Mirko's avatar

Lately I've been using kilo inside opencode because I fell in love with the web interface (opencode web command). I really love being able to continue the work from my phone. Is a mobile friendly ui planned?

Arkadiy's avatar

Hi Mirko!

We will note your request for the mobile friendly UI.

Btw we have already Kilo App live on Google Play (https://play.google.com/store/apps/details?id=com.kilocode.kiloapp&hl=en) and we are working in iOS app approval right now. Does the app cover your needs?

Mirko's avatar

Not really. From what I can see it's possible to control cloud agents, instead I would like to control the agent running on my PC. I was able to run `kilo console --hostname 0.0.0.0` and open the web UI from my phone but the UI is kinda messy as it's not intended for this use case.

Arkadiy's avatar

Got it! Thanks!

Btw, you can use the app to manage your remote sessions from CLI or extension, not only create/manage cloud sessions. You need to /remote the session first and it will be available on the app in a few secs - a minute.

Mirko's avatar

I didn't know, I will try. Thanks for the suggestion!