agentvibes 2.2.0-beta.4 → 2.2.0-beta.5
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 +0 -10
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.0-beta.
|
|
4
|
+
"version": "2.2.0-beta.5",
|
|
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
|
@@ -868,16 +868,6 @@ async function install(options = {}) {
|
|
|
868
868
|
}
|
|
869
869
|
}
|
|
870
870
|
|
|
871
|
-
// Pause to let user review recent changes
|
|
872
|
-
await inquirer.prompt([
|
|
873
|
-
{
|
|
874
|
-
type: 'confirm',
|
|
875
|
-
name: 'continue',
|
|
876
|
-
message: chalk.cyan('📝 Review the recent changes above. Continue?'),
|
|
877
|
-
default: true,
|
|
878
|
-
}
|
|
879
|
-
]);
|
|
880
|
-
|
|
881
871
|
// Success message
|
|
882
872
|
console.log(
|
|
883
873
|
boxen(
|