Skip to content

Commit 7b3498a

Browse files
committed
fix(a2ui): correct basic catalog id + Composer/Theater URLs
- A2UI_BASIC_CATALOG_ID was a guessed URL; @a2ui/web_core ships it as https://a2ui.org/specification/v0_9/basic_catalog.json. Mismatched id caused @a2ui/lit's MessageProcessor to throw "Catalog not found" inside the live render column. - A2UI Composer/Theater are hosted at a2ui-composer.ag-ui.com, not a2ui.org/{composer,theater}. The Theater path on a2ui.org 404s.
1 parent 844bf01 commit 7b3498a

3 files changed

Lines changed: 58 additions & 58 deletions

File tree

gallery/build.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,8 @@ const cardHtml = (c: Card) => {
472472
<div class="open-in" data-open-in>
473473
<button data-action="copy-a2ui" data-jsonl="${escapeHtml(medium.a2ui)}">Copy A2UI JSONL</button>
474474
<button data-action="copy-json" data-json="${escapeHtml(medium.json)}">Copy WidgetData JSON</button>
475-
<a href="https://a2ui.org/composer" target="_blank" rel="noreferrer noopener">Open in A2UI Composer ↗</a>
476-
<a href="https://a2ui.org/theater" target="_blank" rel="noreferrer noopener">A2UI Theater ↗</a>
475+
<a href="https://a2ui-composer.ag-ui.com/" target="_blank" rel="noreferrer noopener">Open in A2UI Composer ↗</a>
476+
<a href="https://a2ui-composer.ag-ui.com/theater" target="_blank" rel="noreferrer noopener">A2UI Theater ↗</a>
477477
<a href="https://docs.openclaw.ai/platforms/mac/canvas" target="_blank" rel="noreferrer noopener">OpenClaw Canvas ↗</a>
478478
<a href="https://github.com/CopilotKit/generative-ui-playground" target="_blank" rel="noreferrer noopener">CopilotKit Playground ↗</a>
479479
</div>

0 commit comments

Comments
 (0)