From fd8f368b0f6219c684632d3752cf51250c142524 Mon Sep 17 00:00:00 2001 From: Stuart Leeks Date: Tue, 21 Jul 2026 22:48:20 +0000 Subject: [PATCH] Fix description --- src/github-copilot-cli/README.md | 5 +++-- src/github-copilot-cli/devcontainer-feature.json | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/github-copilot-cli/README.md b/src/github-copilot-cli/README.md index 9743794..ae9311d 100644 --- a/src/github-copilot-cli/README.md +++ b/src/github-copilot-cli/README.md @@ -1,7 +1,7 @@ -# GitHub CLI (with persistence) (github-copilot-cli) +# GitHub Copilot CLI (with persistence) (github-copilot-cli) -Install GitHub CLI and configure it to store configuration in a mounted volume to preserve across container builds +Install GitHub Copilot CLI and configure it to store configuration in a mounted volume to preserve across container builds ## Example Usage @@ -22,6 +22,7 @@ Install GitHub CLI and configure it to store configuration in a mounted volume t | Version | Notes | | ------- | ------------------------------------------------------------ | +| 0.0.2 | Fix description | | 0.0.1 | Initial version | --- diff --git a/src/github-copilot-cli/devcontainer-feature.json b/src/github-copilot-cli/devcontainer-feature.json index 7786f9e..9dfbadc 100644 --- a/src/github-copilot-cli/devcontainer-feature.json +++ b/src/github-copilot-cli/devcontainer-feature.json @@ -1,8 +1,8 @@ { - "name": "GitHub CLI (with persistence)", + "name": "GitHub Copilot CLI (with persistence)", "id": "github-copilot-cli", - "version": "0.0.1", - "description": "Install GitHub CLI and configure it to store configuration in a mounted volume to preserve across container builds", + "version": "0.0.2", + "description": "Install GitHub Copilot CLI and configure it to store configuration in a mounted volume to preserve across container builds", "options": {}, "containerEnv": { "COPILOT_HOME": "/dc/github-copilot-cli"