agentvibes 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +96 -98
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -79,104 +79,6 @@ source ~/.bashrc
79
79
 
80
80
  ---
81
81
 
82
- ## 💰 ElevenLabs Usage & Costs
83
-
84
- ### **Important: Monitor Your Usage!**
85
-
86
- AgentVibes generates TTS audio for **every task acknowledgment and completion** - this can add up quickly during active coding sessions!
87
-
88
- ### 📊 **Typical Usage Patterns**
89
-
90
- **Light coding (1-2 hours/day):**
91
- - ~50-100 TTS messages
92
- - ~2,500-5,000 characters/day
93
- - ✅ **Free tier works** (10,000 chars/month)
94
-
95
- **Moderate coding (4-5 hours/day):**
96
- - ~200-300 TTS messages
97
- - ~10,000-15,000 characters/day
98
- - ⚠️ **Starter plan needed** ($5/month, 30,000 chars)
99
-
100
- **Heavy coding (8+ hours/day):**
101
- - ~400-600 TTS messages
102
- - ~20,000-30,000 characters/day
103
- - ⚠️ **Creator/Pro plan needed** ($22-$99/month)
104
- - 💡 **May need to upgrade mid-month** if coding intensively
105
-
106
- ### 💳 **ElevenLabs Pricing (2025)**
107
-
108
- | Plan | Monthly Cost | Characters/Month | Best For |
109
- |------|-------------|------------------|----------|
110
- | **Free** | $0 | 10,000 | Trying it out, light use |
111
- | **Starter** | $5 | 30,000 | Casual coding |
112
- | **Creator** | $22 | 100,000 | Regular coding |
113
- | **Pro** | $99 | 500,000 | Heavy daily use |
114
- | **Scale** | $330 | 2,000,000 | Professional/teams |
115
-
116
- **Overage costs** (if you exceed your plan):
117
- - Creator: $0.30 per 1,000 characters
118
- - Pro: $0.24 per 1,000 characters
119
- - Scale: $0.18 per 1,000 characters
120
-
121
- ### 📈 **Monitor Your Usage**
122
-
123
- **Track your consumption in real-time:**
124
-
125
- 1. **Go to ElevenLabs Dashboard:**
126
- - Visit: https://elevenlabs.io/app/usage
127
- - Click "My Account" → "Usage Analytics"
128
- - Or: "Developers" → "Usage" tab
129
-
130
- 2. **What to monitor:**
131
- - ✅ **Credits used** - Daily and monthly totals
132
- - ✅ **Character breakdown** - By voice/API key
133
- - ✅ **Billing period alignment** - See when your plan resets
134
- - ✅ **Export to CSV** - Download usage data
135
-
136
- 3. **Set up alerts:**
137
- - Check your usage weekly
138
- - Watch for unexpected spikes
139
- - Upgrade before hitting limits
140
-
141
- ### 💡 **Tips to Manage Costs**
142
-
143
- 1. **Use selectively**: Disable TTS when doing quick edits
144
- ```bash
145
- /output-style default # Turn off voice
146
- /output-style agent-vibes # Turn back on
147
- ```
148
-
149
- 2. **Monitor analytics**: Check https://elevenlabs.io/app/usage regularly
150
-
151
- 3. **Shorter messages**: Personality styles affect message length
152
- - "Normal" personality = shortest messages
153
- - "Sarcastic/Grandpa" = longer messages
154
-
155
- 4. **Upgrade proactively**: If coding 8+ hours/day, start with Creator plan
156
-
157
- ### 🔗 **Useful Links**
158
-
159
- - 📊 **Usage Dashboard**: https://elevenlabs.io/app/usage
160
- - 💳 **Pricing Page**: https://elevenlabs.io/pricing
161
- - 📖 **Usage Analytics Docs**: https://elevenlabs.io/docs/product-guides/administration/usage-analytics
162
- - 🆘 **Support**: https://help.elevenlabs.io/
163
-
164
- ### ⚠️ **Fair Warning**
165
-
166
- If you're coding **8 hours/day with Claude Code**, expect to use:
167
- - ~600-800 TTS messages daily
168
- - ~30,000-40,000 characters daily
169
- - ~900,000-1,200,000 characters/month
170
-
171
- **You'll likely need:**
172
- - **Pro plan ($99/month)** minimum
173
- - Or **Creator plan + overages** (~$140/month)
174
- - Possibly **two Pro subscriptions** if coding intensively 6-7 days/week
175
-
176
- **Always monitor your ElevenLabs analytics dashboard!** 📊
177
-
178
- ---
179
-
180
82
  ## 🎤 Available Commands
181
83
 
182
84
  All commands are prefixed with `/agent-vibes:`
@@ -516,6 +418,102 @@ The update command will:
516
418
 
517
419
  ---
518
420
 
