Switch language한국어
Back to the list

A Claude Code/Codex plugin to run autoresearch on your repository

TL;DR AI

Key summary

2 min read
  1. Evo is an open-source plugin for Claude Code and Codex that brings autoresearch-style code optimization to repositories.

  2. It benchmarks a codebase, sets a baseline, then runs multiple parallel agents in git worktrees to test changes.

  3. A tree-search workflow with shared failure traces and regression checks keeps only commits that improve performance.

  4. The plugin is Apache 2.0 licensed and can be installed from the marketplace without extra signup or API keys beyond Claude Code.

Read the original