Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/how-to/use-with-aider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To configure Aider to send requests through CodeGate:
## Verify configuration

To verify that you've successfully connected Aider to CodeGate, type
`/ask codegate-version` into the Aider chat in your terminal. You should receive
`/ask codegate version` into the Aider chat in your terminal. You should receive
a response like "CodeGate version 0.1.7":

## Next steps
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/use-with-continue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Otherwise, remove the `apiKey` parameter from both sections.
## Verify configuration

To verify that you've successfully connected Continue to CodeGate, open the
Continue chat and type `codegate-version`. You should receive a response like
Continue chat and type `codegate version`. You should receive a response like
"CodeGate version 0.1.7":

<ThemedImage
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/use-with-copilot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Support for JetBrains is [coming soon](https://github.com/stacklok/codegate/issu
## Verify configuration

To verify that you've successfully connected Copilot to CodeGate, open the
Copilot chat and type `codegate-version`. You should receive a response like
Copilot chat and type `codegate version`. You should receive a response like
"CodeGate version 0.1.7".

Try asking CodeGate about a known malicious Python package:
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-continue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ panel.
width={'650px'}
/>

Enter `codegate-version` in the chat box to confirm that Continue is
Enter `codegate version` in the chat box to confirm that Continue is
communicating with CodeGate. CodeGate responds with its version number.

## Explore CodeGate's features
Expand Down
2 changes: 1 addition & 1 deletion docs/quickstart-copilot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Add the following settings to your configuration:
}
```

Enter `codegate-version` in the Copilot chat to confirm that CodeGate is
Enter `codegate version` in the Copilot chat to confirm that CodeGate is
intercepting Copilot traffic. CodeGate responds with its version number.

## Explore CodeGate's key features
Expand Down
Loading