Skip to content

Add repository comparison command #179

@calchiwo

Description

@calchiwo

Add a command to generate a comparison between two repositories.

Example:

explainthisrepo compare facebook/react preactjs/preact

Implementation idea:

  1. Run the existing repository analysis pipeline for both repositories

  2. Generate explanations for each repository

  3. Build a prompt that compares the two results

  4. Produce a summary describing the key differences

Example output:

React uses a virtual DOM diffing approach and focuses on a full-featured ecosystem.

Preact provides a lighter implementation with a smaller bundle size while maintaining a React-compatible API.

This would help developers quickly understand differences between similar projects, frameworks, or libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestnodePull requests that update the node codepythonPull requests that update python code

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions