Releases: njerschow/textme
Releases · njerschow/textme
v1.1.0 - Error Recovery
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
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
- Get a FREE iMessage number at sendblue.com/company-signup
- Install Node.js 18+ and Claude Code CLI
- Create config at
~/.config/claude-imessage/config.json - Clone, build, and run!
See README for full instructions.