agentvibes 2.2.2 → 2.2.3

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 +12 -48
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.2.2",
4
+ "version": "2.2.3",
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
@@ -189,31 +189,13 @@ async function install(options = {}) {
189
189
  console.log(
190
190
  boxen(
191
191
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n') +
192
- chalk.cyan.bold(' 📦 AgentVibes v2.1.5 - Critical macOS Fix\n') +
192
+ chalk.cyan.bold(' 📦 AgentVibes v2.2.2 - MCP JSON Display Fix\n') +
193
193
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n\n') +
194
- chalk.red.bold('🐛 CRITICAL macOS FIX:\n\n') +
195
- chalk.cyan('All 23 shell scripts now use #!/usr/bin/env bash instead of\n') +
196
- chalk.cyan('#!/bin/bash, enabling AgentVibes to work on macOS. The old\n') +
197
- chalk.cyan('shebang forced bash 3.2 (from 2007) which doesn\'t support\n') +
198
- chalk.cyan('associative arrays or modern bash syntax, causing complete\n') +
199
- chalk.cyan('failure on Mac.\n\n') +
200
- chalk.green('Mac users: brew install bash (one-time setup)\n') +
201
- chalk.green('Then AgentVibes works perfectly!\n\n') +
202
- chalk.white.bold('✨ NEW FEATURES:\n\n') +
203
- chalk.cyan('🤖 FREE GitHub Actions macOS Testing\n') +
204
- chalk.gray(' • Tests on macOS 13/14/15 (Intel + M1/M2/M3)\n') +
205
- chalk.gray(' • Node 18, 20, 22 tested automatically\n') +
206
- chalk.gray(' • 13 parallel test jobs on every push\n') +
207
- chalk.gray(' • Saves $60-276/year vs Mac VPS!\n\n') +
208
- chalk.cyan('💡 Provider Switch Hint\n') +
209
- chalk.gray(' • Helpful hints in voice list output\n') +
210
- chalk.gray(' • Discover ElevenLabs ↔ Piper switching\n\n') +
211
- chalk.white('───────────────────────────────────────────────────────────────\n\n') +
212
- chalk.blue.bold('📊 IMPACT:\n') +
213
- chalk.gray(' • 30 files changed\n') +
214
- chalk.gray(' • 877 insertions, 31 deletions\n') +
215
- chalk.gray(' • AgentVibes now works on macOS!\n') +
216
- chalk.gray(' • FREE automated testing on all platforms\n\n') +
194
+ chalk.green.bold(' WHAT\'S NEW:\n\n') +
195
+ chalk.cyan('🎯 MCP Configuration Display Improvement\n') +
196
+ chalk.gray(' JSON now displays outside bordered box for easy copy-paste\n') +
197
+ chalk.gray(' Cleaner visual separation of installation sections\n') +
198
+ chalk.gray(' Better user experience during setup\n\n') +
217
199
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n\n') +
218
200
  chalk.green.bold('🚀 TRY LANGUAGE LEARNING MODE:\n\n') +
219
201
  chalk.cyan(' /agent-vibes:language english\n') +
@@ -1132,31 +1114,13 @@ program
1132
1114
  console.log(
1133
1115
  boxen(
1134
1116
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n') +
1135
- chalk.cyan.bold(' 📦 AgentVibes v2.1.5 - Critical macOS Fix\n') +
1117
+ chalk.cyan.bold(' 📦 AgentVibes v2.2.2 - MCP JSON Display Fix\n') +
1136
1118
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n\n') +
1137
- chalk.red.bold('🐛 CRITICAL macOS FIX:\n\n') +
1138
- chalk.cyan('All 23 shell scripts now use #!/usr/bin/env bash instead of\n') +
1139
- chalk.cyan('#!/bin/bash, enabling AgentVibes to work on macOS. The old\n') +
1140
- chalk.cyan('shebang forced bash 3.2 (from 2007) which doesn\'t support\n') +
1141
- chalk.cyan('associative arrays or modern bash syntax, causing complete\n') +
1142
- chalk.cyan('failure on Mac.\n\n') +
1143
- chalk.green('Mac users: brew install bash (one-time setup)\n') +
1144
- chalk.green('Then AgentVibes works perfectly!\n\n') +
1145
- chalk.white.bold('✨ NEW FEATURES:\n\n') +
1146
- chalk.cyan('🤖 FREE GitHub Actions macOS Testing\n') +
1147
- chalk.gray(' • Tests on macOS 13/14/15 (Intel + M1/M2/M3)\n') +
1148
- chalk.gray(' • Node 18, 20, 22 tested automatically\n') +
1149
- chalk.gray(' • 13 parallel test jobs on every push\n') +
1150
- chalk.gray(' • Saves $60-276/year vs Mac VPS!\n\n') +
1151
- chalk.cyan('💡 Provider Switch Hint\n') +
1152
- chalk.gray(' • Helpful hints in voice list output\n') +
1153
- chalk.gray(' • Discover ElevenLabs ↔ Piper switching\n\n') +
1154
- chalk.white('───────────────────────────────────────────────────────────────\n\n') +
1155
- chalk.blue.bold('📊 IMPACT:\n') +
1156
- chalk.gray(' • 30 files changed\n') +
1157
- chalk.gray(' • 877 insertions, 31 deletions\n') +
1158
- chalk.gray(' • AgentVibes now works on macOS!\n') +
1159
- chalk.gray(' • FREE automated testing on all platforms\n\n') +
1119
+ chalk.green.bold(' WHAT\'S NEW:\n\n') +
1120
+ chalk.cyan('🎯 MCP Configuration Display Improvement\n') +
1121
+ chalk.gray(' JSON now displays outside bordered box for easy copy-paste\n') +
1122
+ chalk.gray(' Cleaner visual separation of installation sections\n') +
1123
+ chalk.gray(' Better user experience during setup\n\n') +
1160
1124
  chalk.white.bold('═══════════════════════════════════════════════════════════════\n\n') +
1161
1125
  chalk.green.bold('🚀 TRY LANGUAGE LEARNING MODE:\n\n') +
1162
1126
  chalk.cyan(' /agent-vibes:language english\n') +