Skip to content

Releases: njerschow/textme

v1.1.0 - Error Recovery

11 Jan 01:57

Choose a tag to compare

What's New

Error Recovery

  • Users now receive clear error notifications when message processing fails
  • Error messages include:
    • ⚠️ [UNHANDLED ERROR] for errors during Claude processing
    • ⚠️ [SYSTEM ERROR] for errors in the poll loop
  • Improved logging with stack traces for debugging

Cleanup

  • Removed sensitive data (phone numbers, user-specific paths) from public files
  • Removed old plist configuration file with hardcoded paths

Get Started

Get a FREE iMessage number at sendblue.com/company-signup

Full changelog: v1.0.0...v1.1.0

v1.0.0 - Initial Release

11 Jan 01:52

Choose a tag to compare

TextMe v1.0.0

Text Claude from your phone via iMessage.

Features

  • Send messages to Claude Code CLI via iMessage
  • Real-time tool activity updates
  • Message queue for when Claude is busy
  • Session persistence (directory, conversation history)
  • Commands: ?, status, queue, home, reset, cd, stop
  • Optional auto-start on login via launchd

Quick Start

  1. Get a FREE iMessage number at sendblue.com/company-signup
  2. Install Node.js 18+ and Claude Code CLI
  3. Create config at ~/.config/claude-imessage/config.json
  4. Clone, build, and run!

See README for full instructions.