# Continue CLI

Use Continue CLI with Pentect.

## Start

```sh
pentect continue
```

`pentect cn` is a shorter form. Add a model or normal Continue CLI arguments:

```sh
pentect continue --model gpt-5
```

Pentect protects this Continue CLI session only. Your saved Continue settings
are not changed.

## Protected

- Chat, Edit, and Apply requests made with the Pentect model
- Text prompts, supported tool results, and completed tool calls
- OpenAI-compatible Chat Completions traffic

## Not protected by this command

- Autocomplete, embeddings, and reranking
- Continue IDE extensions started outside this command
- A config selected with `--agent`

`--agent` is blocked because it can replace the protected model.
Run a different Continue agent without Pentect when you need that option.

Use `--upstream URL` for another OpenAI-compatible provider. See
[Custom upstreams](/clients/upstreams/index.md) for credentials and path rules.
