We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b966f80 commit 405dfc6Copy full SHA for 405dfc6
src/extension/ui/src/Constants.ts
@@ -1,7 +1,7 @@
1
export const MCP_POLICY_NAME = "MCP=*";
2
export const DD_BUILD_WITH_SECRET_SUPPORT = 184396;
3
-export const CATALOG_URL =
4
- "https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/refs/heads/main/prompts/catalog.yaml";
+// export const CATALOG_URL = "http://localhost:8811/catalog.yaml";
+export const CATALOG_URL = "https://raw.githubusercontent.com/docker/labs-ai-tools-for-devs/refs/heads/main/prompts/catalog.yaml";
5
6
export const getUnsupportedSecretMessage = (ddVersion: {
7
version: string;
0 commit comments