Skip to content

Add jq feature#122

Merged
sebst merged 3 commits intomainfrom
copilot/add-jq-feature
Mar 19, 2026
Merged

Add jq feature#122
sebst merged 3 commits intomainfrom
copilot/add-jq-feature

Conversation

Copy link
Contributor

Copilot AI commented Mar 19, 2026

Adds a jq devcontainer feature that installs the jq JSON processor via the system package manager (apt-get).

Changes

  • src/jq/devcontainer-feature.json — Feature manifest; includes a version option as a placeholder following repo convention
  • src/jq/install.sh — APT-based install (same pattern as mosh.org)
  • src/jq/README.md — Auto-generated style README
  • test/jq/test.sh — Verifies jq --version succeeds
  • .github/workflows/test.yaml — Added jq to both test-autogenerated and test-scenarios CI matrices

Usage

"features": {
    "ghcr.io/devcontainer-community/devcontainer-features/jq:1": {}
}
Original prompt

This section details on the original issue you should resolve

<issue_title>Add jq feature</issue_title>
<issue_description>build on implementation in #104 </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.

Co-authored-by: sebst <592313+sebst@users.noreply.github.com>
Copilot AI changed the title [WIP] Add jq feature based on existing implementation Add jq feature Mar 19, 2026
Copilot AI requested a review from sebst March 19, 2026 09:36
@sebst sebst marked this pull request as ready for review March 19, 2026 09:45
@sebst sebst merged commit 4ebdf64 into main Mar 19, 2026
152 of 153 checks passed
@sebst sebst deleted the copilot/add-jq-feature branch March 19, 2026 10:21
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 jq feature

2 participants