x v2.0.0 — rename + /x:read
Breaking change: plugin renamed tweet → x. /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 (servicex-api). Metered by X at ~$0.005 / post read.
Changed
- Plugin directory
plugins/tweet/→plugins/x/. plugin.jsonname→x, version →2.0.0.marketplace.jsonplugin entry renamed; all per-pluginversionfields removed (plugin.jsonis 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.
/plugin→ selecttweet→ Uninstall/plugin→ installxfrom this marketplace- 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 tweet → x rename is breaking.