421
+ ## 💰 ElevenLabs Usage & Costs
422
+
423
+ ### **Important: Monitor Your Usage!**
424
+
425
+ AgentVibes generates TTS audio for **every task acknowledgment and completion** - this can add up quickly during active coding sessions!
426
+
427
+ ### 📊 **Typical Usage Patterns**
428
+
429
+ **Light coding (1-2 hours/day):**
430
+ - ~50-100 TTS messages
431
+ - ~2,500-5,000 characters/day
432
+ - ✅ **Free tier works** (10,000 chars/month)
433
+
434
+ **Moderate coding (4-5 hours/day):**
435
+ - ~200-300 TTS messages
436
+ - ~10,000-15,000 characters/day
437
+ - ⚠️ **Starter plan needed** ($5/month, 30,000 chars)
438
+
439
+ **Heavy coding (8+ hours/day):**
440
+ - ~400-600 TTS messages
441
+ - ~20,000-30,000 characters/day
442
+ - ⚠️ **Creator/Pro plan needed** ($22-$99/month)
443
+ - 💡 **May need to upgrade mid-month** if coding intensively
444
+
445
+ ### 💳 **ElevenLabs Pricing (2025)**
446
+
447
+ | Plan | Monthly Cost | Characters/Month | Best For |
448
+ |------|-------------|------------------|----------|
449
+ | **Free** | $0 | 10,000 | Trying it out, light use |
450
+ | **Starter** | $5 | 30,000 | Casual coding |
451
+ | **Creator** | $22 | 100,000 | Regular coding |
452
+ | **Pro** | $99 | 500,000 | Heavy daily use |
453
+ | **Scale** | $330 | 2,000,000 | Professional/teams |
454
+
455
+ **Overage costs** (if you exceed your plan):
456
+ - Creator: $0.30 per 1,000 characters
457
+ - Pro: $0.24 per 1,000 characters
458
+ - Scale: $0.18 per 1,000 characters
459
+
460
+ ### 📈 **Monitor Your Usage**
461
+
462
+ **Track your consumption in real-time:**
463
+
464
+ 1. **Go to ElevenLabs Dashboard:**
465
+ - Visit: https://elevenlabs.io/app/usage
466
+ - Click "My Account" → "Usage Analytics"
467
+ - Or: "Developers" → "Usage" tab
468
+
469
+ 2. **What to monitor:**
470
+ - ✅ **Credits used** - Daily and monthly totals
471
+ - ✅ **Character breakdown** - By voice/API key
472
+ - ✅ **Billing period alignment** - See when your plan resets
473
+ - ✅ **Export to CSV** - Download usage data
474
+
475
+ 3. **Set up alerts:**
476
+ - Check your usage weekly
477
+ - Watch for unexpected spikes
478
+ - Upgrade before hitting limits
479
+
480
+ ### 💡 **Tips to Manage Costs**
481
+
482
+ 1. **Use selectively**: Disable TTS when doing quick edits
483
+ ```bash
484
+ /output-style default # Turn off voice
485
+ /output-style agent-vibes # Turn back on
486
+ ```
487
+
488
+ 2. **Monitor analytics**: Check https://elevenlabs.io/app/usage regularly
489
+
490
+ 3. **Shorter messages**: Personality styles affect message length
491
+ - "Normal" personality = shortest messages
492
+ - "Sarcastic/Grandpa" = longer messages
493
+
494
+ 4. **Upgrade proactively**: If coding 8+ hours/day, start with Creator plan
495
+
496
+ ### 🔗 **Useful Links**
497
+
498
+ - 📊 **Usage Dashboard**: https://elevenlabs.io/app/usage
499
+ - 💳 **Pricing Page**: https://elevenlabs.io/pricing
500
+ - 📖 **Usage Analytics Docs**: https://elevenlabs.io/docs/product-guides/administration/usage-analytics
501
+ - 🆘 **Support**: https://help.elevenlabs.io/
502
+
503
+ ### ⚠️ **Fair Warning**
504
+
505
+ If you're coding **8 hours/day with Claude Code**, expect to use:
506
+ - ~600-800 TTS messages daily
507
+ - ~30,000-40,000 characters daily
508
+ - ~900,000-1,200,000 characters/month
509
+
510
+ **You'll likely need:**
511
+ - **Pro plan ($99/month)** minimum
512
+ - Or **Creator plan + overages** (~$140/month)
513
+ - Possibly **two Pro subscriptions** if coding intensively 6-7 days/week
514
+
515
+ **Always monitor your ElevenLabs analytics dashboard!** 📊
516
+
519
517
  ## 🙏 Credits
520
518
 
521
519
  **Built with ❤️ by [Paul Preibisch](https://github.com/paulpreibisch)**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "agentvibes",
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "description": "Beautiful ElevenLabs TTS voice commands for Claude Code - Add professional narration to your AI coding sessions",
6
6
  "keywords": [
7
7
  "elevenlabs",