Skip to content

Release v0.2.6

Choose a tag to compare

@github-actions github-actions released this 07 Aug 09:12
· 31 commits to develop since this release
c5f3166

What's New in v0.2.6

📦 Binaries

Each archive contains three binaries:

  • titen-api — HTTP server (Threads management API)
  • titen — CLI client
  • titen-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!"