Skip to content

Add diffity.com feature#170

Merged
sebst merged 3 commits intomainfrom
copilot/add-diffity-com-feature
Mar 22, 2026
Merged

Add diffity.com feature#170
sebst merged 3 commits intomainfrom
copilot/add-diffity-com-feature

Conversation

Copy link
Contributor

Copilot AI commented Mar 22, 2026

Adds a devcontainer feature for diffity — an agent-agnostic, GitHub-style diff viewer and code review tool that integrates with Claude Code, Cursor, Codex, and other AI coding agents.

Changes

  • src/diffity.com/ — new feature using npm install -g diffity, following the same pattern as memvid.com
  • test/diffity.com/test.sh — smoke test: diffity --version
  • README.md — added row alphabetically between devenv.sh and dozzle.dev (install method: npm)
Original prompt

This section details on the original issue you should resolve

<issue_title>Add diffity.com feature</issue_title>
<issue_description>https://github.com/kamranahmedse/diffity</issue_description>

Comments on the Issue (you are @copilot in this section)


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Copilot AI changed the title [WIP] Add diffity.com feature Add diffity.com feature Mar 22, 2026
Copilot AI requested a review from sebst March 22, 2026 20:52
@sebst sebst marked this pull request as ready for review March 22, 2026 20:53
Copy link
Member

@sebst sebst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test failure

Copy link
Contributor Author

Copilot AI commented Mar 22, 2026

Test failure

Fixed in 1d61b97. The failure was on ubuntu:latestdiffity's dependency better-sqlite3 compiles a native addon and needs make and python3 (for node-gyp), which aren't present in the base ubuntu:latest image. Added build-essential and python3 to the APT prerequisites.

Copilot AI requested a review from sebst March 22, 2026 20:57
@sebst sebst merged commit 71d6254 into main Mar 22, 2026
7 checks passed
@sebst sebst deleted the copilot/add-diffity-com-feature branch March 23, 2026 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add diffity.com feature

2 participants