Skip to content

x v2.0.0 — rename + /x:read

Choose a tag to compare

@omriariav omriariav released this 29 Apr 07:24
x-v2.0.0
9db3ddb

Breaking change: plugin renamed tweetx. /tweet is now /x:tweet.

New

  • /x:read — fetch a tweet by URL or numeric ID via X API v2 (GET /2/tweets/:id). Renders markdown with author, posted-at, public metrics, replied-to / quoted context, and media. Reuses /x:tweet's Keychain credentials (service x-api). Metered by X at ~$0.005 / post read.

Changed

  • Plugin directory plugins/tweet/plugins/x/.
  • plugin.json namex, version → 2.0.0.
  • marketplace.json plugin entry renamed; all per-plugin version fields removed (plugin.json is the single source of truth).

Migration

If you had the old tweet plugin installed, /plugin update will fail with Plugin source not found at .../plugins/tweet — the directory and entry name both moved, so this is a fresh install, not an upgrade.

  1. /plugin → select tweetUninstall
  2. /plugin → install x from this marketplace
  3. Restart Claude Code

Keychain credentials live under service x-api and are untouched — /x:tweet will pick them up immediately. You also get /x:read for free.

Compatibility

Other plugins in this marketplace (copy, setup-pulse, skill-reviewer, find-session, claude-reviewer, coacher) are unaffected. Only the tweetx rename is breaking.