@meridiona/meridian-darwin-arm64 1.51.0 → 1.52.0
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/.env.example +3 -2
- package/VERSION +1 -1
- package/bin/meridian +0 -0
- package/bin/meridian-tray +0 -0
- package/package.json +1 -1
- package/scripts/com.meridiona.daemon.plist +8 -8
- package/services/pyproject.toml +1 -1
- package/ui.tar.gz +0 -0
package/.env.example
CHANGED
|
@@ -188,8 +188,9 @@
|
|
|
188
188
|
# structured log ingestion into a local OpenObserve instance)
|
|
189
189
|
# ---------------------------------------------------------------------------
|
|
190
190
|
|
|
191
|
-
#
|
|
192
|
-
#
|
|
191
|
+
# DEPRECATED — the Rust daemon ignores this; set OpenObserve credentials in
|
|
192
|
+
# the dashboard Settings instead (stored in settings.json). Still read by the
|
|
193
|
+
# Python services' exporter and as an installer fallback for old setups.
|
|
193
194
|
# Generate: echo -n "you@your-org.com:yourpassword" | base64
|
|
194
195
|
# MERIDIAN_OO_AUTH=base64encodedcredentials
|
|
195
196
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
package/bin/meridian
CHANGED
|
Binary file
|
package/bin/meridian-tray
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meridiona/meridian-darwin-arm64",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.52.0",
|
|
4
4
|
"description": "Prebuilt Meridian app for macOS arm64 (daemon binary + dashboard + Python services). Installed via @meridiona/meridian.",
|
|
5
5
|
"homepage": "https://github.com/Meridiona/meridian",
|
|
6
6
|
"repository": {
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
<string>{{HOME}}/.meridian/meridian.db</string>
|
|
44
44
|
<key>POLL_INTERVAL_SECS</key>
|
|
45
45
|
<string>60</string>
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
46
|
+
<!-- RUST_LOG is intentionally NOT set here. The daemon derives its log
|
|
47
|
+
filter from settings.log_level (dashboard Settings → Log Level) and
|
|
48
|
+
hot-reloads it on the next poll tick; pinning RUST_LOG would make
|
|
49
|
+
reload_log_level() a no-op and silently defeat the UI control. A
|
|
50
|
+
power user can still export RUST_LOG to override. -->
|
|
51
|
+
<!-- MERIDIAN_OO_AUTH is deprecated and ignored by the daemon — OpenObserve
|
|
52
|
+
credentials come from settings.json (dashboard Settings). The key is
|
|
53
|
+
left out of this plist on purpose. -->
|
|
54
54
|
<key>MERIDIAN_OTLP_ENDPOINT</key>
|
|
55
55
|
<string>{{MERIDIAN_OTLP_ENDPOINT}}</string>
|
|
56
56
|
</dict>
|
package/services/pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "meridian-agents"
|
|
7
|
-
version = "1.
|
|
7
|
+
version = "1.52.0"
|
|
8
8
|
description = "Meridian agents — MLX classifier server and Jira worklog synthesis for meridian.db"
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
authors = [{ name = "Meridiona" }]
|
package/ui.tar.gz
CHANGED
|
Binary file
|