-
Notifications
You must be signed in to change notification settings - Fork 321
Description
Hi @leonvanzyl. I'm loving this project you've created! Simply amazing Leon.
Sorry if this is the wrong way to ask you these questions. Wasn't sure how to tag a question.
Anyway, I'm wondering if thre would be value for others if at the end of a feature build cycle if AutoCoder could automatically commit and push to remote branch. I realize the user would have to setup the repository url, along with ensuring that gh cli is installed and availalbe to Claude Code. Maybe we'd have some wizard flow that asked about their remote repo (or by-pass if they wanted to easy mode).
How have you been managing this? Here's how I'm doing it (open for suggestions)
-
After initial new project is built out (e.g. /users/Projects/my-awesome-new-project), I jump into this directory and walk through gh cli to create a new repository. Take all the local git commits and then push to the remote.
-
Then when I want to add new features, I open the project directory in the terminal, create a new feature branch ( so I'm not working directly on main). Then I just back into AutoCode WebUI and start asking the Agent to add new features as I describe. them.
-
Then repeat the cycle pushing feature branch, reviewing, then opening PR to merge into main.
What's your thoughts?
Thanks,
Chris