@murphai/murph 0.1.13 → 0.1.14

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 CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  All notable changes to `@murphai/murph` will be documented in this file.
4
4
 
5
+ ## [0.1.14] - 2026-04-04
6
+
7
+ ### Added
8
+ - add best-effort assistant typing indicators across supported messaging channels
9
+ - add hosted per-user root-key envelopes and browser-compatible user-key helpers for future unlock flows
10
+
11
+ ### Fixed
12
+ - harden hosted execution control with signed control routes, per-run runner tokens, and safer per-user key handling
13
+ - keep hosted user-envelope reads greenfield-safe while preserving the new hosted key model
14
+ - restore hosted verification stability by fixing Cloudflare control-path regressions and stale hosted-web smoke-process cleanup
15
+ - align hosted Linq integrations with the current v3 API, canonical snapshots, and v3 media payloads
16
+ - harden the hosted install script for stock macOS Bash
17
+ - tighten assistant onboarding so first-contact guidance runs once, uses clearer copy, and keeps knowledge tools available on provider turns
18
+ - support Venice defaults in hosted assistant configuration
19
+
20
+ ### Changed
21
+ - move knowledge runtime ownership into `assistant-core` and tighten knowledge validation
22
+ - centralize first-contact finalization in the assistant runtime
23
+ - refactor the hosted homepage into composable sections and refresh the landing-page copy
24
+
5
25
  ## [0.1.13] - 2026-04-04
6
26
 
7
27
  ### Changed
package/README.md CHANGED
@@ -44,7 +44,7 @@ vault-cli inbox doctor
44
44
  For durable local synthesis that should keep adding up inside the vault, use the derived knowledge wiki commands:
45
45
 
46
46
  ```bash
47
- vault-cli knowledge compile "Summarize my current sleep notes" --body "# Sleep notes\n\nMagnesium looked helpful for sleep continuity.\n" --source-path research/2026/04/sleep-note.md
47
+ vault-cli knowledge upsert --title "Sleep notes" --body "# Sleep notes\n\nMagnesium looked helpful for sleep continuity.\n" --source-path research/2026/04/sleep-note.md
48
48
  vault-cli knowledge search "sleep magnesium"
49
49
  vault-cli knowledge list
50
50
  vault-cli knowledge lint
@@ -54,7 +54,7 @@ vault-cli knowledge lint
54
54
 
55
55
  - a file-native health vault with canonical writes owned by `@murphai/core`
56
56
  - local assistant chat, automation, status, cron, and outbox commands
57
- - a non-canonical derived knowledge wiki you can compile and inspect under `derived/knowledge/**`
57
+ - a non-canonical derived knowledge wiki you can upsert and inspect under `derived/knowledge/**`
58
58
  - inbox capture, review, backfill, and parser-driven attachment extraction
59
59
  - optional local device sync through `@murphai/device-syncd`
60
60
  - optional local assistant daemon support through `@murphai/assistantd`