adhdev 0.9.82-rc.347 → 0.9.82-rc.348
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
|
@@ -1202,8 +1202,8 @@ function getDaemonBuildInfo() {
|
|
|
1202
1202
|
if (cached) return cached;
|
|
1203
1203
|
const commit = readInjected(true ? "d04317b7eab7aec6a5557cb1991af603c7e5143c" : void 0) ?? "unknown";
|
|
1204
1204
|
const commitShort = readInjected(true ? "d04317b7" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1205
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1206
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1205
|
+
const version2 = readInjected(true ? "0.9.82-rc.348" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.348" : void 0) ?? "unknown";
|
|
1206
|
+
const builtAt = readInjected(true ? "2026-06-21T18:46:54.923Z" : void 0);
|
|
1207
1207
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1208
1208
|
return cached;
|
|
1209
1209
|
}
|
|
@@ -131950,7 +131950,7 @@ var init_adhdev_daemon = __esm({
|
|
|
131950
131950
|
init_version();
|
|
131951
131951
|
init_src();
|
|
131952
131952
|
init_runtime_defaults();
|
|
131953
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
131953
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.348" });
|
|
131954
131954
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
131955
131955
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
131956
131956
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1202,8 +1202,8 @@ function getDaemonBuildInfo() {
|
|
|
1202
1202
|
if (cached) return cached;
|
|
1203
1203
|
const commit = readInjected(true ? "d04317b7eab7aec6a5557cb1991af603c7e5143c" : void 0) ?? "unknown";
|
|
1204
1204
|
const commitShort = readInjected(true ? "d04317b7" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1205
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1206
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1205
|
+
const version2 = readInjected(true ? "0.9.82-rc.348" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.348" : void 0) ?? "unknown";
|
|
1206
|
+
const builtAt = readInjected(true ? "2026-06-21T18:46:54.923Z" : void 0);
|
|
1207
1207
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1208
1208
|
return cached;
|
|
1209
1209
|
}
|
|
@@ -131920,7 +131920,7 @@ var init_adhdev_daemon = __esm({
|
|
|
131920
131920
|
init_version();
|
|
131921
131921
|
init_src();
|
|
131922
131922
|
init_runtime_defaults();
|
|
131923
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
131923
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.348" });
|
|
131924
131924
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
131925
131925
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
131926
131926
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -682,8 +682,8 @@ function getDaemonBuildInfo() {
|
|
|
682
682
|
if (cached) return cached;
|
|
683
683
|
const commit = readInjected(true ? "d04317b7eab7aec6a5557cb1991af603c7e5143c" : void 0) ?? "unknown";
|
|
684
684
|
const commitShort = readInjected(true ? "d04317b7" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
685
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
686
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
685
|
+
const version2 = readInjected(true ? "0.9.82-rc.348" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.348" : void 0) ?? "unknown";
|
|
686
|
+
const builtAt = readInjected(true ? "2026-06-21T18:46:54.923Z" : void 0);
|
|
687
687
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
688
688
|
return cached;
|
|
689
689
|
}
|
|
@@ -100742,7 +100742,7 @@ var init_adhdev_daemon = __esm({
|
|
|
100742
100742
|
init_version();
|
|
100743
100743
|
init_src();
|
|
100744
100744
|
init_runtime_defaults();
|
|
100745
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
100745
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.348" });
|
|
100746
100746
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
100747
100747
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
100748
100748
|
localHttpServer = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "0.9.82-rc.
|
|
3
|
+
"version": "0.9.82-rc.348",
|
|
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": "0.9.82-rc.
|
|
52
|
+
"@adhdev/daemon-core": "0.9.82-rc.348",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.348",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|