adhdev 0.9.82-rc.383 → 0.9.82-rc.384
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
|
@@ -1269,8 +1269,8 @@ function getDaemonBuildInfo() {
|
|
|
1269
1269
|
if (cached) return cached;
|
|
1270
1270
|
const commit = readInjected(true ? "6cca365bcea9757dd350c6bac460ca5a169a9280" : void 0) ?? "unknown";
|
|
1271
1271
|
const commitShort = readInjected(true ? "6cca365b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1272
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1273
|
-
const builtAt = readInjected(true ? "2026-06-25T15:
|
|
1272
|
+
const version2 = readInjected(true ? "0.9.82-rc.384" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.384" : void 0) ?? "unknown";
|
|
1273
|
+
const builtAt = readInjected(true ? "2026-06-25T15:21:58.750Z" : void 0);
|
|
1274
1274
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1275
1275
|
return cached;
|
|
1276
1276
|
}
|
|
@@ -134751,7 +134751,7 @@ var init_adhdev_daemon = __esm({
|
|
|
134751
134751
|
init_version();
|
|
134752
134752
|
init_src();
|
|
134753
134753
|
init_runtime_defaults();
|
|
134754
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
134754
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.384" });
|
|
134755
134755
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
134756
134756
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
134757
134757
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1269,8 +1269,8 @@ function getDaemonBuildInfo() {
|
|
|
1269
1269
|
if (cached) return cached;
|
|
1270
1270
|
const commit = readInjected(true ? "6cca365bcea9757dd350c6bac460ca5a169a9280" : void 0) ?? "unknown";
|
|
1271
1271
|
const commitShort = readInjected(true ? "6cca365b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1272
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1273
|
-
const builtAt = readInjected(true ? "2026-06-25T15:
|
|
1272
|
+
const version2 = readInjected(true ? "0.9.82-rc.384" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.384" : void 0) ?? "unknown";
|
|
1273
|
+
const builtAt = readInjected(true ? "2026-06-25T15:21:58.750Z" : void 0);
|
|
1274
1274
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1275
1275
|
return cached;
|
|
1276
1276
|
}
|
|
@@ -134721,7 +134721,7 @@ var init_adhdev_daemon = __esm({
|
|
|
134721
134721
|
init_version();
|
|
134722
134722
|
init_src();
|
|
134723
134723
|
init_runtime_defaults();
|
|
134724
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
134724
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.384" });
|
|
134725
134725
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
134726
134726
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
134727
134727
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -749,8 +749,8 @@ function getDaemonBuildInfo() {
|
|
|
749
749
|
if (cached) return cached;
|
|
750
750
|
const commit = readInjected(true ? "6cca365bcea9757dd350c6bac460ca5a169a9280" : void 0) ?? "unknown";
|
|
751
751
|
const commitShort = readInjected(true ? "6cca365b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
752
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
753
|
-
const builtAt = readInjected(true ? "2026-06-25T15:
|
|
752
|
+
const version2 = readInjected(true ? "0.9.82-rc.384" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.384" : void 0) ?? "unknown";
|
|
753
|
+
const builtAt = readInjected(true ? "2026-06-25T15:21:58.750Z" : void 0);
|
|
754
754
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
755
755
|
return cached;
|
|
756
756
|
}
|
|
@@ -103543,7 +103543,7 @@ var init_adhdev_daemon = __esm({
|
|
|
103543
103543
|
init_version();
|
|
103544
103544
|
init_src();
|
|
103545
103545
|
init_runtime_defaults();
|
|
103546
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
103546
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.384" });
|
|
103547
103547
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
103548
103548
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
103549
103549
|
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.384",
|
|
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.384",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.384",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|