From b7f2e084eb2f2134becc1969ede4fd09aa6be361 Mon Sep 17 00:00:00 2001 From: Ayan Gupta <74832088+ayangupt@users.noreply.github.com> Date: Tue, 30 Jun 2026 19:03:22 -0700 Subject: [PATCH] Add author attribution to Site Studio canvas (#2166) Adds the author block to extensions/site-studio/canvas.json so the canvas gallery shows attribution (by @ayangupt), matching other extensions. Co-authored-by: Ayan Gupta Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- extensions/site-studio/canvas.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/site-studio/canvas.json b/extensions/site-studio/canvas.json index 05f5c010..c48c89c3 100644 --- a/extensions/site-studio/canvas.json +++ b/extensions/site-studio/canvas.json @@ -3,6 +3,10 @@ "name": "Site Studio", "description": "Plan, draft, and track a personal website section by section — a shared canvas where you and your agent author content, watch progress, and review every change.", "version": "1.0.0", + "author": { + "name": "Ayan Gupta", + "url": "https://github.com/ayangupt" + }, "keywords": [ "agent-collaboration", "content-authoring",