Kylo
Kylo is a fork of Kilo Code (including its VS Code UI). It is not an official Kilo product, not affiliated with or endorsed by Kilo or xAI, and not intended for commercial use.
Please keep attribution to Kilo Code and respect upstream licenses and trademarks. Do not sell, rebrand, or redistribute this as a commercial product without complying with those licenses. Kylo is a VS Code chat UI for xAI Grok Build — the same agent experience as the Grok CLI, with a modern sidebar and streaming chat. It talks to Grok over ACP ( Features
Requirements
Settings (
|
| Setting | Default | Description |
|---|---|---|
kylo.cliPath |
"" |
Override path to grok |
kylo.defaultModel |
"" |
Model id when empty uses CLI default |
kylo.defaultEffort |
"" |
Reasoning effort (low / medium / …) |
kylo.includeActiveFileByDefault |
true |
Include active editor as ambient context |
Privacy & backend
- Agent turns run through the local Grok Build CLI (
grok agent stdio). - Auth is the CLI’s OAuth / SuperGrok path — same as using Grok in the terminal.
- Session transcripts live under
~/.grok/sessions(managed by Grok Build).
Install from VSIX
code --install-extension kilo-code-*.vsix --force
Then Developer: Reload Window.
Development
From the monorepo (after bun install):
cd packages/kilo-vscode
bun run package:vsix # production VSIX
# or
bun run extension # build + launch Extension Development Host
See KYLO.md for architecture notes.
License & trademarks
- Code in this tree largely follows the upstream Apache License 2.0 (see LICENSE in the monorepo root) and the licenses of any vendored components.
- Kilo, Kilo Code, and related names/marks belong to their respective owners. Kylo is an independent fork for convenience only.
- Grok / Grok Build / xAI marks belong to xAI. This project is not affiliated with or endorsed by xAI or Kilo.
- Not for commercial distribution as a rebranded product. Use at your own risk for personal or educational purposes.