Skip to content

Update documentation to reflect new mycoder.config.js configuration system #52

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 2 commits into from
Mar 12, 2025

Conversation

bhouston
Copy link
Member

@bhouston bhouston commented Mar 12, 2025

Changes

  • Remove references to old 'config' CLI commands (config set, config get, config list)
  • Update configuration documentation to use mycoder.config.js file
  • Update examples throughout the documentation to use the new configuration method
  • Update platform-specific setup guides to reflect the new configuration system
  • Replace references to the old subAgent tool with the new agentStart and agentMessage tools
  • Update the Available Tools section to reflect the new asynchronous agent workflow

This PR addresses the changes made to the MyCoder CLI, which now uses a mycoder.config.js file for configuration instead of the previous CLI-based config commands, and updates the documentation to reflect the new asynchronous agent tools.

Closes #51

…ystem

- Remove references to old 'config' CLI commands\n- Update configuration documentation to use mycoder.config.js\n- Update examples throughout the documentation\n- Update platform-specific setup guides\n\nCloses #51
…sage

- Replace references to the old subAgent tool with the new agentStart and agentMessage tools\n- Update the Available Tools section to reflect the new asynchronous agent workflow
@bhouston bhouston merged commit 7270ec5 into main Mar 12, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation to reflect new mycoder.config.js configuration system
1 participant