adhdev 0.9.82-rc.345 → 0.9.82-rc.346
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.346" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.346" : void 0) ?? "unknown";
|
|
1206
|
+
const builtAt = readInjected(true ? "2026-06-21T14:21:12.060Z" : void 0);
|
|
1207
1207
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1208
1208
|
return cached;
|
|
1209
1209
|
}
|
|
@@ -131912,7 +131912,7 @@ var init_adhdev_daemon = __esm({
|
|
|
131912
131912
|
init_version();
|
|
131913
131913
|
init_src();
|
|
131914
131914
|
init_runtime_defaults();
|
|
131915
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
131915
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.346" });
|
|
131916
131916
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
131917
131917
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
131918
131918
|
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.346" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.346" : void 0) ?? "unknown";
|
|
1206
|
+
const builtAt = readInjected(true ? "2026-06-21T14:21:12.060Z" : void 0);
|
|
1207
1207
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1208
1208
|
return cached;
|
|
1209
1209
|
}
|
|
@@ -131882,7 +131882,7 @@ var init_adhdev_daemon = __esm({
|
|
|
131882
131882
|
init_version();
|
|
131883
131883
|
init_src();
|
|
131884
131884
|
init_runtime_defaults();
|
|
131885
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
131885
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.346" });
|
|
131886
131886
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
131887
131887
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
131888
131888
|
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.346" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.346" : void 0) ?? "unknown";
|
|
686
|
+
const builtAt = readInjected(true ? "2026-06-21T14:21:12.060Z" : void 0);
|
|
687
687
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
688
688
|
return cached;
|
|
689
689
|
}
|
|
@@ -100704,7 +100704,7 @@ var init_adhdev_daemon = __esm({
|
|
|
100704
100704
|
init_version();
|
|
100705
100705
|
init_src();
|
|
100706
100706
|
init_runtime_defaults();
|
|
100707
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
100707
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.346" });
|
|
100708
100708
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
100709
100709
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
100710
100710
|
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.346",
|
|
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.346",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.346",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|