Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

New Markdown UI element with clickable links for plugin/skill interfaces

Plugins and skills can now render a Markdown element with clickable links in the terminal UI

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaTerminal UI SDKwhat it touches
KindNew Featuresin v2.1.274,
Group of 4 Use it now

Plugins and skills can now render a Markdown element with clickable links in the terminal UI

What

  • A new Markdown element type is available in the UI toolkit plugins and skills use to build custom terminal interfaces, alongside existing elements like Box, Text, and Code. It supports props such as text, dimColor, and pressableLinks, and its content is sanitized to reject control characters.
  • Markdown text can now contain clickable (pressable) links: a new renderer recognizes https://, http://, and file:// links, distinguishes single- from double-clicks, and calls a press handler with the link's destination when clicked.
  • The system that finds which UI elements are clickable now also collects a pressableLinks list of link destinations for a pressable element.
  • The Markdown component is now an allowed element on the default, mobile, and VS Code render surfaces, with a dedicated error if a Markdown element with links is missing its click handler.

Why This lets plugins and skills present richer, formatted text with clickable links in their custom terminal UI, instead of being limited to plain text or buttons.

Read from
Names in the bundleMarkdowndimColorpressableLinksonLinkPress
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Added since A small documentation edit on Artifacts touched a line naming Markdown after this was published. When Claude saves the same filename again in the same session, the artifact gains a new version. You can also edit text-based artifacts (Markdown, code, plain text) directly: click **Edit content**, make changes, and **Save** to create a n… claude-science/artifacts see the edit
Confirmed since Anthropic's documentation has since written up Markdown, on Claude Science changelog. * Tables in Markdown files now show as a compact grid; a long table keeps its header row in view, and row labels stay in view when you scroll sideways claude-science/changelog see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up Markdown, on Claude Science changelog.

See this entry in the whole of v2.1.274 →

Feedback