Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 68698fa

Browse files
committed
Refresh version screenshots
1 parent 2d9f568 commit 68698fa

8 files changed

+15
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To configure Aider to send requests through CodeGate:
3434

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

3939
## Next steps
4040

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,15 +380,15 @@ Otherwise, remove the `apiKey` parameter from both sections.
380380

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

385385
<ThemedImage
386386
alt='Verify Continue integration'
387387
sources={{
388388
light: useBaseUrl('/img/how-to/continue-codegate-version-light.webp'),
389389
dark: useBaseUrl('/img/how-to/continue-codegate-version-dark.webp'),
390390
}}
391-
width={'500px'}
391+
width={'494px'}
392392
/>
393393

394394
Try asking CodeGate about a known malicious Python package:

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ sidebar_position: 110
77

88
import Tabs from '@theme/Tabs';
99
import TabItem from '@theme/TabItem';
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
import ThemedImage from '@theme/ThemedImage';
1012

1113
[GitHub Copilot](https://github.com/features/copilot) is an AI coding assistant
1214
developed by GitHub and OpenAI. The Copilot plugin works with Visual Studio Code
@@ -235,7 +237,16 @@ Support for JetBrains is [coming soon](https://github.com/stacklok/codegate/issu
235237
236238
To verify that you've successfully connected Copilot to CodeGate, open the
237239
Copilot chat and type `codegate version`. You should receive a response like
238-
"CodeGate version 0.1.7".
240+
"CodeGate version 0.1.13".
241+
242+
<ThemedImage
243+
alt='Verify Continue integration'
244+
sources={{
245+
light: useBaseUrl('/img/how-to/copilot-codegate-version-light.webp'),
246+
dark: useBaseUrl('/img/how-to/copilot-codegate-version-dark.webp'),
247+
}}
248+
width={'494px'}
249+
/>
239250

240251
Try asking CodeGate about a known malicious Python package:
241252

30 KB
Loading
1.23 KB
Loading
846 Bytes
Loading
30.4 KB
Loading
30.6 KB
Loading

0 commit comments

Comments
 (0)