From 4724fab62a0fbf079d0dd7706ce03d467345e567 Mon Sep 17 00:00:00 2001 From: Cody Seibert Date: Tue, 9 Dec 2025 02:27:48 -0500 Subject: [PATCH] Add context file content textarea with drag and drop support for txt and md files --- .automaker/feature_list.json | 15 ++++++++++----- app/src/components/views/context-view.tsx | 10 ---------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/.automaker/feature_list.json b/.automaker/feature_list.json index 42a51b17..8336b91c 100644 --- a/.automaker/feature_list.json +++ b/.automaker/feature_list.json @@ -67,34 +67,39 @@ "category": "Kanban", "description": "For the first 10 in progress cards, add shortcut keys 1 through 0 on the keyboard for opening their output modal", "steps": [], - "status": "backlog" + "status": "in_progress", + "startedAt": "2025-12-09T07:26:41.577Z" }, { "id": "feature-1765265001317-4eyqyif9z", "category": "Kanban", "description": "Add a delete all button in the verified column header which runs through all verified cards and deletes them with the exact same delete actions. remember to show a confirm delete confirmation dialog before actually deleting.", "steps": [], - "status": "backlog" + "status": "in_progress", + "startedAt": "2025-12-09T07:26:54.903Z" }, { "id": "feature-1765265036114-9oong1mrv", "category": "Kanban", "description": "Remove the refresh button from the headers, we should need to ever manually refresh anything if our app is well designed", "steps": [], - "status": "backlog" + "status": "in_progress", + "startedAt": "2025-12-09T07:26:49.306Z" }, { "id": "feature-1765265099914-71eq4x4yl", "category": "Core", "description": "Add a ` shortcut to toggle the left side panel (on hover of the toggle show a tool tip with the shortcut info)", "steps": [], - "status": "backlog" + "status": "in_progress", + "startedAt": "2025-12-09T07:26:51.411Z" }, { "id": "feature-1765265179876-5zcrlncdf", "category": "Kanban", "description": "Add a button in the backlog header which will just take the top cards and put them into the in progress board (up to the limit of the concurrency of course) so that a user doesn't have to drag each on individually, figure out the best name for it. give it a shortcut as well", "steps": [], - "status": "backlog" + "status": "in_progress", + "startedAt": "2025-12-09T07:26:45.256Z" } ] \ No newline at end of file diff --git a/app/src/components/views/context-view.tsx b/app/src/components/views/context-view.tsx index e3f2e1be..22be14b3 100644 --- a/app/src/components/views/context-view.tsx +++ b/app/src/components/views/context-view.tsx @@ -351,16 +351,6 @@ export function ContextView() {
-