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.
- package/package.json +1 -1
- 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.
|
|
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.
|
|
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.
|
|
134
|
-
chalk.cyan('
|
|
135
|
-
chalk.cyan('
|
|
136
|
-
chalk.cyan('
|
|
137
|
-
chalk.cyan('
|
|
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('
|
|
142
|
-
chalk.gray('
|
|
143
|
-
chalk.gray('
|
|
144
|
-
chalk.gray('
|
|
145
|
-
chalk.gray('
|
|
146
|
-
chalk.cyan('
|
|
147
|
-
chalk.gray('
|
|
148
|
-
chalk.gray('
|
|
149
|
-
chalk.gray('
|
|
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') +
|