Skip to content

Commit 8305b15

Browse files
authored
Update codegate-version command (#44)
* Update codegate version command * Fix lint-staged coverage
1 parent 321d53b commit 8305b15

6 files changed

+7
-7
lines changed

.lintstagedrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"*.{js,jsx,ts,tsx,mjs,cjs}": ["npx prettier --write", "npx eslint --fix"],
2+
"*.{js,jsx,ts,tsx,mjs,cjs,mdx}": ["npx prettier --write", "npx eslint --fix"],
33
"*.md": ["npx prettier --write", "npx markdownlint-cli2 --fix"],
4-
"*.css": ["npx prettier --write"]
4+
"*.{css,json,jsonc,yaml,yml}": ["npx prettier --write"]
55
}

docs/how-to/use-with-aider.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To configure Aider to send requests through CodeGate:
3333
## Verify configuration
3434

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

3939
## Next steps

docs/how-to/use-with-continue.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ Otherwise, remove the `apiKey` parameter from both sections.
379379
## Verify configuration
380380

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

385385
<ThemedImage

docs/how-to/use-with-copilot.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Support for JetBrains is [coming soon](https://github.com/stacklok/codegate/issu
234234
## Verify configuration
235235
236236
To verify that you've successfully connected Copilot to CodeGate, open the
237-
Copilot chat and type `codegate-version`. You should receive a response like
237+
Copilot chat and type `codegate version`. You should receive a response like
238238
"CodeGate version 0.1.7".
239239

240240
Try asking CodeGate about a known malicious Python package:

docs/quickstart-continue.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ panel.
139139
width={'650px'}
140140
/>
141141

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

145145
## Explore CodeGate's features

docs/quickstart-copilot.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Add the following settings to your configuration:
9494
}
9595
```
9696

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

100100
## Explore CodeGate's key features

0 commit comments

Comments
 (0)