adhdev 1.0.28-rc.12 → 1.0.28-rc.13
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
|
@@ -4372,10 +4372,10 @@ function readInjected(value) {
|
|
|
4372
4372
|
}
|
|
4373
4373
|
function getDaemonBuildInfo() {
|
|
4374
4374
|
if (cached) return cached;
|
|
4375
|
-
const commit = readInjected(true ? "
|
|
4376
|
-
const commitShort = readInjected(true ? "
|
|
4377
|
-
const version2 = readInjected(true ? "1.0.28-rc.
|
|
4378
|
-
const builtAt = readInjected(true ? "2026-07-26T08:
|
|
4375
|
+
const commit = readInjected(true ? "200c050e12084938c52f329a7531fd59a7cf5064" : void 0) ?? "unknown";
|
|
4376
|
+
const commitShort = readInjected(true ? "200c050e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4377
|
+
const version2 = readInjected(true ? "1.0.28-rc.13" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.28-rc.13" : void 0) ?? "unknown";
|
|
4378
|
+
const builtAt = readInjected(true ? "2026-07-26T08:48:09.686Z" : void 0);
|
|
4379
4379
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4380
4380
|
return cached;
|
|
4381
4381
|
}
|
|
@@ -151094,7 +151094,7 @@ var init_adhdev_daemon = __esm({
|
|
|
151094
151094
|
init_daemon_pid();
|
|
151095
151095
|
init_src();
|
|
151096
151096
|
init_runtime_defaults();
|
|
151097
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.28-rc.
|
|
151097
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.28-rc.13" });
|
|
151098
151098
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
151099
151099
|
localHttpServer = null;
|
|
151100
151100
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4372,10 +4372,10 @@ function readInjected(value) {
|
|
|
4372
4372
|
}
|
|
4373
4373
|
function getDaemonBuildInfo() {
|
|
4374
4374
|
if (cached) return cached;
|
|
4375
|
-
const commit = readInjected(true ? "
|
|
4376
|
-
const commitShort = readInjected(true ? "
|
|
4377
|
-
const version2 = readInjected(true ? "1.0.28-rc.
|
|
4378
|
-
const builtAt = readInjected(true ? "2026-07-26T08:
|
|
4375
|
+
const commit = readInjected(true ? "200c050e12084938c52f329a7531fd59a7cf5064" : void 0) ?? "unknown";
|
|
4376
|
+
const commitShort = readInjected(true ? "200c050e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4377
|
+
const version2 = readInjected(true ? "1.0.28-rc.13" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.28-rc.13" : void 0) ?? "unknown";
|
|
4378
|
+
const builtAt = readInjected(true ? "2026-07-26T08:48:09.686Z" : void 0);
|
|
4379
4379
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4380
4380
|
return cached;
|
|
4381
4381
|
}
|
|
@@ -151064,7 +151064,7 @@ var init_adhdev_daemon = __esm({
|
|
|
151064
151064
|
init_daemon_pid();
|
|
151065
151065
|
init_src();
|
|
151066
151066
|
init_runtime_defaults();
|
|
151067
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.28-rc.
|
|
151067
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.28-rc.13" });
|
|
151068
151068
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
151069
151069
|
localHttpServer = null;
|
|
151070
151070
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -3912,10 +3912,10 @@ function readInjected(value) {
|
|
|
3912
3912
|
}
|
|
3913
3913
|
function getDaemonBuildInfo() {
|
|
3914
3914
|
if (cached) return cached;
|
|
3915
|
-
const commit = readInjected(true ? "
|
|
3916
|
-
const commitShort = readInjected(true ? "
|
|
3917
|
-
const version2 = readInjected(true ? "1.0.28-rc.
|
|
3918
|
-
const builtAt = readInjected(true ? "2026-07-26T08:
|
|
3915
|
+
const commit = readInjected(true ? "200c050e12084938c52f329a7531fd59a7cf5064" : void 0) ?? "unknown";
|
|
3916
|
+
const commitShort = readInjected(true ? "200c050e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
3917
|
+
const version2 = readInjected(true ? "1.0.28-rc.13" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.28-rc.13" : void 0) ?? "unknown";
|
|
3918
|
+
const builtAt = readInjected(true ? "2026-07-26T08:48:09.686Z" : void 0);
|
|
3919
3919
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
3920
3920
|
return cached;
|
|
3921
3921
|
}
|
|
@@ -119892,7 +119892,7 @@ var init_adhdev_daemon = __esm({
|
|
|
119892
119892
|
init_daemon_pid();
|
|
119893
119893
|
init_src();
|
|
119894
119894
|
init_runtime_defaults();
|
|
119895
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.28-rc.
|
|
119895
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.28-rc.13" });
|
|
119896
119896
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
119897
119897
|
localHttpServer = null;
|
|
119898
119898
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.28-rc.
|
|
3
|
+
"version": "1.0.28-rc.13",
|
|
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.28-rc.
|
|
52
|
+
"@adhdev/daemon-core": "1.0.28-rc.13",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "1.0.28-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "1.0.28-rc.13",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|