adhdev 0.9.82-rc.426 → 0.9.82-rc.428
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/dist/cli/adhdev-mcp.js +5 -5
- package/dist/cli/index.js +5 -5
- package/dist/index.js +5 -5
- package/package.json +3 -3
package/dist/cli/adhdev-mcp.js
CHANGED
|
@@ -1273,10 +1273,10 @@ function readInjected(value) {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
function getDaemonBuildInfo() {
|
|
1275
1275
|
if (cached) return cached;
|
|
1276
|
-
const commit = readInjected(true ? "
|
|
1277
|
-
const commitShort = readInjected(true ? "
|
|
1278
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1279
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1276
|
+
const commit = readInjected(true ? "332aa731fdfe32e5c872cd1b5b9b5dcfe78594ce" : void 0) ?? "unknown";
|
|
1277
|
+
const commitShort = readInjected(true ? "332aa731" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1278
|
+
const version2 = readInjected(true ? "0.9.82-rc.428" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.428" : void 0) ?? "unknown";
|
|
1279
|
+
const builtAt = readInjected(true ? "2026-06-30T00:11:22.861Z" : void 0);
|
|
1280
1280
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1281
1281
|
return cached;
|
|
1282
1282
|
}
|
|
@@ -137272,7 +137272,7 @@ var init_adhdev_daemon = __esm({
|
|
|
137272
137272
|
init_version();
|
|
137273
137273
|
init_src();
|
|
137274
137274
|
init_runtime_defaults();
|
|
137275
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
137275
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.428" });
|
|
137276
137276
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
137277
137277
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
137278
137278
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1273,10 +1273,10 @@ function readInjected(value) {
|
|
|
1273
1273
|
}
|
|
1274
1274
|
function getDaemonBuildInfo() {
|
|
1275
1275
|
if (cached) return cached;
|
|
1276
|
-
const commit = readInjected(true ? "
|
|
1277
|
-
const commitShort = readInjected(true ? "
|
|
1278
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1279
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1276
|
+
const commit = readInjected(true ? "332aa731fdfe32e5c872cd1b5b9b5dcfe78594ce" : void 0) ?? "unknown";
|
|
1277
|
+
const commitShort = readInjected(true ? "332aa731" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1278
|
+
const version2 = readInjected(true ? "0.9.82-rc.428" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.428" : void 0) ?? "unknown";
|
|
1279
|
+
const builtAt = readInjected(true ? "2026-06-30T00:11:22.861Z" : void 0);
|
|
1280
1280
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1281
1281
|
return cached;
|
|
1282
1282
|
}
|
|
@@ -137242,7 +137242,7 @@ var init_adhdev_daemon = __esm({
|
|
|
137242
137242
|
init_version();
|
|
137243
137243
|
init_src();
|
|
137244
137244
|
init_runtime_defaults();
|
|
137245
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
137245
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.428" });
|
|
137246
137246
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
137247
137247
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
137248
137248
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -753,10 +753,10 @@ function readInjected(value) {
|
|
|
753
753
|
}
|
|
754
754
|
function getDaemonBuildInfo() {
|
|
755
755
|
if (cached) return cached;
|
|
756
|
-
const commit = readInjected(true ? "
|
|
757
|
-
const commitShort = readInjected(true ? "
|
|
758
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
759
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
756
|
+
const commit = readInjected(true ? "332aa731fdfe32e5c872cd1b5b9b5dcfe78594ce" : void 0) ?? "unknown";
|
|
757
|
+
const commitShort = readInjected(true ? "332aa731" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
758
|
+
const version2 = readInjected(true ? "0.9.82-rc.428" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.428" : void 0) ?? "unknown";
|
|
759
|
+
const builtAt = readInjected(true ? "2026-06-30T00:11:22.861Z" : void 0);
|
|
760
760
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
761
761
|
return cached;
|
|
762
762
|
}
|
|
@@ -106064,7 +106064,7 @@ var init_adhdev_daemon = __esm({
|
|
|
106064
106064
|
init_version();
|
|
106065
106065
|
init_src();
|
|
106066
106066
|
init_runtime_defaults();
|
|
106067
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
106067
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.428" });
|
|
106068
106068
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
106069
106069
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
106070
106070
|
localHttpServer = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "0.9.82-rc.
|
|
3
|
+
"version": "0.9.82-rc.428",
|
|
4
4
|
"description": "ADHDev — Agent Dashboard Hub for Dev. The control hub for your AI coding agents (Claude Code, Codex, Hermes, …).",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"node": ">=18"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@adhdev/daemon-core": "0.9.82-rc.
|
|
52
|
+
"@adhdev/daemon-core": "0.9.82-rc.428",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.428",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|