@holdyourvoice/hyv 2.9.8 → 2.9.10
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 +16 -0
- package/assets/FREE-PAID.md +1 -1
- package/dist/index.js +256 -215
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
All notable CLI changes. Also mirrored to [holdyourvoice.com/changelog](https://holdyourvoice.com/changelog) for user-facing releases.
|
|
4
4
|
|
|
5
|
+
## [2.9.10] — 2026-06-12
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- **Data safety** — welcome profile sync no longer overwrites enriched dashboard profiles (keywords, signature, rules, flashcard onboarding)
|
|
9
|
+
- Local profile cache backs up to `.hyv.bak` before overwrite; refuses empty content replacing real data
|
|
10
|
+
- `hyv sync` skips empty server profile payloads instead of wiping local cache
|
|
11
|
+
|
|
12
|
+
## [2.9.9] — 2026-06-12
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
- Welcome step 4 failure copy — says `hyv welcome` retry, not `hyv sync` (sync requires paid plan)
|
|
16
|
+
- CLI plan/init/export/api messages point to `/app` and `/app/billing`, not `/dashboard`
|
|
17
|
+
- Rewrite prompts no longer silently pick a cached profile when none is passed (generic rules as intended)
|
|
18
|
+
- Web auth forgot-password and session check retry on cold-start 503s
|
|
19
|
+
- Marketing email links point to `/app` not `/dashboard`
|
|
20
|
+
|
|
5
21
|
## [2.9.7] — 2026-06-12
|
|
6
22
|
|
|
7
23
|
### Fixed
|
package/assets/FREE-PAID.md
CHANGED
|
@@ -36,7 +36,7 @@ npx @holdyourvoice/hyv mcp
|
|
|
36
36
|
- profile-aware rewrite prompts (`hyv rewrite`)
|
|
37
37
|
- hybrid server analysis (`hyv scan --server`, MCP `hyv_analyze`)
|
|
38
38
|
- multiple profiles + team voices (team plan)
|
|
39
|
-
- dashboard at https://holdyourvoice.com/
|
|
39
|
+
- dashboard at https://holdyourvoice.com/app
|
|
40
40
|
|
|
41
41
|
First month $1 → https://holdyourvoice.com/#pricing
|
|
42
42
|
|