Skip to content

fix: remove unreliable init command #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 12, 2025
Merged

Conversation

bhouston
Copy link
Member

Remove unreliable init command

This PR removes the init command from the CLI tool, as well as the createDefaultConfigFile function that was used to create the initial mycoder.config.js file. The command has proven to be unreliable in practice.

Changes

  • Removed the init command from the CLI entry point
  • Removed the createDefaultConfigFile function from config.ts
  • Deleted the init.ts command file
  • Updated the README.md to remove references to the init command

Testing

  • All tests pass
  • The CLI builds successfully without the init command

Closes #225

@bhouston bhouston merged commit 08f55bc into main Mar 12, 2025
1 check passed
Copy link

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

The release is available on:

Your semantic-release bot 📦🚀

Copy link

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

The release is available on:

Your semantic-release bot 📦🚀

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.

Remove unreliable init command
1 participant