adhdev 1.0.56-rc.12 → 1.0.56-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 +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
|
@@ -4567,8 +4567,8 @@ function getDaemonBuildInfo() {
|
|
|
4567
4567
|
if (cached) return cached;
|
|
4568
4568
|
const commit = readInjected(true ? "317debd2e9400b50ac493cd58d0527fa5f272b5e" : void 0) ?? "unknown";
|
|
4569
4569
|
const commitShort = readInjected(true ? "317debd2" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4570
|
-
const version2 = readInjected(true ? "1.0.56-rc.
|
|
4571
|
-
const builtAt = readInjected(true ? "2026-08-20T04:
|
|
4570
|
+
const version2 = readInjected(true ? "1.0.56-rc.13" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.56-rc.13" : void 0) ?? "unknown";
|
|
4571
|
+
const builtAt = readInjected(true ? "2026-08-20T04:59:09.672Z" : void 0);
|
|
4572
4572
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4573
4573
|
return cached;
|
|
4574
4574
|
}
|
|
@@ -176247,7 +176247,7 @@ var init_adhdev_daemon = __esm({
|
|
|
176247
176247
|
init_daemon_pid();
|
|
176248
176248
|
init_src();
|
|
176249
176249
|
init_runtime_defaults();
|
|
176250
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56-rc.
|
|
176250
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56-rc.13" });
|
|
176251
176251
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
176252
176252
|
localHttpServer = null;
|
|
176253
176253
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4567,8 +4567,8 @@ function getDaemonBuildInfo() {
|
|
|
4567
4567
|
if (cached) return cached;
|
|
4568
4568
|
const commit = readInjected(true ? "317debd2e9400b50ac493cd58d0527fa5f272b5e" : void 0) ?? "unknown";
|
|
4569
4569
|
const commitShort = readInjected(true ? "317debd2" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4570
|
-
const version2 = readInjected(true ? "1.0.56-rc.
|
|
4571
|
-
const builtAt = readInjected(true ? "2026-08-20T04:
|
|
4570
|
+
const version2 = readInjected(true ? "1.0.56-rc.13" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.56-rc.13" : void 0) ?? "unknown";
|
|
4571
|
+
const builtAt = readInjected(true ? "2026-08-20T04:59:09.672Z" : void 0);
|
|
4572
4572
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4573
4573
|
return cached;
|
|
4574
4574
|
}
|
|
@@ -176114,7 +176114,7 @@ var init_adhdev_daemon = __esm({
|
|
|
176114
176114
|
init_daemon_pid();
|
|
176115
176115
|
init_src();
|
|
176116
176116
|
init_runtime_defaults();
|
|
176117
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56-rc.
|
|
176117
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56-rc.13" });
|
|
176118
176118
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
176119
176119
|
localHttpServer = null;
|
|
176120
176120
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4113,8 +4113,8 @@ function getDaemonBuildInfo() {
|
|
|
4113
4113
|
if (cached) return cached;
|
|
4114
4114
|
const commit = readInjected(true ? "317debd2e9400b50ac493cd58d0527fa5f272b5e" : void 0) ?? "unknown";
|
|
4115
4115
|
const commitShort = readInjected(true ? "317debd2" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4116
|
-
const version2 = readInjected(true ? "1.0.56-rc.
|
|
4117
|
-
const builtAt = readInjected(true ? "2026-08-20T04:
|
|
4116
|
+
const version2 = readInjected(true ? "1.0.56-rc.13" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.56-rc.13" : void 0) ?? "unknown";
|
|
4117
|
+
const builtAt = readInjected(true ? "2026-08-20T04:59:09.672Z" : void 0);
|
|
4118
4118
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4119
4119
|
return cached;
|
|
4120
4120
|
}
|
|
@@ -144262,7 +144262,7 @@ var init_adhdev_daemon = __esm({
|
|
|
144262
144262
|
init_daemon_pid();
|
|
144263
144263
|
init_src();
|
|
144264
144264
|
init_runtime_defaults();
|
|
144265
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56-rc.
|
|
144265
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.56-rc.13" });
|
|
144266
144266
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
144267
144267
|
localHttpServer = null;
|
|
144268
144268
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.56-rc.
|
|
3
|
+
"version": "1.0.56-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": {
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@adhdev/daemon-core": "1.0.56-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.56-rc.13",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.56-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.56-rc.13",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|