Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ kilo run --auto "run tests and fix any failures"

If you're coming from the Kilo Code VS Code extension, your configurations are automatically migrated:

## Installation

```bash
bun install
bun dev . # starts Kilo CLI in the current directory; use a different path to start in another repository
```

This will open Kilo CLI in your terminal
1. Type `/connect` to setup your Provider
1. Select your desired Provider from the list - this will trigger authentication with that Provider
1. After authentication, return to Kilo CLI to select your Model and you're done!

## Key Features

| Kilo Code Feature | Kilo CLI Equivalent |
| -------------------------------------------- | -------------------------------------------- |
| Custom modes | Converted to agents |
Expand Down
Loading