From b950f13e11c57d65f80079197898320c45f85e7c Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Fri, 12 Dec 2025 02:50:02 -0500 Subject: [PATCH] feat: remove "Agent Tools" from side navigation and related components - Deleted the "Agent Tools" navigation item from the sidebar. - Updated keyboard shortcuts and app store types to reflect the removal. - Cleaned up imports and references in relevant files. - Retained the `agent-tools-view.tsx` component for potential future use. --- .../agent-output.md | 29 ---------------- .../feature.json | 14 -------- .../agent-output.md | 33 +++++++++++++++++++ .../feature.json | 14 ++++++++ apps/app/src/app/page.tsx | 3 -- apps/app/src/components/layout/sidebar.tsx | 7 ---- apps/app/src/components/ui/keyboard-map.tsx | 2 -- apps/app/src/store/app-store.ts | 3 -- .../msg_1765525491205_xeuqv7i9v.json | 14 ++++++++ apps/server/data/sessions-metadata.json | 8 +++++ 10 files changed, 69 insertions(+), 58 deletions(-) delete mode 100644 .automaker/features/feature-1765524702667-c4ede0vih/agent-output.md delete mode 100644 .automaker/features/feature-1765524702667-c4ede0vih/feature.json create mode 100644 .automaker/features/feature-1765525566442-wsdrtodkc/agent-output.md create mode 100644 .automaker/features/feature-1765525566442-wsdrtodkc/feature.json create mode 100644 apps/server/data/agent-sessions/msg_1765525491205_xeuqv7i9v.json diff --git a/.automaker/features/feature-1765524702667-c4ede0vih/agent-output.md b/.automaker/features/feature-1765524702667-c4ede0vih/agent-output.md deleted file mode 100644 index 28394c1a..00000000 --- a/.automaker/features/feature-1765524702667-c4ede0vih/agent-output.md +++ /dev/null @@ -1,29 +0,0 @@ -## Summary - -I've implemented the requested feature. Here's what was changed: - -### Changes Made to `apps/app/src/components/ui/course-promo-badge.tsx`: - -1. **Removed the modal dialog completely** - The `Dialog` component and all its sub-components (`DialogContent`, `DialogHeader`, `DialogTitle`, `DialogDescription`, `DialogFooter`) along with the modal state (`open`) have been removed. - -2. **Changed from button to direct link** - The `