diff --git a/frontend/src/components/editor/chrome/types.ts b/frontend/src/components/editor/chrome/types.ts
index 678cc0d7da7..18153e6950b 100644
--- a/frontend/src/components/editor/chrome/types.ts
+++ b/frontend/src/components/editor/chrome/types.ts
@@ -88,34 +88,34 @@ export const PANELS: PanelDescriptor[] = [
tooltip: "Manage packages",
defaultSection: "sidebar",
},
- {
- type: "ai",
- Icon: BotIcon,
- label: "AI",
- tooltip: "Chat & Agents",
- defaultSection: "sidebar",
- },
- {
- type: "outline",
- Icon: ScrollTextIcon,
- label: "Outline",
- tooltip: "View outline",
- defaultSection: "sidebar",
- },
- {
- type: "documentation",
- Icon: TextSearchIcon,
- label: "Docs",
- tooltip: "View live docs",
- defaultSection: "sidebar",
- },
- {
- type: "dependencies",
- Icon: NetworkIcon,
- label: "Dependencies",
- tooltip: "Explore dependencies",
- defaultSection: "sidebar",
- },
+ // {
+ // type: "ai",
+ // Icon: BotIcon,
+ // label: "AI",
+ // tooltip: "Chat & Agents",
+ // defaultSection: "sidebar",
+ // },
+ // {
+ // type: "outline",
+ // Icon: ScrollTextIcon,
+ // label: "Outline",
+ // tooltip: "View outline",
+ // defaultSection: "sidebar",
+ // },
+ // {
+ // type: "documentation",
+ // Icon: TextSearchIcon,
+ // label: "Docs",
+ // tooltip: "View live docs",
+ // defaultSection: "sidebar",
+ // },
+ // {
+ // type: "dependencies",
+ // Icon: NetworkIcon,
+ // label: "Dependencies",
+ // tooltip: "Explore dependencies",
+ // defaultSection: "sidebar",
+ // },
// Developer panel defaults
{
type: "errors",
diff --git a/frontend/src/components/editor/chrome/wrapper/sidebar.tsx b/frontend/src/components/editor/chrome/wrapper/sidebar.tsx
index c8dde2d089a..040db5fa56c 100644
--- a/frontend/src/components/editor/chrome/wrapper/sidebar.tsx
+++ b/frontend/src/components/editor/chrome/wrapper/sidebar.tsx
@@ -149,11 +149,11 @@ export const Sidebar: React.FC = () => {
)}
/>
-