adhdev 0.9.82-rc.393 → 0.9.82-rc.394
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/dist/cli/adhdev-mcp.js
CHANGED
|
@@ -1267,10 +1267,10 @@ function readInjected(value) {
|
|
|
1267
1267
|
}
|
|
1268
1268
|
function getDaemonBuildInfo() {
|
|
1269
1269
|
if (cached) return cached;
|
|
1270
|
-
const commit = readInjected(true ? "
|
|
1271
|
-
const commitShort = readInjected(true ? "
|
|
1272
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1273
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1270
|
+
const commit = readInjected(true ? "5de1627a0f2a92574b4ea1508d43ab920c3cb238" : void 0) ?? "unknown";
|
|
1271
|
+
const commitShort = readInjected(true ? "5de1627a" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1272
|
+
const version2 = readInjected(true ? "0.9.82-rc.394" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.394" : void 0) ?? "unknown";
|
|
1273
|
+
const builtAt = readInjected(true ? "2026-06-27T06:01:44.823Z" : void 0);
|
|
1274
1274
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1275
1275
|
return cached;
|
|
1276
1276
|
}
|
|
@@ -135141,7 +135141,7 @@ var init_adhdev_daemon = __esm({
|
|
|
135141
135141
|
init_version();
|
|
135142
135142
|
init_src();
|
|
135143
135143
|
init_runtime_defaults();
|
|
135144
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
135144
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.394" });
|
|
135145
135145
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
135146
135146
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
135147
135147
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1267,10 +1267,10 @@ function readInjected(value) {
|
|
|
1267
1267
|
}
|
|
1268
1268
|
function getDaemonBuildInfo() {
|
|
1269
1269
|
if (cached) return cached;
|
|
1270
|
-
const commit = readInjected(true ? "
|
|
1271
|
-
const commitShort = readInjected(true ? "
|
|
1272
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1273
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1270
|
+
const commit = readInjected(true ? "5de1627a0f2a92574b4ea1508d43ab920c3cb238" : void 0) ?? "unknown";
|
|
1271
|
+
const commitShort = readInjected(true ? "5de1627a" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1272
|
+
const version2 = readInjected(true ? "0.9.82-rc.394" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.394" : void 0) ?? "unknown";
|
|
1273
|
+
const builtAt = readInjected(true ? "2026-06-27T06:01:44.823Z" : void 0);
|
|
1274
1274
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1275
1275
|
return cached;
|
|
1276
1276
|
}
|
|
@@ -135111,7 +135111,7 @@ var init_adhdev_daemon = __esm({
|
|
|
135111
135111
|
init_version();
|
|
135112
135112
|
init_src();
|
|
135113
135113
|
init_runtime_defaults();
|
|
135114
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
135114
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.394" });
|
|
135115
135115
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
135116
135116
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
135117
135117
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -747,10 +747,10 @@ function readInjected(value) {
|
|
|
747
747
|
}
|
|
748
748
|
function getDaemonBuildInfo() {
|
|
749
749
|
if (cached) return cached;
|
|
750
|
-
const commit = readInjected(true ? "
|
|
751
|
-
const commitShort = readInjected(true ? "
|
|
752
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
753
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
750
|
+
const commit = readInjected(true ? "5de1627a0f2a92574b4ea1508d43ab920c3cb238" : void 0) ?? "unknown";
|
|
751
|
+
const commitShort = readInjected(true ? "5de1627a" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
752
|
+
const version2 = readInjected(true ? "0.9.82-rc.394" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.394" : void 0) ?? "unknown";
|
|
753
|
+
const builtAt = readInjected(true ? "2026-06-27T06:01:44.823Z" : void 0);
|
|
754
754
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
755
755
|
return cached;
|
|
756
756
|
}
|
|
@@ -103933,7 +103933,7 @@ var init_adhdev_daemon = __esm({
|
|
|
103933
103933
|
init_version();
|
|
103934
103934
|
init_src();
|
|
103935
103935
|
init_runtime_defaults();
|
|
103936
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
103936
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.394" });
|
|
103937
103937
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
103938
103938
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
103939
103939
|
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.394",
|
|
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.394",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.394",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|