Kill off agents pane now that we have FAB (#6613)

# Description of Changes
Kill off agents pane now that we have the FAB. Also fixes a bug with the
FAB where it would sometimes fail to render the chat, and fixes a
duplicated entry in the Vite config which was throwing a warning
This commit is contained in:
James Brunton
2026-06-11 17:28:05 +01:00
committed by GitHub
parent 5bc7ae626d
commit 34ead60194
12 changed files with 58 additions and 1006 deletions
-5
View File
@@ -242,11 +242,6 @@ export default defineConfig(async ({ mode }) => {
},
},
},
resolve: {
alias: {
"@shared": path.resolve(__dirname, "../shared"),
},
},
optimizeDeps: {
exclude: ["@embedpdf/pdfium"],
},