agentvibes 2.7.0 → 2.7.1

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/package.json +1 -1
  2. package/src/installer.js +15 -17
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": "2.7.0",
4
+ "version": "2.7.1",
5
5
  "description": "Now your AI Agents can finally talk back! Professional TTS voice for Claude Code and Claude Desktop (via MCP) with multi-provider support.",
6
6
  "homepage": "https://agentvibes.org",
7
7
  "keywords": [
package/src/installer.js CHANGED
@@ -127,26 +127,24 @@ function showReleaseInfo() {
127
127
  console.log(
128
128
  boxen(
129
129
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n') +
130
- chalk.cyan.bold(' 📦 AgentVibes v2.6.0 - BMAD Integration & Voice Management CLI\n') +
130
+ chalk.cyan.bold(' 📦 AgentVibes v2.7.0 - Party Mode Voice Improvements\n') +
131
131
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n\n') +
132
132
  chalk.green.bold('🎙️ WHAT\'S NEW:\n\n') +
133
- chalk.cyan('AgentVibes v2.6.0 brings comprehensive BMAD integration with unique\n') +
134
- chalk.cyan('AI voices for all agents! BMAD is a revolutionary AI-driven agile\n') +
135
- chalk.cyan('framework that automatically adapts from single bug fixes to\n') +
136
- chalk.cyan('enterprise-scale systems. This release includes 5 new CLI commands\n') +
137
- chalk.cyan('for voice management, fuzzy voice matching (use short names like\n') +
138
- chalk.cyan('"ryan"), BMAD v6 support with backward compatibility, and an\n') +
139
- chalk.cyan('improved help system.\n\n') +
133
+ chalk.cyan('AgentVibes v2.7.0 transforms BMAD party mode into a professional\n') +
134
+ chalk.cyan('multi-agent voice conversation system! This release introduces a\n') +
135
+ chalk.cyan('sophisticated TTS queue architecture that enables sequential voice\n') +
136
+ chalk.cyan('playback without blocking Claude Code, natural 2-second pauses\n') +
137
+ chalk.cyan('between speakers, and customizable agent introductions.\n\n') +
140
138
  chalk.green.bold('✨ KEY HIGHLIGHTS:\n\n') +
141
- chalk.gray(' 🎙️ BMAD TTS Integration - All BMAD agents can now speak!\n') +
142
- chalk.gray(' 🛠️ Voice Management CLI - 5 new commands for managing voices\n') +
143
- chalk.gray(' 🔍 Fuzzy Voice Matching - Use "ryan" instead of "en_US-ryan-high"\n') +
144
- chalk.gray(' 📚 Improved Help - Built-in help command lists all commands\n') +
145
- chalk.gray(' 🔧 BMAD v6 Support - Detects latest BMAD folder structure\n\n') +
146
- chalk.cyan('Try the new commands:\n') +
147
- chalk.gray(' npx agentvibes help\n') +
148
- chalk.gray(' npx agentvibes preview-voice ryan\n') +
149
- chalk.gray(' npx agentvibes list-available-voices\n\n') +
139
+ chalk.gray(' 🎭 TTS Queue System - Sequential non-blocking voice playback\n') +
140
+ chalk.gray(' ⏸️ Natural Speaker Pauses - 2-second delay between agents\n') +
141
+ chalk.gray(' 🎤 Speaker Introductions - Configurable intro text\n') +
142
+ chalk.gray(' 📁 Config Reorganization - Official .claude/config/ directory\n') +
143
+ chalk.gray(' 🐛 Text Escaping Fixes - No more "backslash exclamation"\n\n') +
144
+ chalk.cyan('Party mode improvements:\n') +
145
+ chalk.gray(' Sequential playback with correct voices\n') +
146
+ chalk.gray(' Natural pauses for conversation flow\n') +
147
+ chalk.gray(' Claude Code remains responsive during TTS\n\n') +
150
148
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n\n') +
151
149
  chalk.gray('📖 Full Release Notes: RELEASE_NOTES.md\n') +
152
150
  chalk.gray('🌐 Website: https://agentvibes.org\n') +