adhdev 1.0.59-rc.2 → 1.0.59-rc.3
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
|
@@ -4667,8 +4667,8 @@ function getDaemonBuildInfo() {
|
|
|
4667
4667
|
if (cached) return cached;
|
|
4668
4668
|
const commit = readInjected(true ? "7a9108d5fcda8f5a5bbfe133bcfabfe974008c45" : void 0) ?? "unknown";
|
|
4669
4669
|
const commitShort = readInjected(true ? "7a9108d5" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4670
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4671
|
-
const builtAt = readInjected(true ? "2026-09-09T05:
|
|
4670
|
+
const version2 = readInjected(true ? "1.0.59-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.3" : void 0) ?? "unknown";
|
|
4671
|
+
const builtAt = readInjected(true ? "2026-09-09T05:43:31.218Z" : void 0);
|
|
4672
4672
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4673
4673
|
return cached;
|
|
4674
4674
|
}
|
|
@@ -202975,7 +202975,7 @@ var init_adhdev_daemon = __esm({
|
|
|
202975
202975
|
init_daemon_local_ipc_http();
|
|
202976
202976
|
init_daemon_pid();
|
|
202977
202977
|
init_src();
|
|
202978
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
202978
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.3" });
|
|
202979
202979
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
202980
202980
|
localHttpServer = null;
|
|
202981
202981
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4667,8 +4667,8 @@ function getDaemonBuildInfo() {
|
|
|
4667
4667
|
if (cached) return cached;
|
|
4668
4668
|
const commit = readInjected(true ? "7a9108d5fcda8f5a5bbfe133bcfabfe974008c45" : void 0) ?? "unknown";
|
|
4669
4669
|
const commitShort = readInjected(true ? "7a9108d5" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4670
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4671
|
-
const builtAt = readInjected(true ? "2026-09-09T05:
|
|
4670
|
+
const version2 = readInjected(true ? "1.0.59-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.3" : void 0) ?? "unknown";
|
|
4671
|
+
const builtAt = readInjected(true ? "2026-09-09T05:43:31.218Z" : void 0);
|
|
4672
4672
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4673
4673
|
return cached;
|
|
4674
4674
|
}
|
|
@@ -202842,7 +202842,7 @@ var init_adhdev_daemon = __esm({
|
|
|
202842
202842
|
init_daemon_local_ipc_http();
|
|
202843
202843
|
init_daemon_pid();
|
|
202844
202844
|
init_src();
|
|
202845
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
202845
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.3" });
|
|
202846
202846
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
202847
202847
|
localHttpServer = null;
|
|
202848
202848
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4213,8 +4213,8 @@ function getDaemonBuildInfo() {
|
|
|
4213
4213
|
if (cached) return cached;
|
|
4214
4214
|
const commit = readInjected(true ? "7a9108d5fcda8f5a5bbfe133bcfabfe974008c45" : void 0) ?? "unknown";
|
|
4215
4215
|
const commitShort = readInjected(true ? "7a9108d5" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4216
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4217
|
-
const builtAt = readInjected(true ? "2026-09-09T05:
|
|
4216
|
+
const version2 = readInjected(true ? "1.0.59-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.3" : void 0) ?? "unknown";
|
|
4217
|
+
const builtAt = readInjected(true ? "2026-09-09T05:43:31.218Z" : void 0);
|
|
4218
4218
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4219
4219
|
return cached;
|
|
4220
4220
|
}
|
|
@@ -170919,7 +170919,7 @@ var init_adhdev_daemon = __esm({
|
|
|
170919
170919
|
init_daemon_local_ipc_http();
|
|
170920
170920
|
init_daemon_pid();
|
|
170921
170921
|
init_src();
|
|
170922
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
170922
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.3" });
|
|
170923
170923
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
170924
170924
|
localHttpServer = null;
|
|
170925
170925
|
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.3",
|
|
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.3",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.59-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.59-rc.3",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|
|
@@ -40970,7 +40970,7 @@ var require_dist3 = __commonJS({
|
|
|
40970
40970
|
if (cached2) return cached2;
|
|
40971
40971
|
const commit = readInjected(true ? "unknown" : void 0) ?? "unknown";
|
|
40972
40972
|
const commitShort = readInjected(true ? "unknown" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
40973
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
40973
|
+
const version2 = readInjected(true ? "1.0.59-rc.3" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
40974
40974
|
const builtAt = readInjected(true ? "unknown" : void 0);
|
|
40975
40975
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
40976
40976
|
return cached2;
|