mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-02 20:43:36 +00:00
- Updated the commit process for features in the waiting_approval status to generate proper conventional commit messages. - The `commitChangesOnly` method now analyzes changes using `git status`, `git diff`, and recent commit styles to create a professional commit message format. - Added a detailed prompt for the agent to follow, ensuring that the commit message reflects the actual changes made rather than using the feature description verbatim. This improvement aligns the commit behavior with the standards used when automated testing is enabled, enhancing the overall user experience and code quality.
65 lines
3.2 KiB
JSON
65 lines
3.2 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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"id": "feature-1765316742659-rll51tb62",
|
|
"category": "Kanban",
|
|
"description": "We implemented the follow up prompt and waiting approval column its work well but when we click commit button its commiting with the title of follow up prompt i dont like this i would prefer the convencional commit that u as agent is creating when skip automated testing mode is off and u commit it in nice way look how we generate commit / handle it when automated testing is enabled and see how we do it when its disabled and its waiting for our approval and commit button how its handle it",
|
|
"steps": [],
|
|
"status": "waiting_approval",
|
|
"startedAt": "2025-12-09T21:56:25.922Z",
|
|
"imagePaths": [],
|
|
"skipTests": true
|
|
}
|
|
] |