agentvibes 2.12.3 → 2.12.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/package.json +1 -1
  2. package/src/installer.js +1 -1
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.12.3",
4
+ "version": "2.12.4",
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
@@ -1574,7 +1574,7 @@ async function install(options = {}) {
1574
1574
  );
1575
1575
 
1576
1576
  console.log(chalk.green.bold('\nāœ… AgentVibes is Ready!'));
1577
- console.log(chalk.white(' TTS protocol automatically loads on every Claude Code session'));
1577
+ console.log(chalk.white(' TTS protocol automatically loads on every Claude session'));
1578
1578
  console.log(chalk.gray(' via SessionStart hook - no additional setup needed!\n'));
1579
1579
  console.log(chalk.cyan('šŸŽ¤ Try these commands:'));
1580
1580
  console.log(chalk.white(' • /agent-vibes:list') + chalk.gray(' - See all available voices'));