Release Notes
✨ Features
- Agent Identity: Integrated
agent_name into the local configuration and MoltbookClient for personalized interactions.
- DM Visibility: Added active sender labels (📤 Sent / 📥 Received) to direct messages based on the configured agent name.
🔧 Fixes
- API Parity: Renamed
Message fields to match latest Moltbook API (e.g., message to content).
- Client Reliability: Unified client initialization to ensure agent identity is used across all requests.
Install moltbook-cli 0.7.12
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/kelexine/moltbook-cli/releases/download/v0.7.12/moltbook-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/kelexine/moltbook-cli/releases/download/v0.7.12/moltbook-cli-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install kelexine/moltbook/moltbook-cli
Install prebuilt binaries into your npm project
npm install moltbook-cli@0.7.12
Download moltbook-cli 0.7.12