adhdev 0.9.82-rc.324 → 0.9.82-rc.325
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
|
@@ -1199,8 +1199,8 @@ function getDaemonBuildInfo() {
|
|
|
1199
1199
|
if (cached) return cached;
|
|
1200
1200
|
const commit = readInjected(true ? "a0aeebdac30d9abea5b46e3f2618f864bbff19d0" : void 0) ?? "unknown";
|
|
1201
1201
|
const commitShort = readInjected(true ? "a0aeebda" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1202
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1203
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1202
|
+
const version2 = readInjected(true ? "0.9.82-rc.325" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.325" : void 0) ?? "unknown";
|
|
1203
|
+
const builtAt = readInjected(true ? "2026-06-19T08:24:44.030Z" : void 0);
|
|
1204
1204
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1205
1205
|
return cached;
|
|
1206
1206
|
}
|
|
@@ -130421,7 +130421,7 @@ var init_adhdev_daemon = __esm({
|
|
|
130421
130421
|
init_version();
|
|
130422
130422
|
init_src();
|
|
130423
130423
|
init_runtime_defaults();
|
|
130424
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
130424
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.325" });
|
|
130425
130425
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
130426
130426
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
130427
130427
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1199,8 +1199,8 @@ function getDaemonBuildInfo() {
|
|
|
1199
1199
|
if (cached) return cached;
|
|
1200
1200
|
const commit = readInjected(true ? "a0aeebdac30d9abea5b46e3f2618f864bbff19d0" : void 0) ?? "unknown";
|
|
1201
1201
|
const commitShort = readInjected(true ? "a0aeebda" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1202
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1203
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1202
|
+
const version2 = readInjected(true ? "0.9.82-rc.325" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.325" : void 0) ?? "unknown";
|
|
1203
|
+
const builtAt = readInjected(true ? "2026-06-19T08:24:44.030Z" : void 0);
|
|
1204
1204
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1205
1205
|
return cached;
|
|
1206
1206
|
}
|
|
@@ -130391,7 +130391,7 @@ var init_adhdev_daemon = __esm({
|
|
|
130391
130391
|
init_version();
|
|
130392
130392
|
init_src();
|
|
130393
130393
|
init_runtime_defaults();
|
|
130394
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
130394
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.325" });
|
|
130395
130395
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
130396
130396
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
130397
130397
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -679,8 +679,8 @@ function getDaemonBuildInfo() {
|
|
|
679
679
|
if (cached) return cached;
|
|
680
680
|
const commit = readInjected(true ? "a0aeebdac30d9abea5b46e3f2618f864bbff19d0" : void 0) ?? "unknown";
|
|
681
681
|
const commitShort = readInjected(true ? "a0aeebda" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
682
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
683
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
682
|
+
const version2 = readInjected(true ? "0.9.82-rc.325" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.325" : void 0) ?? "unknown";
|
|
683
|
+
const builtAt = readInjected(true ? "2026-06-19T08:24:44.030Z" : void 0);
|
|
684
684
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
685
685
|
return cached;
|
|
686
686
|
}
|
|
@@ -99213,7 +99213,7 @@ var init_adhdev_daemon = __esm({
|
|
|
99213
99213
|
init_version();
|
|
99214
99214
|
init_src();
|
|
99215
99215
|
init_runtime_defaults();
|
|
99216
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
99216
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.325" });
|
|
99217
99217
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
99218
99218
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
99219
99219
|
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.325",
|
|
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.325",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.325",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|