diff --git a/.changeset/list-hunk-git-lite.md b/.changeset/list-hunk-git-lite.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/list-hunk-git-lite.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/website/src/data/extensions.ts b/website/src/data/extensions.ts index 572ec8549..cef371099 100644 --- a/website/src/data/extensions.ts +++ b/website/src/data/extensions.ts @@ -131,6 +131,15 @@ export const EXTENSION_CATALOG: readonly ExtensionListing[] = [ version: "0.1.0", apiVersion: 6, }, + { + repo: "joshedler/hunk-git-lite", + name: "hunk-git-lite", + summary: + "Adds a git status pane with stage/unstage commands, so you can act on a review without leaving it.", + categories: ["Pane", "Command"], + version: "0.1.0", + apiVersion: 6, + }, { repo: "mikeclarke/hunk-tutor", name: "hunk-tutor",