adhdev 0.9.82-rc.430 → 0.9.82-rc.431
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
|
@@ -1293,10 +1293,10 @@ function readInjected(value) {
|
|
|
1293
1293
|
}
|
|
1294
1294
|
function getDaemonBuildInfo() {
|
|
1295
1295
|
if (cached) return cached;
|
|
1296
|
-
const commit = readInjected(true ? "
|
|
1297
|
-
const commitShort = readInjected(true ? "
|
|
1298
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1299
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1296
|
+
const commit = readInjected(true ? "49da6ea69224e07bf4282182228952cbc7064cab" : void 0) ?? "unknown";
|
|
1297
|
+
const commitShort = readInjected(true ? "49da6ea6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1298
|
+
const version2 = readInjected(true ? "0.9.82-rc.431" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.431" : void 0) ?? "unknown";
|
|
1299
|
+
const builtAt = readInjected(true ? "2026-06-30T06:24:29.004Z" : void 0);
|
|
1300
1300
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1301
1301
|
return cached;
|
|
1302
1302
|
}
|
|
@@ -137376,7 +137376,7 @@ var init_adhdev_daemon = __esm({
|
|
|
137376
137376
|
init_version();
|
|
137377
137377
|
init_src();
|
|
137378
137378
|
init_runtime_defaults();
|
|
137379
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
137379
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.431" });
|
|
137380
137380
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
137381
137381
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
137382
137382
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1293,10 +1293,10 @@ function readInjected(value) {
|
|
|
1293
1293
|
}
|
|
1294
1294
|
function getDaemonBuildInfo() {
|
|
1295
1295
|
if (cached) return cached;
|
|
1296
|
-
const commit = readInjected(true ? "
|
|
1297
|
-
const commitShort = readInjected(true ? "
|
|
1298
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1299
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1296
|
+
const commit = readInjected(true ? "49da6ea69224e07bf4282182228952cbc7064cab" : void 0) ?? "unknown";
|
|
1297
|
+
const commitShort = readInjected(true ? "49da6ea6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1298
|
+
const version2 = readInjected(true ? "0.9.82-rc.431" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.431" : void 0) ?? "unknown";
|
|
1299
|
+
const builtAt = readInjected(true ? "2026-06-30T06:24:29.004Z" : void 0);
|
|
1300
1300
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1301
1301
|
return cached;
|
|
1302
1302
|
}
|
|
@@ -137346,7 +137346,7 @@ var init_adhdev_daemon = __esm({
|
|
|
137346
137346
|
init_version();
|
|
137347
137347
|
init_src();
|
|
137348
137348
|
init_runtime_defaults();
|
|
137349
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
137349
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.431" });
|
|
137350
137350
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
137351
137351
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
137352
137352
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -773,10 +773,10 @@ function readInjected(value) {
|
|
|
773
773
|
}
|
|
774
774
|
function getDaemonBuildInfo() {
|
|
775
775
|
if (cached) return cached;
|
|
776
|
-
const commit = readInjected(true ? "
|
|
777
|
-
const commitShort = readInjected(true ? "
|
|
778
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
779
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
776
|
+
const commit = readInjected(true ? "49da6ea69224e07bf4282182228952cbc7064cab" : void 0) ?? "unknown";
|
|
777
|
+
const commitShort = readInjected(true ? "49da6ea6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
778
|
+
const version2 = readInjected(true ? "0.9.82-rc.431" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.431" : void 0) ?? "unknown";
|
|
779
|
+
const builtAt = readInjected(true ? "2026-06-30T06:24:29.004Z" : void 0);
|
|
780
780
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
781
781
|
return cached;
|
|
782
782
|
}
|
|
@@ -106168,7 +106168,7 @@ var init_adhdev_daemon = __esm({
|
|
|
106168
106168
|
init_version();
|
|
106169
106169
|
init_src();
|
|
106170
106170
|
init_runtime_defaults();
|
|
106171
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
106171
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.431" });
|
|
106172
106172
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
106173
106173
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
106174
106174
|
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.431",
|
|
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.431",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.431",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|