Skip to content

Release v0.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 01:53
· 27 commits to develop since this release
bff8f05

What's New in v0.4.0

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