Files
automaker/.automaker/feature_list.json
Kacper 6970578536 feat(profiles): implement AI profile management system
Add new profiles view component with sidebar integration and state management for AI provider profiles. Users can now create and manage custom AI profiles for different tasks (e.g., heavy-task with Claude Opus, debugging with Codex).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
2025-12-10 13:09:20 +01:00

279 lines
15 KiB
JSON

[
{
"id": "feature-1765288408132-3pmld0an6",
"category": "Core",
"description": "Can you add a shortcut key for O to open up a new project? To click on the open new project button that's in like the logo header area.",
"steps": [],
"status": "verified",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765300273422-a8ovhdlwq",
"category": "Core",
"description": "I want the ability to press P which will automatically select my projects drop down and show all my projects. And then for each one, put a hotkey in the left that says 12345 and selecting one of those with my keyboard should automatically select that project.\n",
"steps": [],
"status": "verified",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765301095506-cpy06q9u0",
"category": "Core",
"description": "It seems like there's only a limit of five of how many things show up in the project select drop down. I need to show everything.",
"steps": [],
"status": "verified",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765301127030-a4nnqp0ja",
"category": "Kanban",
"description": "In creating new cards in Kanban, I need the ability to drag and drop images into the description section, which will attach the image as context in store in the temp directory, so that later on when the agent runs, it can know where to fetch that image from.",
"steps": [],
"status": "verified",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765301184184-ttvhd8kkt",
"category": "Core",
"description": "-o should actually open the select folder prompt. Right now when you click o it goes to like the overview page. That's not the correct experience I'm looking for. Also just clicking on the top left open folder icon should do the same thing of opening the system prompt so they can select a project.",
"steps": [],
"status": "verified",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765305181443-qze22t1hl",
"category": "Other",
"description": "the settings view is not allowing us to scroll to see rest of the content ",
"steps": [
"start the project",
"open Setting view",
"try to scroll "
],
"status": "verified",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765310151816-plx1pxl0z",
"category": "Kanban",
"description": "So i want to improve the look of the view of agent output modal its just plain text and im thinking to parse it better and kinda make it look like the last image of coolify logs nice colorded and somehow grouped into some types of info / debug so in our case like prompt / tool call etc",
"steps": [],
"status": "verified",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765318148517-715isvwwb",
"category": "Kanban",
"description": "When agent finish work the cards is moved either to waiting approval or into verified one But mostly its include some type of summary at the end i want you to modify our prompts and ui so when its in both states we can see the feature summary of what was done / modified instead of relying on going to code editor to see what got changed etc.",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [],
"startedAt": "2025-12-09T22:09:13.684Z",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765319491258-x933j6kbq",
"category": "Core",
"description": "When running new feature in skip automated testing once its got finished its moved to waiting approval for us to manual test it / follow up prompt. Once we are satisfied we can click commit button so ai agent can commit it work this is only hapening in this scenerio because if we have unchecked the skip automated testing its do it automaticly and commit already. But the issue is when its going to commit we move it to in progress state where we can use stop button and if user use that button its moved to backlog column and. that kinda break what we are doing becase we have no longer even abbility to move it back to waiting approval or to run commit button / follow up again so if user use manual one and stop the commit i want it to be again moved back to waiting approval state / column",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [],
"startedAt": "2025-12-09T22:31:41.946Z",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765321570899-oefrfast6",
"category": "Core",
"description": "I would like to have abbility to set correct model for new feautres. so inteas of only using claude opus we could use other models like sonnet or haiku for easier / light one tasks as well to add abbility how much thinking lvl we wanna use on each task as well",
"steps": [
"User add new feature",
"User Describe it",
"Select the automated testing or manual one",
"If the task is light / easy to implement he use lighter model from anthropi sdk such as sonnet / haiku",
"agent execute task with correct model "
],
"status": "verified",
"skipTests": false,
"imagePaths": [],
"startedAt": "2025-12-09T23:07:37.223Z",
"summary": "Added model selection (Haiku/Sonnet/Opus) and thinking level (None/Low/Medium/High) controls to feature creation and edit dialogs. Modified: app-store.ts (added AgentModel and ThinkingLevel types), board-view.tsx (UI controls), feature-executor.js (dynamic model/thinking config), feature-loader.js (field persistence). Agent now executes with user-selected model and extended thinking settings.",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765332414638-8jt9o8v06",
"category": "Kanban",
"description": "I want you to refactor the add new feature modal there are to many settings going on and its hard / annoyig to navigate lets split the settings in modal into tabs \nprompt icon - prompt and category\ngear icon - model and thinking ( here i would also like to split somehow the claude with thinking and codex that dont use it )\ntest icon - skip automated testing and verification steps\n",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [],
"startedAt": "2025-12-10T02:17:18.943Z",
"summary": "Made model selection buttons compact. Removed descriptions and badges from cards, now shows short model names (Haiku, Sonnet, Opus, Max, Codex, Mini) in horizontal row. Full description available on hover. Modified: board-view.tsx (renderModelOptions function).",
"model": "opus",
"thinkingLevel": "high"
},
{
"id": "feature-1765333519168-1z97a3dcq",
"category": "Uncategorized",
"description": "Make the add new feature modal widther ",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [
{
"id": "img-1765333063064-qygrbjul4",
"path": "/var/folders/lh/zcj91n9j4vj4_wg8jsvpqr9m0000gn/T/automaker-images/1765333063058_SCR-20251210-dseh.png",
"filename": "SCR-20251210-dseh.png",
"mimeType": "image/png"
}
],
"startedAt": "2025-12-10T02:25:21.328Z",
"summary": "Increased dialog max-width from max-w-md/max-w-lg to max-w-2xl. Modified: app/src/components/ui/dialog.tsx. This makes the add new feature modal and all other dialogs wider (from 448-512px to 672px) for better content display.",
"model": "haiku",
"thinkingLevel": "none"
},
{
"id": "feature-1765334441225-h3j832sbz",
"category": "Kanban",
"description": "For example i got haiku model running or codex one but we can still see opus 4.5 check if it not hardcoded and fix it to use proper model name that was used in this task",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [],
"startedAt": "2025-12-10T02:40:43.706Z",
"summary": "Kanban cards now render the agent info model badge using feature.model so the displayed model matches the one selected for the task.",
"model": "gpt-5.1-codex",
"thinkingLevel": "none"
},
{
"id": "feature-1765331813319-jzlk7eku2",
"category": "Uncategorized",
"description": "describe the attached image do not change code",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [
{
"id": "img-1765331797511-v4ssc1hha",
"path": "/Users/webdevcody/Library/Application Support/automaker/images/1765331797510-ypiiz13rt_Screenshot_2025-12-09_at_8.56.34_PM.png",
"filename": "Screenshot 2025-12-09 at 8.56.34 PM.png",
"mimeType": "image/png"
}
],
"startedAt": "2025-12-10T02:02:54.785Z",
"model": "opus",
"thinkingLevel": "none"
},
{
"id": "feature-1765358858108-r8ay1p5mj",
"category": "Settings",
"description": "Add claude and codex to the left sidebar of settings so its will scroll to thoes sections as well",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [
{
"id": "img-1765358823366-6vchdhwsj",
"path": "/Users/shirone/Library/Application Support/automaker/images/1765358823364-e0ir8jy9l_SCR-20251210-jooz.png",
"filename": "SCR-20251210-jooz.png",
"mimeType": "image/png"
}
],
"startedAt": "2025-12-10T09:32:31.638Z",
"model": "sonnet",
"thinkingLevel": "none"
},
{
"id": "feature-1765360739103-3h218d1nn",
"category": "Kanban",
"description": "When u write new feature for ai agent and attacht context images and change tab to choose diff model and go back to prompt tab the image preview break and im not sure if it even saved properly in state to be later attached check it out for me",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [],
"startedAt": "2025-12-10T09:59:02.988Z",
"summary": "Fixed image preview breaking when switching tabs in Add Feature modal. Added previewMap/onPreviewMapChange props to DescriptionImageDropZone component to lift preview state up to parent. Modified: description-image-dropzone.tsx (added parent-controlled state support), board-view.tsx (added newFeaturePreviewMap and followUpPreviewMap state, wired up to DescriptionImageDropZone). Image paths were already stored correctly in state - only the preview thumbnails (base64) were lost on tab switch due to component unmounting.",
"model": "opus",
"thinkingLevel": "high"
},
{
"id": "feature-1765363330908-vu0hip87r",
"category": "Kanban",
"description": "Take a look at waiting aproval column in kanban board and fix the card that render in it u can see in attached images that they text is overlaping check other columns how we have them",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [
{
"id": "img-1765363296205-e4cwlj2j8",
"path": "/Users/shirone/Library/Application Support/automaker/images/1765363296203-bud50snjv_SCR-20251210-kosr.png",
"filename": "SCR-20251210-kosr.png",
"mimeType": "image/png"
},
{
"id": "img-1765363296214-lloeta38x",
"path": "/Users/shirone/Library/Application Support/automaker/images/1765363296212-zg03hi120_SCR-20251210-kotn.png",
"filename": "SCR-20251210-kotn.png",
"mimeType": "image/png"
},
{
"id": "img-1765363296221-oupa9su2f",
"path": "/Users/shirone/Library/Application Support/automaker/images/1765363296219-7kndnuzr2_SCR-20251210-koud.png",
"filename": "SCR-20251210-koud.png",
"mimeType": "image/png"
}
],
"startedAt": "2025-12-10T10:46:42.494Z",
"model": "sonnet",
"thinkingLevel": "low"
},
{
"id": "feature-1765365064255-wk51aoz3e",
"category": "Core",
"description": "I want to have some abbility when executing a task on project to have some type of rewing / checkpoint system so if the changes made by agent in the project dont satisfy me / break something i can click in the ui to revert them. The best way for it would be to implement github worktress so when spin up new task claude take a look at it generate new branch that fit task issue and make it as gihub worktree then we would create a a new folder in project .automaker/worktree with branch name and clone of repo so agent can freely work one something like that ",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [],
"startedAt": "2025-12-10T11:11:06.115Z",
"summary": "Implemented Git Worktree Checkpoint/Revert System. Created: worktree-manager.js service. Modified: auto-mode-service.js (worktree integration, revert/merge methods), feature-loader.js (worktree tracking), main.js (IPC handlers), preload.js (API exposure), app-store.ts (Feature type), electron.d.ts (types), electron.ts (mock API), kanban-card.tsx (branch badge, revert/merge buttons), board-view.tsx (handlers). Features: isolated git branches per feature, branch badge on cards, revert changes button, merge to main button, file diff APIs.",
"model": "opus",
"thinkingLevel": "ultrathink"
},
{
"id": "feature-1765365411551-87ww2zw6g",
"category": "Kanban",
"description": "When a agent is workig on task or when its in waiting approval column its would be nice to have some type of git diff panel and see what files got changed as well as reusing our custom themes we have in settings for the editor view of it take a look at codebase and create implementation for it",
"steps": [],
"status": "verified",
"skipTests": true,
"imagePaths": [],
"startedAt": "2025-12-10T11:16:54.069Z",
"summary": "Added git diff panel for in-progress and waiting approval features. Created GitDiffPanel component with themed syntax highlighting. Modified: git-diff-panel.tsx (new), agent-output-modal.tsx, worktree-manager.js, auto-mode-service.js, main.js, preload.js, electron.d.ts. The panel shows changed files with +/- stats and expandable unified diff view using CSS theme variables.",
"model": "opus",
"thinkingLevel": "ultrathink"
},
{
"id": "feature-1765366278888-fobz39cc4",
"category": "Core",
"description": "Implement profile view and in the sidebar the profile view would allow user to defined different ai provider profiels like heavy-task would be claude opus model with ultrathink or debugging would be codex max. This will give user flexibillity in our model tab to quickly use own defined profiles preset of models.",
"steps": [],
"status": "waiting_approval",
"skipTests": true,
"imagePaths": [],
"startedAt": "2025-12-10T11:31:20.842Z",
"summary": "Implemented AI Profiles feature for managing model configuration presets. Created: profiles-view.tsx. Modified: app-store.ts (added AIProfile type, state, and CRUD actions), sidebar.tsx (added profiles nav item), page.tsx (added profiles view routing), board-view.tsx (added Quick Select Profile section in Add/Edit Feature dialogs). Features: 5 built-in profiles (Heavy Task, Balanced, Quick Edit, Codex Power, Codex Fast), custom profile CRUD, drag-and-drop reordering, quick profile selection in feature dialogs.",
"model": "opus",
"thinkingLevel": "high"
}
]