Skip to content

Add delta feature#114

Merged
sebst merged 2 commits intomainfrom
copilot/add-delta-feature
Mar 19, 2026
Merged

Add delta feature#114
sebst merged 2 commits intomainfrom
copilot/add-delta-feature

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

Adds a devcontainer feature for delta, a syntax-highlighting pager for git diffs, building on the implementation from #104.

Changes

  • src/delta/devcontainer-feature.json — Feature manifest; version option defaults to "latest", supports pinning to any X.Y.Z semver.
  • src/delta/install.sh — Downloads the musl tar.gz from dandavison/delta GitHub releases. Uses envsubst to expand the archive path template since the directory inside the archive includes the release tag (e.g. delta-0.18.2-x86_64-unknown-linux-musl/delta); --strip-components is derived dynamically from the resolved path depth.
  • test/delta/test.sh — Verifies delta --version succeeds and outputs delta.
  • .github/workflows/test.yaml — Adds delta to both test-autogenerated and test-scenarios matrices.
Original prompt

This section details on the original issue you should resolve

<issue_title>Add delta feature</issue_title>
<issue_description>build on implementation in #104 </issue_description>

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


💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot AI changed the title [WIP] Add delta feature based on existing implementation Add delta feature Mar 19, 2026
Copilot AI requested a review from sebst March 19, 2026 09:30
@sebst sebst marked this pull request as ready for review March 19, 2026 09:32
@sebst sebst merged commit 59f716e into main Mar 19, 2026
139 of 141 checks passed
@sebst sebst deleted the copilot/add-delta-feature branch March 19, 2026 09:44
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 delta feature

2 participants