MyCoder
About
MyCoder packages a Claude Code-style terminal agent behind a one-command npm install, with defaults tuned to get developers productive immediately. Its distinguishing surface is GitHub integration: with githubMode enabled, the agent works directly against issues and pull requests, and a /mycoder comment on an issue triggers a headless run that implements and opens a PR, turning issue triage into delegated automation. Subagents run in parallel for concurrent task processing, message compaction keeps long sessions inside the context window, and an interactive correction channel lets a developer redirect a running agent mid-task — a pattern borrowed from how parent agents message subagents. Model configuration spans Anthropic, OpenAI, and local Ollama endpoints, with MCP supplying external tools and context sources. The project maintains conventional-commit release automation through a pnpm monorepo, publishes continuously to npm, and targets developers who want GitHub workflow integration — comment-triggered PRs, issue-driven automation — rather than a purely local REPL.