agentvibes 5.11.2-beta.0 → 5.11.2
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/README.md +1 -1
- package/RELEASE_NOTES.md +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -219,7 +219,7 @@ Running a full BMAD agent team? **Every agent gets its own distinct voice**, aut
|
|
|
219
219
|
|
|
220
220
|
## About
|
|
221
221
|
|
|
222
|
-
**AgentVibes** · v5.11.
|
|
222
|
+
**AgentVibes** · v5.11.2 · Licensed under [Apache-2.0](LICENSE)
|
|
223
223
|
|
|
224
224
|
Built by **Paul Preibisch** — [@997Fire on X](https://x.com/997Fire) · [agentvibes.org](https://agentvibes.org) · [github.com/paulpreibisch/AgentVibes](https://github.com/paulpreibisch/AgentVibes)
|
|
225
225
|
|
package/RELEASE_NOTES.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# AgentVibes Release Notes
|
|
2
2
|
|
|
3
|
+
## 🐛 v5.11.2 — Kokoro Installer Fix (PEP 668)
|
|
4
|
+
|
|
5
|
+
**Released:** 2026-06-27
|
|
6
|
+
|
|
7
|
+
- **Kokoro voice download now works on modern Ubuntu/Debian servers.** The Setup-tab Kokoro picker installed its Python dependencies with a bare `pip install`, which fails on externally-managed Python (PEP 668: `error: externally-managed-environment`). It now detects the `EXTERNALLY-MANAGED` marker and installs with `--break-system-packages`, so Kokoro voices actually download and flip from `!` to `✓`. ([#205](https://github.com/paulpreibisch/AgentVibes/issues/205))
|
|
8
|
+
- **"Download all" is honest:** it prompts to install the Kokoro engine first when it's missing, and no longer reports a false "✓ complete" when nothing actually downloaded.
|
|
9
|
+
- Added `scripts/diagnose-server.sh` to reproduce/verify install issues on a server.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
3
13
|
## 🧾 v5.11.1 — README Overhaul (docs only)
|
|
4
14
|
|
|
5
15
|
**Released:** 2026-06-27
|
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": "5.11.2
|
|
4
|
+
"version": "5.11.2",
|
|
5
5
|
"description": "Now your AI Agents can finally talk back! Professional TTS voice for Claude Code, Claude Desktop (via MCP), and Clawdbot with multi-provider support.",
|
|
6
6
|
"homepage": "https://agentvibes.org",
|
|
7
7
|
"keywords": [
|