mixdog 0.9.80 → 0.9.82
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mixdog",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.82",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Standalone mixdog coding-agent CLI/TUI workspace.",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"test:tui-input-render": "node --test scripts/prompt-immediate-render-test.mjs",
|
|
84
84
|
"test:tui-streaming-window": "node --test scripts/streaming-tail-window-test.mjs",
|
|
85
85
|
"test:tui-ambiguous-width": "node --test scripts/tui-ambiguous-width-test.mjs",
|
|
86
|
-
"test:release-assets": "node --check scripts/verify-release-assets.mjs && node --check scripts/verify-release-assets-test.mjs && node --test scripts/verify-release-assets-test.mjs",
|
|
86
|
+
"test:release-assets": "node --check scripts/verify-release-assets.mjs && node --check scripts/verify-release-assets-test.mjs && node --check scripts/deploy-workflow-test.mjs && node --test scripts/verify-release-assets-test.mjs scripts/deploy-workflow-test.mjs",
|
|
87
87
|
"test:release-focused": "npm run test:release-assets && npm run test:tool-contracts && npm run test:placeholder && npm run smoke:patch && npm run test:patch-binary-cache && npm run test:providers && npm run test:deferred-tools && npm run smoke:compact && node --test scripts/code-graph-root-federation-test.mjs scripts/code-graph-aggregate-cwd-test.mjs && npm run test:code-graph-dispatch && node --test scripts/code-graph-disk-hit-test.mjs && npm run test:shellhardening && node --test scripts/windows-hide-spawn-options-test.mjs && npm run test:session && npm run test:workflow-editor && npm run test:embedding-runtime && node --test scripts/tui-transcript-perf-test.mjs",
|
|
88
88
|
"test:native-edit-wire": "node --test scripts/native-edit-wire-test.mjs",
|
|
89
89
|
"test:patch-binary-cache": "node --test scripts/patch-binary-cache-test.mjs",
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"audit:models": "node scripts/model-catalog-audit.mjs",
|
|
107
107
|
"patch:replay": "node scripts/patch-replay.mjs",
|
|
108
108
|
"build:tui": "node scripts/build-tui.mjs",
|
|
109
|
-
"release:patch": "
|
|
110
|
-
"release:minor": "
|
|
111
|
-
"release:major": "
|
|
109
|
+
"release:patch": "gh workflow run deploy.yml --ref main -f bump=patch -f native=auto",
|
|
110
|
+
"release:minor": "gh workflow run deploy.yml --ref main -f bump=minor -f native=auto",
|
|
111
|
+
"release:major": "gh workflow run deploy.yml --ref main -f bump=major -f native=auto"
|
|
112
112
|
},
|
|
113
113
|
"engines": {
|
|
114
114
|
"node": ">=22.0.0"
|
|
@@ -98,8 +98,11 @@ else
|
|
|
98
98
|
|
|
99
99
|
echo "==> Building pgvector"
|
|
100
100
|
cd pgvector
|
|
101
|
-
|
|
102
|
-
|
|
101
|
+
# Release assets must run on CPUs other than the GitHub runner that built
|
|
102
|
+
# them. pgvector defaults to -march=native, which can otherwise emit AVX
|
|
103
|
+
# instructions and crash with SIGILL ("Illegal instruction") downstream.
|
|
104
|
+
make OPTFLAGS="" PG_CONFIG="$PG_CONFIG" -j"$(nproc)"
|
|
105
|
+
make OPTFLAGS="" PG_CONFIG="$PG_CONFIG" install
|
|
103
106
|
fi
|
|
104
107
|
|
|
105
108
|
echo "==> Assembling runtime layout"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": 1,
|
|
3
|
-
"generated_at": "2026-07-
|
|
3
|
+
"generated_at": "2026-07-28T13:47:25.814Z",
|
|
4
4
|
"release_tag": "runtime-v0.4.0",
|
|
5
5
|
"pg": {
|
|
6
6
|
"major": 16,
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
},
|
|
23
23
|
"linux-arm64": {
|
|
24
24
|
"url": "https://github.com/tribgames/mixdog/releases/download/runtime-v0.4.0/mixdog-runtime-linux-arm64-pg16.4-pgvector0.8.2.tar.gz",
|
|
25
|
-
"sha256": "
|
|
26
|
-
"size":
|
|
25
|
+
"sha256": "ed578c24b16f5c703e7fe1634d5ad68ba7d49383641b6412993c043853344c5d",
|
|
26
|
+
"size": 22886000
|
|
27
27
|
},
|
|
28
28
|
"linux-x64": {
|
|
29
29
|
"url": "https://github.com/tribgames/mixdog/releases/download/runtime-v0.4.0/mixdog-runtime-linux-x64-pg16.4-pgvector0.8.2.tar.gz",
|
|
30
|
-
"sha256": "
|
|
31
|
-
"size":
|
|
30
|
+
"sha256": "6c6734db6f576ba2e7ffcf1afcb26364998159908590e8a6b95b748697ef46c2",
|
|
31
|
+
"size": 23296694
|
|
32
32
|
},
|
|
33
33
|
"win32-x64": {
|
|
34
34
|
"url": "https://github.com/tribgames/mixdog/releases/download/runtime-v0.4.0/mixdog-runtime-win32-x64-pg16.4-pgvector0.8.2.tar.gz",
|