@murphai/murph 0.2.5 → 0.2.6

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,14 @@
2
2
 
3
3
  All notable changes to `@murphai/murph` will be documented in this file.
4
4
 
5
+ ## [0.2.6] - 2026-04-10
6
+
7
+ ### Fixed
8
+ - keep cli package build on dist imports
9
+
10
+ ### Changed
11
+ - keep diff-aware cli checks source-first
12
+
5
13
  ## [0.2.5] - 2026-04-10
6
14
 
7
15
  ### Added
@@ -96,9 +96,9 @@
96
96
  "@ai-sdk/openai": "^2.0.35",
97
97
  "@ai-sdk/openai-compatible": "^2.0.35",
98
98
  "@mozilla/readability": "0.6.0",
99
- "@murphai/contracts": "0.2.5",
99
+ "@murphai/contracts": "0.2.6",
100
100
  "@murphai/core": "0.1.16",
101
- "@murphai/gateway-core": "0.2.5",
101
+ "@murphai/gateway-core": "0.2.6",
102
102
  "@murphai/inbox-services": "0.1.16",
103
103
  "@murphai/messaging-ingress": "0.1.16",
104
104
  "@murphai/operator-config": "0.1.16",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@murphai/assistant-engine": "0.1.16",
28
- "@murphai/gateway-core": "0.2.5",
28
+ "@murphai/gateway-core": "0.2.6",
29
29
  "@murphai/gateway-local": "0.1.16",
30
30
  "@murphai/inbox-services": "0.1.16",
31
31
  "@murphai/runtime-state": "0.1.16",
@@ -21,7 +21,7 @@
21
21
  "README.md"
22
22
  ],
23
23
  "dependencies": {
24
- "@murphai/contracts": "0.2.5",
24
+ "@murphai/contracts": "0.2.6",
25
25
  "@murphai/runtime-state": "0.1.16"
26
26
  }
27
27
  }
@@ -24,7 +24,7 @@
24
24
  "node": ">=24.14.1"
25
25
  },
26
26
  "dependencies": {
27
- "@murphai/gateway-core": "0.2.5",
27
+ "@murphai/gateway-core": "0.2.6",
28
28
  "@murphai/inboxd": "0.1.16",
29
29
  "@murphai/runtime-state": "0.1.16"
30
30
  }
@@ -27,7 +27,7 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@murphai/contracts": "0.2.5",
30
+ "@murphai/contracts": "0.2.6",
31
31
  "@murphai/core": "0.1.16",
32
32
  "zod": "^4.3.6"
33
33
  }
@@ -25,7 +25,7 @@
25
25
  "README.md"
26
26
  ],
27
27
  "dependencies": {
28
- "@murphai/contracts": "0.2.5",
28
+ "@murphai/contracts": "0.2.6",
29
29
  "@murphai/core": "0.1.16",
30
30
  "@murphai/importers": "0.1.16",
31
31
  "@murphai/inboxd": "0.1.16",
@@ -45,7 +45,7 @@
45
45
  "node": ">=24.14.1"
46
46
  },
47
47
  "dependencies": {
48
- "@murphai/contracts": "0.2.5",
48
+ "@murphai/contracts": "0.2.6",
49
49
  "@murphai/core": "0.1.16",
50
50
  "@murphai/messaging-ingress": "0.1.16",
51
51
  "@murphai/parsers": "0.1.16",
@@ -137,8 +137,8 @@
137
137
  "README.md"
138
138
  ],
139
139
  "dependencies": {
140
- "@murphai/contracts": "0.2.5",
141
- "@murphai/gateway-core": "0.2.5",
140
+ "@murphai/contracts": "0.2.6",
141
+ "@murphai/gateway-core": "0.2.6",
142
142
  "@murphai/device-syncd": "0.1.16",
143
143
  "@murphai/messaging-ingress": "0.1.16",
144
144
  "@murphai/query": "0.1.16",
@@ -27,7 +27,7 @@
27
27
  "README.md"
28
28
  ],
29
29
  "dependencies": {
30
- "@murphai/contracts": "0.2.5",
30
+ "@murphai/contracts": "0.2.6",
31
31
  "@murphai/importers": "0.1.16",
32
32
  "@murphai/runtime-state": "0.1.16",
33
33
  "zod": "^4.3.6"
@@ -45,7 +45,7 @@
45
45
  "README.md"
46
46
  ],
47
47
  "dependencies": {
48
- "@murphai/contracts": "0.2.5",
48
+ "@murphai/contracts": "0.2.6",
49
49
  "@murphai/core": "0.1.16",
50
50
  "@murphai/importers": "0.1.16",
51
51
  "@murphai/operator-config": "0.1.16",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@murphai/murph",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
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": "Apache-2.0",
@@ -49,11 +49,11 @@
49
49
  "@murphai/assistant-cli": "0.1.16",
50
50
  "@murphai/assistant-engine": "0.1.16",
51
51
  "@murphai/assistantd": "0.1.16",
52
- "@murphai/contracts": "0.2.5",
52
+ "@murphai/contracts": "0.2.6",
53
53
  "@murphai/core": "0.1.16",
54
54
  "@murphai/device-syncd": "0.1.16",
55
55
  "@murphai/gateway-local": "0.1.16",
56
- "@murphai/hosted-execution": "0.2.5",
56
+ "@murphai/hosted-execution": "0.2.6",
57
57
  "@murphai/importers": "0.1.16",
58
58
  "@murphai/inbox-services": "0.1.16",
59
59
  "@murphai/inboxd": "0.1.16",
@@ -74,7 +74,7 @@
74
74
  "zod": "^4.1.8"
75
75
  },
76
76
  "optionalDependencies": {
77
- "@murphai/gateway-core": "0.2.5"
77
+ "@murphai/gateway-core": "0.2.6"
78
78
  },
79
79
  "bundleDependencies": [
80
80
  "@murphai/assistant-cli",