adhdev 1.0.18-rc.3 → 1.0.18-rc.4
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
|
@@ -1326,10 +1326,10 @@ function readInjected(value) {
|
|
|
1326
1326
|
}
|
|
1327
1327
|
function getDaemonBuildInfo() {
|
|
1328
1328
|
if (cached) return cached;
|
|
1329
|
-
const commit = readInjected(true ? "
|
|
1330
|
-
const commitShort = readInjected(true ? "
|
|
1331
|
-
const version2 = readInjected(true ? "1.0.18-rc.
|
|
1332
|
-
const builtAt = readInjected(true ? "2026-07-21T13:
|
|
1329
|
+
const commit = readInjected(true ? "03520d83677e928145388b2b0666f08dd4cb0e4a" : void 0) ?? "unknown";
|
|
1330
|
+
const commitShort = readInjected(true ? "03520d83" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1331
|
+
const version2 = readInjected(true ? "1.0.18-rc.4" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.4" : void 0) ?? "unknown";
|
|
1332
|
+
const builtAt = readInjected(true ? "2026-07-21T13:09:14.653Z" : void 0);
|
|
1333
1333
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1334
1334
|
return cached;
|
|
1335
1335
|
}
|
|
@@ -147537,7 +147537,7 @@ var init_adhdev_daemon = __esm({
|
|
|
147537
147537
|
init_daemon_pid();
|
|
147538
147538
|
init_src();
|
|
147539
147539
|
init_runtime_defaults();
|
|
147540
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.
|
|
147540
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.4" });
|
|
147541
147541
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
147542
147542
|
localHttpServer = null;
|
|
147543
147543
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1326,10 +1326,10 @@ function readInjected(value) {
|
|
|
1326
1326
|
}
|
|
1327
1327
|
function getDaemonBuildInfo() {
|
|
1328
1328
|
if (cached) return cached;
|
|
1329
|
-
const commit = readInjected(true ? "
|
|
1330
|
-
const commitShort = readInjected(true ? "
|
|
1331
|
-
const version2 = readInjected(true ? "1.0.18-rc.
|
|
1332
|
-
const builtAt = readInjected(true ? "2026-07-21T13:
|
|
1329
|
+
const commit = readInjected(true ? "03520d83677e928145388b2b0666f08dd4cb0e4a" : void 0) ?? "unknown";
|
|
1330
|
+
const commitShort = readInjected(true ? "03520d83" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1331
|
+
const version2 = readInjected(true ? "1.0.18-rc.4" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.4" : void 0) ?? "unknown";
|
|
1332
|
+
const builtAt = readInjected(true ? "2026-07-21T13:09:14.653Z" : void 0);
|
|
1333
1333
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1334
1334
|
return cached;
|
|
1335
1335
|
}
|
|
@@ -147507,7 +147507,7 @@ var init_adhdev_daemon = __esm({
|
|
|
147507
147507
|
init_daemon_pid();
|
|
147508
147508
|
init_src();
|
|
147509
147509
|
init_runtime_defaults();
|
|
147510
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.
|
|
147510
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.4" });
|
|
147511
147511
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
147512
147512
|
localHttpServer = null;
|
|
147513
147513
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -866,10 +866,10 @@ function readInjected(value) {
|
|
|
866
866
|
}
|
|
867
867
|
function getDaemonBuildInfo() {
|
|
868
868
|
if (cached) return cached;
|
|
869
|
-
const commit = readInjected(true ? "
|
|
870
|
-
const commitShort = readInjected(true ? "
|
|
871
|
-
const version2 = readInjected(true ? "1.0.18-rc.
|
|
872
|
-
const builtAt = readInjected(true ? "2026-07-21T13:
|
|
869
|
+
const commit = readInjected(true ? "03520d83677e928145388b2b0666f08dd4cb0e4a" : void 0) ?? "unknown";
|
|
870
|
+
const commitShort = readInjected(true ? "03520d83" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
871
|
+
const version2 = readInjected(true ? "1.0.18-rc.4" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.18-rc.4" : void 0) ?? "unknown";
|
|
872
|
+
const builtAt = readInjected(true ? "2026-07-21T13:09:14.653Z" : void 0);
|
|
873
873
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
874
874
|
return cached;
|
|
875
875
|
}
|
|
@@ -116338,7 +116338,7 @@ var init_adhdev_daemon = __esm({
|
|
|
116338
116338
|
init_daemon_pid();
|
|
116339
116339
|
init_src();
|
|
116340
116340
|
init_runtime_defaults();
|
|
116341
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.
|
|
116341
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.18-rc.4" });
|
|
116342
116342
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
116343
116343
|
localHttpServer = null;
|
|
116344
116344
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.18-rc.
|
|
3
|
+
"version": "1.0.18-rc.4",
|
|
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": "1.0.18-rc.
|
|
52
|
+
"@adhdev/daemon-core": "1.0.18-rc.4",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "1.0.18-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "1.0.18-rc.4",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|