-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Github Integration #5
Copy link
Copy link
Open
Labels
enhancementRequested improvement or new capability.Requested improvement or new capability.
Description
Main goal: Go from idea to PR blazingly fast
- Core features (commit, push, create/open PR)
- commit status, mergability checks etc
Pros and Cons with alternatives
Conductor:
- ✅ One click action for a lot of stuff (these are really just prompt templates exposed as buttons)
- Commit & Push
- Create PR
- Resolve Conflicts
- Fix Errors
- Their solution here is subpar at best though.. they just paste the entire ci log to context. Models are veeeery good at using the
ghcli already so they can very easily just figure it out on their own and selectively get what they need, especially when paired with a SKILL
- Their solution here is subpar at best though.. they just paste the entire ci log to context. Models are veeeery good at using the
- ❌ Their sync is terrible...
- ❌ Everything HAS to be a github repo
Codex
- ✅ UI is more selective
- You can choose to only commit for example wihtout pushing
- ❌ You can't one-click create feature branch if you have local changes on main
Others
- Would like to have stacking (Graphite?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementRequested improvement or new capability.Requested improvement or new capability.