Autocompletion not working => Kilo Code =/= Continue+Roo Code+Cline #1962
Replies: 3 comments 2 replies
-
"Autocompletion should use main RAG index vector DB with configurable parameters." |
Beta Was this translation helpful? Give feedback.
-
It looks like the gap here isn’t just the UI “inline assist” label, but deeper in how the autocompletion module is resolving context. From a pattern perspective this usually shows up in two failure points: No 1.0 — Missing unified RAG index No 2.0 — Semantic drift A quick way to test: Try running the same query against a simple TXTOS file or wfgy core (wfgy 2.0). Ask the model for completions like “continue function definition…” and compare. If it works there but fails in Kilo Code, the issue is likely schema or index alignment. Some projects work around this with a “semantic firewall” step — normalizing whatever context comes back before feeding it into the autocomplete module. That way you don’t need infra changes, just a preprocessing layer. Would you like me to outline how to set up a minimal semantic firewall check to confirm whether the missing index alignment is the blocker? |
Beta Was this translation helpful? Give feedback.
-
"Inline Assist" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Autocompletion not working. This is the most important feature.
BUG: Autocompletion not working in Kilo Code (0 suggestion). I tried every single nuance setting and combinations.
UX: “Inline Assist” name is misleading, should be “Autocomplete”.
Suggestions:
Both vector database and autocompletion need extensive configuration options to work well with very different common or more common languages
Beta Was this translation helpful? Give feedback.
All reactions