adhdev 1.0.58-rc.72 → 1.0.58-rc.73
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/vendor/mcp-server/index.js +1 -1
package/dist/cli/adhdev-mcp.js
CHANGED
|
@@ -4655,10 +4655,10 @@ function readInjected(value) {
|
|
|
4655
4655
|
}
|
|
4656
4656
|
function getDaemonBuildInfo() {
|
|
4657
4657
|
if (cached) return cached;
|
|
4658
|
-
const commit = readInjected(true ? "
|
|
4659
|
-
const commitShort = readInjected(true ? "
|
|
4660
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4661
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4658
|
+
const commit = readInjected(true ? "84191cfaa2c3fd9ee121df37576c6922dd56c0d7" : void 0) ?? "unknown";
|
|
4659
|
+
const commitShort = readInjected(true ? "84191cfa" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4660
|
+
const version2 = readInjected(true ? "1.0.58-rc.73" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.73" : void 0) ?? "unknown";
|
|
4661
|
+
const builtAt = readInjected(true ? "2026-09-04T11:21:26.290Z" : void 0);
|
|
4662
4662
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4663
4663
|
return cached;
|
|
4664
4664
|
}
|
|
@@ -200668,7 +200668,7 @@ var init_adhdev_daemon = __esm({
|
|
|
200668
200668
|
init_daemon_local_ipc_http();
|
|
200669
200669
|
init_daemon_pid();
|
|
200670
200670
|
init_src();
|
|
200671
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
200671
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.73" });
|
|
200672
200672
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
200673
200673
|
localHttpServer = null;
|
|
200674
200674
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4655,10 +4655,10 @@ function readInjected(value) {
|
|
|
4655
4655
|
}
|
|
4656
4656
|
function getDaemonBuildInfo() {
|
|
4657
4657
|
if (cached) return cached;
|
|
4658
|
-
const commit = readInjected(true ? "
|
|
4659
|
-
const commitShort = readInjected(true ? "
|
|
4660
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4661
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4658
|
+
const commit = readInjected(true ? "84191cfaa2c3fd9ee121df37576c6922dd56c0d7" : void 0) ?? "unknown";
|
|
4659
|
+
const commitShort = readInjected(true ? "84191cfa" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4660
|
+
const version2 = readInjected(true ? "1.0.58-rc.73" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.73" : void 0) ?? "unknown";
|
|
4661
|
+
const builtAt = readInjected(true ? "2026-09-04T11:21:26.290Z" : void 0);
|
|
4662
4662
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4663
4663
|
return cached;
|
|
4664
4664
|
}
|
|
@@ -200535,7 +200535,7 @@ var init_adhdev_daemon = __esm({
|
|
|
200535
200535
|
init_daemon_local_ipc_http();
|
|
200536
200536
|
init_daemon_pid();
|
|
200537
200537
|
init_src();
|
|
200538
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
200538
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.73" });
|
|
200539
200539
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
200540
200540
|
localHttpServer = null;
|
|
200541
200541
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4201,10 +4201,10 @@ function readInjected(value) {
|
|
|
4201
4201
|
}
|
|
4202
4202
|
function getDaemonBuildInfo() {
|
|
4203
4203
|
if (cached) return cached;
|
|
4204
|
-
const commit = readInjected(true ? "
|
|
4205
|
-
const commitShort = readInjected(true ? "
|
|
4206
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4207
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4204
|
+
const commit = readInjected(true ? "84191cfaa2c3fd9ee121df37576c6922dd56c0d7" : void 0) ?? "unknown";
|
|
4205
|
+
const commitShort = readInjected(true ? "84191cfa" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4206
|
+
const version2 = readInjected(true ? "1.0.58-rc.73" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.73" : void 0) ?? "unknown";
|
|
4207
|
+
const builtAt = readInjected(true ? "2026-09-04T11:21:26.290Z" : void 0);
|
|
4208
4208
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4209
4209
|
return cached;
|
|
4210
4210
|
}
|
|
@@ -168621,7 +168621,7 @@ var init_adhdev_daemon = __esm({
|
|
|
168621
168621
|
init_daemon_local_ipc_http();
|
|
168622
168622
|
init_daemon_pid();
|
|
168623
168623
|
init_src();
|
|
168624
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
168624
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.73" });
|
|
168625
168625
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
168626
168626
|
localHttpServer = null;
|
|
168627
168627
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.58-rc.
|
|
3
|
+
"version": "1.0.58-rc.73",
|
|
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.58-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.58-rc.73",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.58-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.58-rc.73",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|
|
@@ -40942,7 +40942,7 @@ var require_dist3 = __commonJS({
|
|
|
40942
40942
|
if (cached2) return cached2;
|
|
40943
40943
|
const commit = readInjected(true ? "unknown" : void 0) ?? "unknown";
|
|
40944
40944
|
const commitShort = readInjected(true ? "unknown" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
40945
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
40945
|
+
const version2 = readInjected(true ? "1.0.58-rc.73" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
40946
40946
|
const builtAt = readInjected(true ? "unknown" : void 0);
|
|
40947
40947
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
40948
40948
|
return cached2;
|