@meridiona/meridian-darwin-arm64 1.52.4 → 1.52.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 CHANGED
@@ -1 +1 @@
1
- 1.52.4
1
+ 1.52.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.52.4",
3
+ "version": "1.52.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": {
@@ -154,8 +154,8 @@ else
154
154
  fi
155
155
  export RUST_LOG
156
156
 
157
- export ZO_MEMORY_CACHE_MAX_SIZE=2147483648 # 2 GB (cache layer)
158
- export ZO_DATAFUSION_POOL_SIZE=4294967296 # 4 GB (query engine)
157
+ export ZO_MEMORY_CACHE_MAX_SIZE=512 # 512 MB (unit is MB in v0.15+; bytes caused panic)
158
+ export ZO_DATAFUSION_POOL_SIZE=4096 # 4 GB (unit is MB in v0.15+)
159
159
 
160
160
  exec "${HOME}/.openobserve/openobserve"
161
161
  RUNEOF
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "meridian-agents"
7
- version = "1.52.4"
7
+ version = "1.52.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/services/uv.lock CHANGED
@@ -1196,7 +1196,7 @@ wheels = [
1196
1196
 
1197
1197
  [[package]]
1198
1198
  name = "meridian-agents"
1199
- version = "1.11.0"
1199
+ version = "1.48.2"
1200
1200
  source = { editable = "." }
1201
1201
  dependencies = [
1202
1202
  { name = "mcp" },
package/ui.tar.gz CHANGED
Binary file