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
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPlugin UI SDKwhat it touches
KindNew Featuresin v2.1.274,
Group of 4 Use it now No documentation found

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 bundleonLinkPress

See this entry in the whole of v2.1.274 →

Feedback