Skip to content

Commit ffb298b

Browse files
committed
chore: upstream triage commits 107-121 (opencode/dev)
Apply TUI/core relevant changes from upstream: - Commit 107 bfbcbc8: Add Laravel Pint formatter support (PHP) - Commit 108 fd77d31: Update session title prompt for user language - Commit 117 cf6ad4c: Handle special characters in git snapshot paths - Commit 118 65938ba: Update session summary after revert with file changes Skipped (app/desktop/web only): - Commits 109-116, 119-121: App UI, desktop, i18n translations, console
1 parent 5e5c77a commit ffb298b

50 files changed

Lines changed: 2455 additions & 9165 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/skills/zee/SKILL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ npx tsx scripts/zee-memory.ts search "John Q4" --limit 5
3939

4040
### Messaging
4141
```bash
42+
# Text message
4243
npx tsx scripts/zee-messaging.ts whatsapp --to "+1234567890" --message "Running late"
44+
# Audio/voice note (generate with TTS first)
45+
npx tsx scripts/zee-messaging.ts whatsapp --to "+1234567890" --message "" --media "/tmp/voice.ogg"
46+
# Image with caption
47+
npx tsx scripts/zee-messaging.ts whatsapp --to "+1234567890" --message "Check this!" --media "/tmp/photo.jpg"
48+
# Telegram
4349
npx tsx scripts/zee-messaging.ts telegram --to "@username" --message "Check this"
4450
```
4551

@@ -69,7 +75,7 @@ khard show "John Doe" # Details
6975
|------|---------|
7076
| `zee:memory-store` | Store facts, preferences, tasks, notes |
7177
| `zee:memory-search` | Semantic search across memories |
72-
| `zee:messaging` | Send/receive on WhatsApp and Telegram |
78+
| `zee:messaging` | Send text/audio/media on WhatsApp and Telegram |
7379
| `zee:notification` | Proactive alerts and reminders |
7480
| `zee:browser-*` | Web automation (see `tools-reference.md`) |
7581
| `zee:pty-*` | Interactive terminal sessions |

.claude/skills/zee/tools-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Detailed documentation for Zee's tools and capabilities.
88
|------|---------|
99
| `zee:memory-store` | Store facts, preferences, tasks, notes |
1010
| `zee:memory-search` | Semantic search across all memories |
11-
| `zee:messaging` | Send/receive across WhatsApp and Telegram |
11+
| `zee:messaging` | Send text/audio/media across WhatsApp and Telegram |
1212
| `neomutt` | Email client (read, compose, reply) |
1313
| `notmuch` | Email search and indexing |
1414
| `mbsync` | IMAP sync (offline email) |

0 commit comments

Comments
 (0)