Skip to content

Commit

Permalink
Update codegate version command
Browse files Browse the repository at this point in the history
  • Loading branch information
danbarr committed Jan 17, 2025
1 parent e678c98 commit 9725625
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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

0 comments on commit 9725625

Please sign in to comment.