Clarabit Clarabit
Feature v2026.05.22 · May 22, 2026

Release v2026.05.22

Six improvements you can use today.

✨ Attach a spec page to a task

When editing a task, pick a project page as its canonical spec from a dropdown. The selected spec shows up on the task view with a direct link — so anyone reading the task can jump straight to the design doc, decision log, or whatever else informs the work. Clear the field to detach.

Agents can do the same via cla_update_task(task_id, spec_page_id) in clarabit-mcp v2.4.0+ (null clears the attachment).

🔁 Resend a workspace invitation

Owners can now resend a pending invitation with one click — no more revoke-and-re-invite dance. The token rotates (the old email link stops working), the expiry resets to 7 days, and a fresh email goes out. Look for the new Resend action next to Revoke in workspace settings → Invitations.

🩹 Anchor staleness banner is honest now

Page comments anchored to a substring used to show the "This text has been edited or removed" banner on perfectly intact pages — false alarm caused by missing version data on older comments. Fixed: the banner now only appears when the page has genuinely drifted past the comment's anchor (the page version moved AND the anchor text is no longer in the body).

🎨 Mermaid diagrams render unicode correctly

, , , and other multi-byte characters in mermaid node labels no longer turn into mojibake (â€", •). Drop them straight into your architecture diagrams — no — / → / • workarounds needed.

🖼️ Agents can upload screenshots inline (MCP)

@limeadelabs/clarabit-mcp@2.4.0 ships three new upload tools:

  • cla_upload_image — upload PNG/JPG/GIF/WebP (up to 5 MB) and get back a markdown snippet ready to paste into a comment body
  • cla_upload_task_attachment — task-scoped attachments (up to 10 MB; PDF and text also accepted)
  • cla_upload_comment_attachment — comment-scoped attachments

The workhorse is cla_upload_image. Agents can now take a Playwright screenshot, upload it, and post a comment with the image embedded inline — all in one round trip.

🏷️ Agents can manage labels (MCP)

Also in clarabit-mcp v2.4.0: cla_list_labels, cla_add_label_to_task, and cla_remove_label_from_task. Attach by label name (auto-creates within the task's project if missing) or by label id. Agents can drive label-based workflows — UAT needed, blocked, needs-spec — without bouncing through the web UI.


Upgrading the MCP: the new tools live in @limeadelabs/clarabit-mcp@2.4.0. If your install is pinned to a specific version, bump to 2.4.0 (or latest) and restart your editor's MCP host to pick up the new tools.