diff --git a/client/web-sveltekit/BUILD.bazel b/client/web-sveltekit/BUILD.bazel index c6209943140..ca2ae9ef127 100644 --- a/client/web-sveltekit/BUILD.bazel +++ b/client/web-sveltekit/BUILD.bazel @@ -62,6 +62,7 @@ BUILD_DEPS = [ "//:node_modules/@mdi/js", "//:node_modules/@reach/combobox", "//:node_modules/@reach/menu-button", + "//:node_modules/@sourcegraph/cody-context-filters-test-dataset", "//:node_modules/@types/lodash", "//:node_modules/@types/node", "//:node_modules/@types/react", @@ -115,6 +116,7 @@ BUILD_DEPS = [ ":node_modules/hotkeys-js", ":node_modules/mermaid", ":node_modules/prismjs", + ":node_modules/re2js", ":node_modules/sass", ":node_modules/signale", ":node_modules/svelte", @@ -124,6 +126,7 @@ BUILD_DEPS = [ ":node_modules/vite", ":node_modules/vite-plugin-inspect", ":node_modules/wonka", + ":node_modules/zod", ] + glob([ "dev/**/*.cjs", "dev/**/*.ts", diff --git a/client/web-sveltekit/package.json b/client/web-sveltekit/package.json index d15efefa2d5..db33a5f37f2 100644 --- a/client/web-sveltekit/package.json +++ b/client/web-sveltekit/package.json @@ -99,8 +99,10 @@ "hotkeys-js": "^3.13.7", "mermaid": "^10.9.1", "prismjs": "^1.29.0", + "re2js": "^0.4.1", "ts-key-enum": "^2.0.12", - "wonka": "^6.3.4" + "wonka": "^6.3.4", + "zod": "^3.23.8" }, "msw": { "workerDirectory": "static" diff --git a/client/web-sveltekit/src/lib/cody/CodySidebar.svelte b/client/web-sveltekit/src/lib/cody/CodySidebar.svelte index e4e75ff719e..0fd125b7931 100644 --- a/client/web-sveltekit/src/lib/cody/CodySidebar.svelte +++ b/client/web-sveltekit/src/lib/cody/CodySidebar.svelte @@ -1,3 +1,9 @@ + + -
+