agentvibes 1.0.2 → 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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -418,6 +418,102 @@ The update command will:
418
418
 
419
419
  ---
420
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
+
421
517
  ## 🙏 Credits
422
518
 
423
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.2",
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",