From 43e2bdc0cd8827ebf80be0b0eb8e5f50e4c6abd4 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 19 Aug 2026 13:07:59 +0000 Subject: [PATCH] feat(website): list hunk-diff-context in the extension marketplace astwys/hunk-diff-context is tagged hunk-extension and adds a pinned complete-file diff sidebar; add it to the curated catalog alongside the other listed extensions. --- .changeset/list-hunk-diff-context.md | 2 ++ website/src/data/extensions.ts | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 .changeset/list-hunk-diff-context.md diff --git a/.changeset/list-hunk-diff-context.md b/.changeset/list-hunk-diff-context.md new file mode 100644 index 000000000..a845151cc --- /dev/null +++ b/.changeset/list-hunk-diff-context.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/website/src/data/extensions.ts b/website/src/data/extensions.ts index 92fc3323f..35dabc4ba 100644 --- a/website/src/data/extensions.ts +++ b/website/src/data/extensions.ts @@ -90,6 +90,15 @@ export const EXTENSION_CATALOG: readonly ExtensionListing[] = [ version: "0.1.0", apiVersion: 6, }, + { + repo: "astwys/hunk-diff-context", + name: "hunk-diff-context", + summary: + "Pins the selected file's complete diff in a sidebar pane, so it stays visible beside the review.", + categories: ["Pane", "Command"], + version: "0.1.0", + apiVersion: 6, + }, { repo: "astwys/hunk-exclude-files", name: "hunk-exclude-files",