adhdev 1.0.39-rc.6 → 1.0.39-rc.7
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 ? "2e7dae960e88d61879ec103eaa86df36e1671d8e" : void 0) ?? "unknown";
|
|
4443
4443
|
const commitShort = readInjected(true ? "2e7dae96" : 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-08T01:
|
|
4444
|
+
const version2 = readInjected(true ? "1.0.39-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.7" : void 0) ?? "unknown";
|
|
4445
|
+
const builtAt = readInjected(true ? "2026-08-08T01:41:35.855Z" : void 0);
|
|
4446
4446
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4447
4447
|
return cached;
|
|
4448
4448
|
}
|
|
@@ -166425,7 +166425,7 @@ var init_adhdev_daemon = __esm({
|
|
|
166425
166425
|
init_daemon_pid();
|
|
166426
166426
|
init_src();
|
|
166427
166427
|
init_runtime_defaults();
|
|
166428
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.
|
|
166428
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.7" });
|
|
166429
166429
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
166430
166430
|
localHttpServer = null;
|
|
166431
166431
|
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 ? "2e7dae960e88d61879ec103eaa86df36e1671d8e" : void 0) ?? "unknown";
|
|
4443
4443
|
const commitShort = readInjected(true ? "2e7dae96" : 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-08T01:
|
|
4444
|
+
const version2 = readInjected(true ? "1.0.39-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.7" : void 0) ?? "unknown";
|
|
4445
|
+
const builtAt = readInjected(true ? "2026-08-08T01:41:35.855Z" : void 0);
|
|
4446
4446
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4447
4447
|
return cached;
|
|
4448
4448
|
}
|
|
@@ -166375,7 +166375,7 @@ var init_adhdev_daemon = __esm({
|
|
|
166375
166375
|
init_daemon_pid();
|
|
166376
166376
|
init_src();
|
|
166377
166377
|
init_runtime_defaults();
|
|
166378
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.
|
|
166378
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.7" });
|
|
166379
166379
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
166380
166380
|
localHttpServer = null;
|
|
166381
166381
|
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 ? "2e7dae960e88d61879ec103eaa86df36e1671d8e" : void 0) ?? "unknown";
|
|
3989
3989
|
const commitShort = readInjected(true ? "2e7dae96" : 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-08T01:
|
|
3990
|
+
const version2 = readInjected(true ? "1.0.39-rc.7" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.39-rc.7" : void 0) ?? "unknown";
|
|
3991
|
+
const builtAt = readInjected(true ? "2026-08-08T01:41:35.855Z" : void 0);
|
|
3992
3992
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
3993
3993
|
return cached;
|
|
3994
3994
|
}
|
|
@@ -135195,7 +135195,7 @@ var init_adhdev_daemon = __esm({
|
|
|
135195
135195
|
init_daemon_pid();
|
|
135196
135196
|
init_src();
|
|
135197
135197
|
init_runtime_defaults();
|
|
135198
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.
|
|
135198
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.39-rc.7" });
|
|
135199
135199
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
135200
135200
|
localHttpServer = null;
|
|
135201
135201
|
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.7",
|
|
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.7",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.39-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.39-rc.7",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|