agentvibes 2.1.2 → 2.1.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.
- package/package.json +1 -1
- package/src/installer.js +2 -2
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.1.
|
|
4
|
+
"version": "2.1.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
|
@@ -794,7 +794,7 @@ async function install(options = {}) {
|
|
|
794
794
|
chalk.white.bold('AgentVibes MCP Server - Easiest Way to Use AgentVibes!\n\n') +
|
|
795
795
|
chalk.gray('Use Claude Desktop or Warp Terminal to control TTS with natural language:\n') +
|
|
796
796
|
chalk.gray(' "Switch to Aria voice" instead of /agent-vibes:switch "Aria"\n') +
|
|
797
|
-
chalk.gray(' "Set personality to
|
|
797
|
+
chalk.gray(' "Set personality to sarcastic" instead of /agent-vibes:personality sarcastic\n\n') +
|
|
798
798
|
chalk.cyan('👉 Setup Guide:\n') +
|
|
799
799
|
chalk.cyan.bold('https://github.com/paulpreibisch/AgentVibes#-mcp-server-easiest-way-to-use-agentvibes\n\n') +
|
|
800
800
|
chalk.gray('Quick Install:\n') +
|
|
@@ -1430,7 +1430,7 @@ program
|
|
|
1430
1430
|
chalk.white.bold('AgentVibes MCP Server - Easiest Way to Use AgentVibes!\n\n') +
|
|
1431
1431
|
chalk.gray('Use Claude Desktop or Warp Terminal to control TTS with natural language:\n') +
|
|
1432
1432
|
chalk.gray(' "Switch to Aria voice" instead of /agent-vibes:switch "Aria"\n') +
|
|
1433
|
-
chalk.gray(' "Set personality to
|
|
1433
|
+
chalk.gray(' "Set personality to sarcastic" instead of /agent-vibes:personality sarcastic\n\n') +
|
|
1434
1434
|
chalk.cyan('👉 Setup Guide:\n') +
|
|
1435
1435
|
chalk.cyan.bold('https://github.com/paulpreibisch/AgentVibes#-mcp-server-easiest-way-to-use-agentvibes\n\n') +
|
|
1436
1436
|
chalk.gray('Quick Install:\n') +
|