You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ below), it will automatically use those files and start with HTTPS. Pretty cool.
112
112
113
113
## How It Works
114
114
115
-
WellSaid connects to your macOS Messages database to fetch your conversations with a specific contact (set via the `PARTNER_PHONE` environment variable). It then uses an AI provider (any combination of OpenAI, Anthropic, Grok, and/or Khoj) to analyze the conversation and generate:
115
+
WellSaid connects to your macOS Messages database to fetch your conversations with a specific contact. It then uses an AI provider (any combination of OpenAI, Anthropic, Grok, and/or Khoj) to analyze the conversation and generate:
116
116
117
117
1. A summary of the conversation, including emotional tone and key topics
118
118
1. Three suggested replies (short, medium, and long) in your chosen tone
@@ -211,7 +211,7 @@ Now when you visit your app over HTTPS (via Safari), iOS will trust the cert, an
211
211
### Common Issues
212
212
213
213
- **0 Messages Found**: Open the Messages app on your Mac and sign in if you haven't already. Summaries and replies will be available once you've signed in and your partner has sent at least one message.
214
-
- **Messages Not Loading**: Ensure you've setthe correct `PARTNER_PHONE`in your `.env` file.
214
+
- **Messages Not Loading**: Ensure you've setyour partner's phone number correctly under the Settings tab.
215
215
- **Permission Issues**: WellSaid needs access to your Messages database. Make sure Terminal/your editor has Full Disk Access in System Preferences > Security & Privacy.
216
216
- **Go Button Disabled**: Conversation summaries are only available when your partner has responded in the selected time frame.
217
217
@@ -229,14 +229,13 @@ Now when you visit your app over HTTPS (via Safari), iOS will trust the cert, an
0 commit comments