diff --git a/docs/how-to/use-with-aider.mdx b/docs/how-to/use-with-aider.mdx
index 7fd7137..9681c92 100644
--- a/docs/how-to/use-with-aider.mdx
+++ b/docs/how-to/use-with-aider.mdx
@@ -34,7 +34,7 @@ To configure aider to send requests through CodeGate:
To verify that you've successfully connected aider to CodeGate, type
`/ask codegate version` into the aider chat in your terminal. You should receive
-a response like "CodeGate version 0.1.7":
+a response like "CodeGate version 0.1.13":
## Next steps
diff --git a/docs/how-to/use-with-continue.mdx b/docs/how-to/use-with-continue.mdx
index 1139ee8..9c0f765 100644
--- a/docs/how-to/use-with-continue.mdx
+++ b/docs/how-to/use-with-continue.mdx
@@ -380,7 +380,7 @@ Otherwise, remove the `apiKey` parameter from both sections.
To verify that you've successfully connected Continue to CodeGate, open the
Continue chat and type `codegate version`. You should receive a response like
-"CodeGate version 0.1.7":
+"CodeGate version 0.1.13":
Try asking CodeGate about a known malicious Python package:
diff --git a/docs/how-to/use-with-copilot.mdx b/docs/how-to/use-with-copilot.mdx
index 66996dd..637fa2f 100644
--- a/docs/how-to/use-with-copilot.mdx
+++ b/docs/how-to/use-with-copilot.mdx
@@ -7,6 +7,8 @@ sidebar_position: 110
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+import useBaseUrl from '@docusaurus/useBaseUrl';
+import ThemedImage from '@theme/ThemedImage';
[GitHub Copilot](https://github.com/features/copilot) is an AI coding assistant
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
To verify that you've successfully connected Copilot to CodeGate, open the
Copilot chat and type `codegate version`. You should receive a response like
-"CodeGate version 0.1.7".
+"CodeGate version 0.1.13".
+
+
Try asking CodeGate about a known malicious Python package:
diff --git a/docs/quickstart-continue.mdx b/docs/quickstart-continue.mdx
index c4dcffe..8c80137 100644
--- a/docs/quickstart-continue.mdx
+++ b/docs/quickstart-continue.mdx
@@ -94,7 +94,7 @@ Click the gear icon in the Continue panel to open the configuration file
light: useBaseUrl('/img/quickstart/continue-config-light.webp'),
dark: useBaseUrl('/img/quickstart/continue-config-dark.webp'),
}}
- width={'540px'}
+ width={'500px'}
/>
If this is your first time using Continue, paste the following contents into the
@@ -136,7 +136,7 @@ panel.
light: useBaseUrl('/img/quickstart/quickstart-continue-model-light.webp'),
dark: useBaseUrl('/img/quickstart/quickstart-continue-model-dark.webp'),
}}
- width={'650px'}
+ width={'600px'}
/>
Enter `codegate version` in the chat box to confirm that Continue is
@@ -197,20 +197,20 @@ before it leaves your machine.
'/img/quickstart/quickstart-continue-secrets-result-dark.webp'
),
}}
- width={'800px'}
+ width={'600px'}
/>
Learn more in [Secrets encryption](./features/secrets-encryption.md).
### Assess dependency risk
-Open the `python/app.py` file from the demo repo in the VS Code editor and
-examine the import statements at the top. As with the previous step, type
-`@Files`, this time selecting the `python/app.py` file to add it to your prompt.
-Then ask Continue to analyze the file.
+Open the `javascript/App.js` file from the demo repo in the VS Code editor and
+examine the `require` statements at the top. In the VS Code file browser,
+right-click the file and choose **Select Files as Context**. Then ask Continue
+to review the file.
```plain title="Continue chat"
-@app.py Please analyze this file
+@App.js Review this file
```
Using its up-to-date knowledge from
@@ -227,7 +227,7 @@ malicious and deprecated packages referenced in the code.
'/img/quickstart/quickstart-continue-dependencies-result-dark.webp'
),
}}
- width={'800px'}
+ width={'600px'}
/>
Learn more in [Dependency risk awareness](./features/dependency-risk.md).
@@ -242,7 +242,14 @@ AI assistant and the LLM. Several alerts and prompts from the previous steps in
this tutorial should be visible now. Over time, this helps you understand how
CodeGate is actively protecting your privacy and security.
-
+
## Next steps
diff --git a/docs/quickstart-copilot.mdx b/docs/quickstart-copilot.mdx
index ef64e60..dfbcec3 100644
--- a/docs/quickstart-copilot.mdx
+++ b/docs/quickstart-copilot.mdx
@@ -143,7 +143,7 @@ the active file as context.
'/img/quickstart/quickstart-copilot-secrets-context-dark.webp'
),
}}
- width={'481px'}
+ width={'400px'}
/>
Enter this prompt into the chat:
@@ -165,15 +165,15 @@ before it leaves your machine.
'/img/quickstart/quickstart-copilot-secrets-result-dark.webp'
),
}}
- width={'800px'}
+ width={'600px'}
/>
Learn more in [Secrets encryption](./features/secrets-encryption.md).
### Assess dependency risk
-Open the `python/app.py` file from the demo repo in the VS Code editor. Confirm
-that it's now the active context file in Copilot.
+Open the `javascript/App.js` file from the demo repo in the VS Code editor.
+Confirm that it's now the active context file in Copilot.
Enter the following prompt into the chat:
```plain title="Copilot chat"
-Analyze this file
+Review this file
```
Using its up-to-date knowledge from
@@ -208,7 +208,7 @@ malicious and deprecated packages referenced in the code.
'/img/quickstart/quickstart-copilot-dependencies-result-dark.webp'
),
}}
- width={'800px'}
+ width={'600px'}
/>
Learn more in [Dependency risk awareness](./features/dependency-risk.md).
@@ -223,7 +223,14 @@ AI assistant and the LLM. Several alerts and prompts from the previous steps in
this tutorial should be visible now. Over time, this helps you understand how
CodeGate is actively protecting your privacy and security.
-
+
## Next steps
diff --git a/static/img/continue-codegate-version-dark.webp b/static/img/continue-codegate-version-dark.webp
new file mode 100644
index 0000000..a6ab3e7
Binary files /dev/null and b/static/img/continue-codegate-version-dark.webp differ
diff --git a/static/img/how-to/continue-codegate-version-dark.webp b/static/img/how-to/continue-codegate-version-dark.webp
index 90b1433..f0decaa 100644
Binary files a/static/img/how-to/continue-codegate-version-dark.webp and b/static/img/how-to/continue-codegate-version-dark.webp differ
diff --git a/static/img/how-to/continue-codegate-version-light.webp b/static/img/how-to/continue-codegate-version-light.webp
index 2ea1bea..acc578a 100644
Binary files a/static/img/how-to/continue-codegate-version-light.webp and b/static/img/how-to/continue-codegate-version-light.webp differ
diff --git a/static/img/how-to/copilot-codegate-version-dark.webp b/static/img/how-to/copilot-codegate-version-dark.webp
new file mode 100644
index 0000000..5a09c39
Binary files /dev/null and b/static/img/how-to/copilot-codegate-version-dark.webp differ
diff --git a/static/img/how-to/copilot-codegate-version-light.webp b/static/img/how-to/copilot-codegate-version-light.webp
new file mode 100644
index 0000000..9ecca7a
Binary files /dev/null and b/static/img/how-to/copilot-codegate-version-light.webp differ
diff --git a/static/img/quickstart/quickstart-continue-dependencies-result-dark.webp b/static/img/quickstart/quickstart-continue-dependencies-result-dark.webp
index 5afe64a..093b76f 100644
Binary files a/static/img/quickstart/quickstart-continue-dependencies-result-dark.webp and b/static/img/quickstart/quickstart-continue-dependencies-result-dark.webp differ
diff --git a/static/img/quickstart/quickstart-continue-dependencies-result-light.webp b/static/img/quickstart/quickstart-continue-dependencies-result-light.webp
index f4f2fef..98472c0 100644
Binary files a/static/img/quickstart/quickstart-continue-dependencies-result-light.webp and b/static/img/quickstart/quickstart-continue-dependencies-result-light.webp differ
diff --git a/static/img/quickstart/quickstart-copilot-dependencies-context-dark.webp b/static/img/quickstart/quickstart-copilot-dependencies-context-dark.webp
index 3882e71..24f5183 100644
Binary files a/static/img/quickstart/quickstart-copilot-dependencies-context-dark.webp and b/static/img/quickstart/quickstart-copilot-dependencies-context-dark.webp differ
diff --git a/static/img/quickstart/quickstart-copilot-dependencies-context-light.webp b/static/img/quickstart/quickstart-copilot-dependencies-context-light.webp
index c57ea3a..c13f40e 100644
Binary files a/static/img/quickstart/quickstart-copilot-dependencies-context-light.webp and b/static/img/quickstart/quickstart-copilot-dependencies-context-light.webp differ
diff --git a/static/img/quickstart/quickstart-copilot-dependencies-result-dark.webp b/static/img/quickstart/quickstart-copilot-dependencies-result-dark.webp
index 84c9d92..a4ef43b 100644
Binary files a/static/img/quickstart/quickstart-copilot-dependencies-result-dark.webp and b/static/img/quickstart/quickstart-copilot-dependencies-result-dark.webp differ
diff --git a/static/img/quickstart/quickstart-copilot-dependencies-result-light.webp b/static/img/quickstart/quickstart-copilot-dependencies-result-light.webp
index 7515029..f720a12 100644
Binary files a/static/img/quickstart/quickstart-copilot-dependencies-result-light.webp and b/static/img/quickstart/quickstart-copilot-dependencies-result-light.webp differ
diff --git a/static/img/quickstart/quickstart-dashboard-dark.webp b/static/img/quickstart/quickstart-dashboard-dark.webp
new file mode 100644
index 0000000..38cad91
Binary files /dev/null and b/static/img/quickstart/quickstart-dashboard-dark.webp differ
diff --git a/static/img/quickstart/quickstart-dashboard-light.webp b/static/img/quickstart/quickstart-dashboard-light.webp
new file mode 100644
index 0000000..e5e1af8
Binary files /dev/null and b/static/img/quickstart/quickstart-dashboard-light.webp differ
diff --git a/static/img/quickstart/quickstart-dashboard.webp b/static/img/quickstart/quickstart-dashboard.webp
deleted file mode 100644
index e54ab44..0000000
Binary files a/static/img/quickstart/quickstart-dashboard.webp and /dev/null differ