@pellux/goodvibes-daemon 1.28.16 → 1.28.17
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/CHANGELOG.md +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ All notable changes to the GoodVibes daemon.
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
+
## [1.28.17] - 2026-08-08
|
|
8
|
+
|
|
9
|
+
### Changes
|
|
10
|
+
|
|
11
|
+
- **Post-wake capture ends when the speaker stops, on real microphones**
|
|
12
|
+
(platform runtime 2.0.14): the silence floor now follows the room during
|
|
13
|
+
capture — a headset's automatic gain control ramping up after speech no
|
|
14
|
+
longer holds the microphone open — and breath ticks shorter than
|
|
15
|
+
`voice.wake.speechRetriggerMs` (new setting, default 150 ms) no longer
|
|
16
|
+
reset the silence clock. A pinned `voice.wake.silenceFloorRms` still
|
|
17
|
+
freezes the floor completely.
|
|
18
|
+
- **Spoken output reads prose, not markdown** (platform runtime 2.0.14):
|
|
19
|
+
formatting marks are stripped before synthesis and fenced code blocks are
|
|
20
|
+
announced ("Code block omitted.") rather than read character by character.
|
|
21
|
+
|
|
7
22
|
## [1.28.16] - 2026-08-07
|
|
8
23
|
|
|
9
24
|
### Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pellux/goodvibes-daemon",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.17",
|
|
4
4
|
"description": "The GoodVibes daemon \u2014 the one long-running host for the control plane, channels, cluster membership, scheduled work, knowledge and memory stores, and the verb families every GoodVibes client calls.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/daemon/cli.ts",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"@anthropic-ai/bedrock-sdk": "^0.28.1",
|
|
66
66
|
"@anthropic-ai/sdk": "^0.82.0",
|
|
67
67
|
"@ast-grep/napi": "^0.42.0",
|
|
68
|
-
"@pellux/goodvibes-sdk": "2.0.
|
|
69
|
-
"@pellux/goodvibes-terminal-shell": "2.0.
|
|
68
|
+
"@pellux/goodvibes-sdk": "2.0.14",
|
|
69
|
+
"@pellux/goodvibes-terminal-shell": "2.0.14",
|
|
70
70
|
"bash-language-server": "^5.6.0",
|
|
71
71
|
"fuse.js": "^7.1.0",
|
|
72
72
|
"graphql": "^16.13.2",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"web-tree-sitter": "^0.26.7"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@pellux/goodvibes-toolchain": "2.0.
|
|
90
|
+
"@pellux/goodvibes-toolchain": "2.0.14",
|
|
91
91
|
"@types/bun": "^1.3.10",
|
|
92
92
|
"typescript": "^5.9.3"
|
|
93
93
|
},
|