@meridiona/meridian-darwin-arm64 1.34.5 → 1.34.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/VERSION +1 -1
- package/bin/meridian +0 -0
- package/package.json +1 -1
- package/scripts/install-from-bundle.sh +2 -2
- package/services/pyproject.toml +1 -1
- package/ui.tar.gz +0 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.34.
|
|
1
|
+
1.34.6
|
package/bin/meridian
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meridiona/meridian-darwin-arm64",
|
|
3
|
-
"version": "1.34.
|
|
3
|
+
"version": "1.34.6",
|
|
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": {
|
|
@@ -580,7 +580,7 @@ else
|
|
|
580
580
|
# mlx-server.log — JSON structured logs: model selection, readiness
|
|
581
581
|
# mlx-server-error.log — raw stderr: huggingface_hub download progress
|
|
582
582
|
# tail -F follows by name and retries if the file doesn't exist yet.
|
|
583
|
-
(tail -F "${_MLX_LOG}" 2>/dev/null | python3 -u -c '
|
|
583
|
+
(tail -F -n 0 "${_MLX_LOG}" 2>/dev/null | python3 -u -c '
|
|
584
584
|
import sys, json
|
|
585
585
|
for line in sys.stdin:
|
|
586
586
|
line = line.rstrip()
|
|
@@ -596,7 +596,7 @@ for line in sys.stdin:
|
|
|
596
596
|
print(" " + line, flush=True)
|
|
597
597
|
') &
|
|
598
598
|
_log_pid=$!
|
|
599
|
-
(tail -F "${_MLX_ERR}" 2>/dev/null | while IFS= read -r _eline; do
|
|
599
|
+
(tail -F -n 0 "${_MLX_ERR}" 2>/dev/null | while IFS= read -r _eline; do
|
|
600
600
|
printf ' %s\n' "${_eline}"
|
|
601
601
|
done) &
|
|
602
602
|
_err_pid=$!
|
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.34.
|
|
7
|
+
version = "1.34.6"
|
|
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
|