Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devcontainer-generator",
"private": true,
"version": "1.0.21",
"version": "1.0.22",
"packageManager": "bun@1.3.10",
"type": "module",
Comment on lines 2 to 6
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

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

The PR title/description indicates only a version bump, but this change set also updates the published template/feature catalogs (templates.json and features.json). Please update the PR description/title (or split into separate PRs) so release notes/reviewers aren’t misled about the scope of the release.

Copilot uses AI. Check for mistakes.
"scripts": {
Expand Down
91 changes: 91 additions & 0 deletions public/data/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -19530,6 +19530,30 @@
"category": "devcontainer features by ChaosWars",
"documentationURL": "https://github.com/ChaosWars/vscode-features"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/add-script:1",
"name": "add-script",
"description": "Add a script from a URL or inline text to /usr/local/bin during devcontainer build",
"options": {
"name": {
"type": "string",
"default": "",
"description": "Name for the script placed in /usr/local/bin."
},
"url": {
"type": "string",
"default": "",
"description": "URL of a script to download."
},
"script": {
"type": "string",
"default": "",
"description": "Inline script text to add."
}
},
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/add-script"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/alexpasmantier-television:1",
"name": "alexpasmantier/television",
Expand Down Expand Up @@ -19749,6 +19773,20 @@
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/bun.sh"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/ca-certificates:1",
"name": "ca-certificates",
"description": "Install \"ca-certificates\" and optionally add custom CA certificates from URLs",
"options": {
"urls": {
"type": "string",
"default": "",
"description": "Newline-separated list of URLs to download as additional CA certificates into /usr/local/share/ca-certificates."
}
},
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ca-certificates"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/ccache.dev:1",
"name": "ccache.dev",
Expand Down Expand Up @@ -20111,6 +20149,23 @@
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/getdnote.com"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/gitagent.sh:1",
"name": "gitagent.sh",
"description": "Install \"gitagent\" binary",
"options": {
"version": {
"type": "string",
"default": "latest",
"proposals": [
"latest"
],
"description": "Version of \"gitagent\" to install."
}
},
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/gitagent.sh"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/github.com-cli:1",
"name": "github.com/cli",
Expand Down Expand Up @@ -20230,6 +20285,23 @@
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/joelhooks-agent-secrets"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/jonas-tig:1",
"name": "jonas/tig",
"description": "Install \"tig\" binary",
"options": {
"version": {
"type": "string",
"default": "latest",
"proposals": [
"latest"
],
"description": "Currently unused. tig is installed via the system package manager."
}
},
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/jonas-tig"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/jq:1",
"name": "jq",
Expand Down Expand Up @@ -20548,6 +20620,25 @@
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/ripgrep"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/run-script:1",
"name": "run-script",
"description": "Run a script from a URL or inline text during devcontainer build",
"options": {
"url": {
"type": "string",
"default": "",
"description": "URL of a script to download and execute."
},
"script": {
"type": "string",
"default": "",
"description": "Inline script text to execute."
}
},
"category": "Community features by devcontainer.community",
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/run-script"
},
{
"id": "ghcr.io/devcontainer-community/devcontainer-features/schpet-linear-cli:1",
"name": "schpet/linear-cli",
Expand Down
15 changes: 13 additions & 2 deletions public/data/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -3698,7 +3698,7 @@
"imageVersion": {
"type": "string",
"description": "amp-devcontainer version",
"default": "6.9.0"
"default": "6.10.0"
}
},
"category": "Philips Software Dev Container Templates",
Expand All @@ -3712,7 +3712,7 @@
"imageVersion": {
"type": "string",
"description": "amp-devcontainer version",
"default": "6.9.0"
"default": "6.10.0"
}
},
"category": "Philips Software Dev Container Templates",
Expand All @@ -3727,7 +3727,9 @@
"type": "string",
"description": "Python version:",
"proposals": [
"3.14",
"3.13",
"3.12",
"latest"
],
"default": "latest"
Expand Down Expand Up @@ -3851,6 +3853,15 @@
"frankenphp"
],
"default": "frankenphp"
},
"database": {
"type": "string",
"description": "Which database would you like to use in your development environment?",
"proposals": [
"sqlite",
"mysql"
],
"default": "mysql"
}
},
"category": "Templates by Thomas Hucke",
Expand Down