Release v0.2.6
What's New in v0.2.6
📦 Binaries
Each archive contains three binaries:
titen-api— HTTP server (Threads management API)titen— CLI clienttiten-mcp— MCP server (stdio)
🚀 Quick Start
# Start API server
titen-api
# Add Threads account (token only, auto-resolves user_id + username)
titen accounts add --token <ACCESS_TOKEN>
# Or with short-lived → long-lived exchange
titen accounts add --token <SHORT_LIVED> --app-secret <APP_SECRET>
# Create a post
titen posts create --account <ID> --text "Hello Threads!"