Skip to content

Release v0.4.1

Choose a tag to compare

@ajianaz ajianaz released this 08 Aug 02:54
· 25 commits to develop since this release
095cb19

What's New in v0.4.1

📦 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!"