Skip to content

Conversation

bhouston
Copy link
Member

@bhouston bhouston commented Mar 4, 2025

Implements GitHub mode for MyCoder that enables the agent to work with GitHub issues and PRs as its primary workflow.

When enabled, the agent will:

  • Start from existing GitHub issues or create new ones for tasks
  • Create branches for issues it's working on
  • Make commits with descriptive messages
  • Create PRs when work is complete
  • Create additional GitHub issues for follow-up tasks or ideas

Changes include:

  • Added GitHub mode detection in the system prompt
  • Updated documentation in README.md and CLI README.md
  • Added dedicated documentation in docs/github-mode.md
  • Created a changeset for version tracking

Closes #67

@bhouston bhouston merged commit ca44fe7 into main Mar 4, 2025
2 checks passed
Copy link

sentry-io bot commented Mar 7, 2025

Suspect Issues

This pull request was deployed and Sentry observed the following issues:

  • ‼️ Error: 400 deepseek-reasoner does not support Function Calling Object.doGenerate(config.ts) View Issue

Did you find this useful? React with a 👍 or 👎

Copy link

🎉 This PR is included in version mycoder-agent-v1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version mycoder-v1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@bhouston bhouston deleted the issue-67-github-mode-updated branch March 12, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GitHub Mode to MyCoder

1 participant