adhdev 1.0.39-rc.4 → 1.0.39-rc.5
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
|
@@ -4441,8 +4441,8 @@ function getDaemonBuildInfo() {
|
|
|
4441
4441
|
if (cached) return cached;
|
|
4442
4442
|
const commit = readInjected(true ? "501b92e11df69e7a1e1a20767fd4c924e8bd4f95" : void 0) ?? "unknown";
|
|
4443
4443
|
const commitShort = readInjected(true ? "501b92e1" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4444
|
-
const version2 = readInjected(true ? "1.0.39-rc.
|
|
4445
|
-
const builtAt = readInjected(true ? "2026-08-07T12:
|
|
4444
|
+
const version2 = readInjected(true ? "1.0.39-rc.5" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.5" : void 0) ?? "unknown";
|
|
4445
|
+
const builtAt = readInjected(true ? "2026-08-07T12:53:43.899Z" : void 0);
|
|
4446
4446
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4447
4447
|
return cached;
|
|
4448
4448
|
}
|
|
@@ -166355,7 +166355,7 @@ var init_adhdev_daemon = __esm({
|
|
|
166355
166355
|
init_daemon_pid();
|
|
166356
166356
|
init_src();
|
|
166357
166357
|
init_runtime_defaults();
|
|
166358
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.
|
|
166358
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.5" });
|
|
166359
166359
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
166360
166360
|
localHttpServer = null;
|
|
166361
166361
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4441,8 +4441,8 @@ function getDaemonBuildInfo() {
|
|
|
4441
4441
|
if (cached) return cached;
|
|
4442
4442
|
const commit = readInjected(true ? "501b92e11df69e7a1e1a20767fd4c924e8bd4f95" : void 0) ?? "unknown";
|
|
4443
4443
|
const commitShort = readInjected(true ? "501b92e1" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4444
|
-
const version2 = readInjected(true ? "1.0.39-rc.
|
|
4445
|
-
const builtAt = readInjected(true ? "2026-08-07T12:
|
|
4444
|
+
const version2 = readInjected(true ? "1.0.39-rc.5" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.5" : void 0) ?? "unknown";
|
|
4445
|
+
const builtAt = readInjected(true ? "2026-08-07T12:53:43.899Z" : void 0);
|
|
4446
4446
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4447
4447
|
return cached;
|
|
4448
4448
|
}
|
|
@@ -166305,7 +166305,7 @@ var init_adhdev_daemon = __esm({
|
|
|
166305
166305
|
init_daemon_pid();
|
|
166306
166306
|
init_src();
|
|
166307
166307
|
init_runtime_defaults();
|
|
166308
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.
|
|
166308
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.5" });
|
|
166309
166309
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
166310
166310
|
localHttpServer = null;
|
|
166311
166311
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -3987,8 +3987,8 @@ function getDaemonBuildInfo() {
|
|
|
3987
3987
|
if (cached) return cached;
|
|
3988
3988
|
const commit = readInjected(true ? "501b92e11df69e7a1e1a20767fd4c924e8bd4f95" : void 0) ?? "unknown";
|
|
3989
3989
|
const commitShort = readInjected(true ? "501b92e1" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
3990
|
-
const version2 = readInjected(true ? "1.0.39-rc.
|
|
3991
|
-
const builtAt = readInjected(true ? "2026-08-07T12:
|
|
3990
|
+
const version2 = readInjected(true ? "1.0.39-rc.5" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.5" : void 0) ?? "unknown";
|
|
3991
|
+
const builtAt = readInjected(true ? "2026-08-07T12:53:43.899Z" : void 0);
|
|
3992
3992
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
3993
3993
|
return cached;
|
|
3994
3994
|
}
|
|
@@ -135125,7 +135125,7 @@ var init_adhdev_daemon = __esm({
|
|
|
135125
135125
|
init_daemon_pid();
|
|
135126
135126
|
init_src();
|
|
135127
135127
|
init_runtime_defaults();
|
|
135128
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.
|
|
135128
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.5" });
|
|
135129
135129
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
135130
135130
|
localHttpServer = null;
|
|
135131
135131
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.39-rc.
|
|
3
|
+
"version": "1.0.39-rc.5",
|
|
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": {
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@adhdev/daemon-core": "1.0.39-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.39-rc.5",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.39-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.39-rc.5",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|