Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codegate-version command #44

Merged
merged 2 commits into from
Jan 21, 2025
Merged
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
4 changes: 2 additions & 2 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"*.{js,jsx,ts,tsx,mjs,cjs}": ["npx prettier --write", "npx eslint --fix"],
"*.{js,jsx,ts,tsx,mjs,cjs,mdx}": ["npx prettier --write", "npx eslint --fix"],
"*.md": ["npx prettier --write", "npx markdownlint-cli2 --fix"],
"*.css": ["npx prettier --write"]
"*.{css,json,jsonc,yaml,yml}": ["npx prettier --write"]
}
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