adhdev 0.9.82-rc.410 → 0.9.82-rc.411
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 +3 -3
- package/dist/cli/index.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/cli/adhdev-mcp.js
CHANGED
|
@@ -1285,8 +1285,8 @@ function getDaemonBuildInfo() {
|
|
|
1285
1285
|
if (cached) return cached;
|
|
1286
1286
|
const commit = readInjected(true ? "69cd9c459ec9efafe19a05f66899bb791d6e0561" : void 0) ?? "unknown";
|
|
1287
1287
|
const commitShort = readInjected(true ? "69cd9c45" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1288
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1289
|
-
const builtAt = readInjected(true ? "2026-06-28T09:
|
|
1288
|
+
const version2 = readInjected(true ? "0.9.82-rc.411" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.411" : void 0) ?? "unknown";
|
|
1289
|
+
const builtAt = readInjected(true ? "2026-06-28T09:11:34.905Z" : void 0);
|
|
1290
1290
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1291
1291
|
return cached;
|
|
1292
1292
|
}
|
|
@@ -136441,7 +136441,7 @@ var init_adhdev_daemon = __esm({
|
|
|
136441
136441
|
init_version();
|
|
136442
136442
|
init_src();
|
|
136443
136443
|
init_runtime_defaults();
|
|
136444
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
136444
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.411" });
|
|
136445
136445
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
136446
136446
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
136447
136447
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1285,8 +1285,8 @@ function getDaemonBuildInfo() {
|
|
|
1285
1285
|
if (cached) return cached;
|
|
1286
1286
|
const commit = readInjected(true ? "69cd9c459ec9efafe19a05f66899bb791d6e0561" : void 0) ?? "unknown";
|
|
1287
1287
|
const commitShort = readInjected(true ? "69cd9c45" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1288
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1289
|
-
const builtAt = readInjected(true ? "2026-06-28T09:
|
|
1288
|
+
const version2 = readInjected(true ? "0.9.82-rc.411" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.411" : void 0) ?? "unknown";
|
|
1289
|
+
const builtAt = readInjected(true ? "2026-06-28T09:11:34.905Z" : void 0);
|
|
1290
1290
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1291
1291
|
return cached;
|
|
1292
1292
|
}
|
|
@@ -136411,7 +136411,7 @@ var init_adhdev_daemon = __esm({
|
|
|
136411
136411
|
init_version();
|
|
136412
136412
|
init_src();
|
|
136413
136413
|
init_runtime_defaults();
|
|
136414
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
136414
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.411" });
|
|
136415
136415
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
136416
136416
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
136417
136417
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -765,8 +765,8 @@ function getDaemonBuildInfo() {
|
|
|
765
765
|
if (cached) return cached;
|
|
766
766
|
const commit = readInjected(true ? "69cd9c459ec9efafe19a05f66899bb791d6e0561" : void 0) ?? "unknown";
|
|
767
767
|
const commitShort = readInjected(true ? "69cd9c45" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
768
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
769
|
-
const builtAt = readInjected(true ? "2026-06-28T09:
|
|
768
|
+
const version2 = readInjected(true ? "0.9.82-rc.411" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.411" : void 0) ?? "unknown";
|
|
769
|
+
const builtAt = readInjected(true ? "2026-06-28T09:11:34.905Z" : void 0);
|
|
770
770
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
771
771
|
return cached;
|
|
772
772
|
}
|
|
@@ -105233,7 +105233,7 @@ var init_adhdev_daemon = __esm({
|
|
|
105233
105233
|
init_version();
|
|
105234
105234
|
init_src();
|
|
105235
105235
|
init_runtime_defaults();
|
|
105236
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
105236
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.411" });
|
|
105237
105237
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
105238
105238
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
105239
105239
|
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.411",
|
|
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.411",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.411",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|