## Editorial notes
mini-SWE-agent is useful when Claude-adjacent teams want a small, auditable coding-agent CLI for local tasks, issue fixing, research baselines, or SWE-bench style evaluation. Its center of gravity is intentionally minimal: a compact agent loop, local environment support, terminal-action based operation, confirm and human modes, optional automatic execution, trajectory inspection, batch inference, and Python extension points.
This is distinct from existing coding-assistant and agent-framework entries. Claude Code, Cline, Roo Code, Aider, Continue, Cursor, Windsurf, Replit Agent, and Sourcegraph Cody focus on broader IDE, editor, or coding-assistant workflows. LangGraph, Pydantic AI, Agno, CrewAI, and AutoGen focus on agent framework construction. mini-SWE-agent is narrower: a research-backed, minimal software-engineering agent that uses simple local control flow for CLI coding tasks, issue repair, trajectories, and benchmark runs.
## Source notes
- The official README describes mini-SWE-agent as a minimal AI software-engineering agent built by the Princeton and Stanford team behind SWE-bench and SWE-agent.
- The README says mini is widely adopted, intentionally minimal, MIT licensed, compatible with many model routes, and designed for local environments, containers, and other sandboxing approaches.
- The README says mini does not use custom tools beyond bash, does not require model tool-calling interfaces, executes independent actions, and keeps a linear history for debugging and fine-tuning.
- The README recommends mini-SWE-agent as the default choice when users want a quick command-line tool, simple control flow, sandboxing, benchmark evaluation, or a fine-tuning/reinforcement-learning baseline.
- The official quick-start documentation covers package-manager based installation paths, CLI and extra utility entry points, source installation, model setup, local model guidance, and example coding prompts.
- The official CLI documentation describes `mini` as a REPL-style interactive command-line interface with confirm, human, and automatic execution modes; confirm mode is the default, and the last run history is saved locally.
## Duplicate check
Checked current `content/tools/`, `content/mcp/`, agents, hooks, rules, skills, commands, guides, open pull requests, live issue state, and repository-wide content for `mini-SWE-agent`, `mini swe agent`, `mini-swe`, `SWE-agent/mini-swe-agent`, `mini-swe-agent.com`, `SWE-agent`, `SWE-bench agent`, `coding agent CLI`, and `trajectory browser`. Existing Claude Code, Cline, Roo Code, Aider, Continue, Cursor, Windsurf, Replit Agent, Sourcegraph Cody, LangGraph, Pydantic AI, Agno, CrewAI, and AutoGen entries cover adjacent coding assistant or framework workflows, but no dedicated mini-SWE-agent tools entry, mini-SWE-agent source URL duplicate, or open duplicate PR was found.
## Disclosure
Editorial listing. No paid placement or affiliate link is used.