mycoder
Basic Information
MyCoder is a command-line interface and agent system for AI-powered coding tasks intended for developers. It provides a globally installable CLI named mycoder that can run prompts interactively, accept prompt files, and operate in fully automated sessions. The project supports multiple model providers including Anthropic Claude, OpenAI, and Ollama and includes an agent package for building and running sub-agents. It is extensible via a modular tool system, supports a Model Context Protocol (MCP) to access external resources, and offers GitHub integration to work with issues and PRs. Configuration is flexible and supports many file locations and formats. The repository also includes browser automation support via Playwright and features for parallel execution, message compaction, and hierarchical logging to aid complex coding workflows.