@murphai/murph 0.1.14 → 0.1.15
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 +6 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@murphai/murph` will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.1.15] - 2026-04-04
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- refine the onboarding system prompt so the first-message check-in and follow-up guidance read more naturally
|
|
9
|
+
- tighten the wearable-connect onboarding copy so the optional Oura and WHOOP handoff is clearer
|
|
10
|
+
|
|
5
11
|
## [0.1.14] - 2026-04-04
|
|
6
12
|
|
|
7
13
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@murphai/murph",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Murph is a personal health assistant you run locally. Install this package to get the murph CLI.",
|
|
6
6
|
"license": "GPL-3.0-only",
|
|
@@ -68,23 +68,23 @@
|
|
|
68
68
|
"ink": "^6.8.0",
|
|
69
69
|
"incur": "0.3.13",
|
|
70
70
|
"react": "^19.2.4",
|
|
71
|
-
"@murphai/
|
|
72
|
-
"@murphai/
|
|
73
|
-
"@murphai/
|
|
74
|
-
"@murphai/core": "0.1.
|
|
75
|
-
"@murphai/
|
|
76
|
-
"@murphai/
|
|
77
|
-
"@murphai/inboxd": "0.1.
|
|
78
|
-
"@murphai/
|
|
79
|
-
"@murphai/runtime-state": "0.1.
|
|
80
|
-
"@murphai/
|
|
71
|
+
"@murphai/assistantd": "0.1.15",
|
|
72
|
+
"@murphai/assistant-core": "0.1.15",
|
|
73
|
+
"@murphai/contracts": "0.1.15",
|
|
74
|
+
"@murphai/core": "0.1.15",
|
|
75
|
+
"@murphai/device-syncd": "0.1.15",
|
|
76
|
+
"@murphai/importers": "0.1.15",
|
|
77
|
+
"@murphai/inboxd": "0.1.15",
|
|
78
|
+
"@murphai/parsers": "0.1.15",
|
|
79
|
+
"@murphai/runtime-state": "0.1.15",
|
|
80
|
+
"@murphai/query": "0.1.15"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@types/react": "^19.2.14",
|
|
84
84
|
"ai": "^6.0.116",
|
|
85
85
|
"zod": "^4.1.8",
|
|
86
|
-
"@murphai/gateway-
|
|
87
|
-
"@murphai/gateway-
|
|
86
|
+
"@murphai/gateway-local": "0.1.15",
|
|
87
|
+
"@murphai/gateway-core": "0.1.15"
|
|
88
88
|
},
|
|
89
89
|
"scripts": {
|
|
90
90
|
"build": "node ../../scripts/rm-paths.mjs dist && tsc -b tsconfig.build.json",
|