adhdev 1.0.38-rc.10 → 1.0.38-rc.11
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 ? "3dc8cb12f250e3f9f358d3bfd060f62639b50886" : void 0) ?? "unknown";
|
|
4443
4443
|
const commitShort = readInjected(true ? "3dc8cb12" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4444
|
-
const version2 = readInjected(true ? "1.0.38-rc.
|
|
4445
|
-
const builtAt = readInjected(true ? "2026-08-06T15:
|
|
4444
|
+
const version2 = readInjected(true ? "1.0.38-rc.11" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.11" : void 0) ?? "unknown";
|
|
4445
|
+
const builtAt = readInjected(true ? "2026-08-06T15:34:36.556Z" : void 0);
|
|
4446
4446
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4447
4447
|
return cached;
|
|
4448
4448
|
}
|
|
@@ -167639,7 +167639,7 @@ var init_adhdev_daemon = __esm({
|
|
|
167639
167639
|
init_daemon_pid();
|
|
167640
167640
|
init_src();
|
|
167641
167641
|
init_runtime_defaults();
|
|
167642
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.
|
|
167642
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.11" });
|
|
167643
167643
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
167644
167644
|
localHttpServer = null;
|
|
167645
167645
|
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 ? "3dc8cb12f250e3f9f358d3bfd060f62639b50886" : void 0) ?? "unknown";
|
|
4443
4443
|
const commitShort = readInjected(true ? "3dc8cb12" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4444
|
-
const version2 = readInjected(true ? "1.0.38-rc.
|
|
4445
|
-
const builtAt = readInjected(true ? "2026-08-06T15:
|
|
4444
|
+
const version2 = readInjected(true ? "1.0.38-rc.11" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.11" : void 0) ?? "unknown";
|
|
4445
|
+
const builtAt = readInjected(true ? "2026-08-06T15:34:36.556Z" : void 0);
|
|
4446
4446
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4447
4447
|
return cached;
|
|
4448
4448
|
}
|
|
@@ -167589,7 +167589,7 @@ var init_adhdev_daemon = __esm({
|
|
|
167589
167589
|
init_daemon_pid();
|
|
167590
167590
|
init_src();
|
|
167591
167591
|
init_runtime_defaults();
|
|
167592
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.
|
|
167592
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.11" });
|
|
167593
167593
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
167594
167594
|
localHttpServer = null;
|
|
167595
167595
|
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 ? "3dc8cb12f250e3f9f358d3bfd060f62639b50886" : void 0) ?? "unknown";
|
|
3989
3989
|
const commitShort = readInjected(true ? "3dc8cb12" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
3990
|
-
const version2 = readInjected(true ? "1.0.38-rc.
|
|
3991
|
-
const builtAt = readInjected(true ? "2026-08-06T15:
|
|
3990
|
+
const version2 = readInjected(true ? "1.0.38-rc.11" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.38-rc.11" : void 0) ?? "unknown";
|
|
3991
|
+
const builtAt = readInjected(true ? "2026-08-06T15:34:36.556Z" : void 0);
|
|
3992
3992
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
3993
3993
|
return cached;
|
|
3994
3994
|
}
|
|
@@ -136409,7 +136409,7 @@ var init_adhdev_daemon = __esm({
|
|
|
136409
136409
|
init_daemon_pid();
|
|
136410
136410
|
init_src();
|
|
136411
136411
|
init_runtime_defaults();
|
|
136412
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.
|
|
136412
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.38-rc.11" });
|
|
136413
136413
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
136414
136414
|
localHttpServer = null;
|
|
136415
136415
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.38-rc.
|
|
3
|
+
"version": "1.0.38-rc.11",
|
|
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.38-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.38-rc.11",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.38-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.38-rc.11",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|