adhdev 1.0.59-rc.13 → 1.0.59-rc.14
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/vendor/mcp-server/index.js +1 -1
package/dist/cli/adhdev-mcp.js
CHANGED
|
@@ -4684,8 +4684,8 @@ function getDaemonBuildInfo() {
|
|
|
4684
4684
|
if (cached) return cached;
|
|
4685
4685
|
const commit = readInjected(true ? "15b1112b6bd20d0afc6067c27fc387dabf38c279" : void 0) ?? "unknown";
|
|
4686
4686
|
const commitShort = readInjected(true ? "15b1112b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4687
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4688
|
-
const builtAt = readInjected(true ? "2026-09-12T04:
|
|
4687
|
+
const version2 = readInjected(true ? "1.0.59-rc.14" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.14" : void 0) ?? "unknown";
|
|
4688
|
+
const builtAt = readInjected(true ? "2026-09-12T04:51:34.582Z" : void 0);
|
|
4689
4689
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4690
4690
|
return cached;
|
|
4691
4691
|
}
|
|
@@ -204123,7 +204123,7 @@ var init_adhdev_daemon = __esm({
|
|
|
204123
204123
|
init_daemon_local_ipc_http();
|
|
204124
204124
|
init_daemon_pid();
|
|
204125
204125
|
init_src();
|
|
204126
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
204126
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.14" });
|
|
204127
204127
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
204128
204128
|
localHttpServer = null;
|
|
204129
204129
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4684,8 +4684,8 @@ function getDaemonBuildInfo() {
|
|
|
4684
4684
|
if (cached) return cached;
|
|
4685
4685
|
const commit = readInjected(true ? "15b1112b6bd20d0afc6067c27fc387dabf38c279" : void 0) ?? "unknown";
|
|
4686
4686
|
const commitShort = readInjected(true ? "15b1112b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4687
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4688
|
-
const builtAt = readInjected(true ? "2026-09-12T04:
|
|
4687
|
+
const version2 = readInjected(true ? "1.0.59-rc.14" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.14" : void 0) ?? "unknown";
|
|
4688
|
+
const builtAt = readInjected(true ? "2026-09-12T04:51:34.582Z" : void 0);
|
|
4689
4689
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4690
4690
|
return cached;
|
|
4691
4691
|
}
|
|
@@ -203990,7 +203990,7 @@ var init_adhdev_daemon = __esm({
|
|
|
203990
203990
|
init_daemon_local_ipc_http();
|
|
203991
203991
|
init_daemon_pid();
|
|
203992
203992
|
init_src();
|
|
203993
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
203993
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.14" });
|
|
203994
203994
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
203995
203995
|
localHttpServer = null;
|
|
203996
203996
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4230,8 +4230,8 @@ function getDaemonBuildInfo() {
|
|
|
4230
4230
|
if (cached) return cached;
|
|
4231
4231
|
const commit = readInjected(true ? "15b1112b6bd20d0afc6067c27fc387dabf38c279" : void 0) ?? "unknown";
|
|
4232
4232
|
const commitShort = readInjected(true ? "15b1112b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4233
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4234
|
-
const builtAt = readInjected(true ? "2026-09-12T04:
|
|
4233
|
+
const version2 = readInjected(true ? "1.0.59-rc.14" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.14" : void 0) ?? "unknown";
|
|
4234
|
+
const builtAt = readInjected(true ? "2026-09-12T04:51:34.582Z" : void 0);
|
|
4235
4235
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4236
4236
|
return cached;
|
|
4237
4237
|
}
|
|
@@ -172067,7 +172067,7 @@ var init_adhdev_daemon = __esm({
|
|
|
172067
172067
|
init_daemon_local_ipc_http();
|
|
172068
172068
|
init_daemon_pid();
|
|
172069
172069
|
init_src();
|
|
172070
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
172070
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.14" });
|
|
172071
172071
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
172072
172072
|
localHttpServer = null;
|
|
172073
172073
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.59-rc.
|
|
3
|
+
"version": "1.0.59-rc.14",
|
|
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.59-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.59-rc.14",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.59-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.59-rc.14",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|
|
@@ -40988,7 +40988,7 @@ var require_dist3 = __commonJS({
|
|
|
40988
40988
|
if (cached2) return cached2;
|
|
40989
40989
|
const commit = readInjected(true ? "unknown" : void 0) ?? "unknown";
|
|
40990
40990
|
const commitShort = readInjected(true ? "unknown" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
40991
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
40991
|
+
const version2 = readInjected(true ? "1.0.59-rc.14" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
40992
40992
|
const builtAt = readInjected(true ? "unknown" : void 0);
|
|
40993
40993
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
40994
40994
|
return cached2;
|