adhdev 0.9.82-rc.375 → 0.9.82-rc.376
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
|
@@ -1200,10 +1200,10 @@ function readInjected(value) {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
function getDaemonBuildInfo() {
|
|
1202
1202
|
if (cached) return cached;
|
|
1203
|
-
const commit = readInjected(true ? "
|
|
1204
|
-
const commitShort = readInjected(true ? "
|
|
1205
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1206
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1203
|
+
const commit = readInjected(true ? "5f02f35175e6b8b9d8c70d2232438b332cd18d84" : void 0) ?? "unknown";
|
|
1204
|
+
const commitShort = readInjected(true ? "5f02f351" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1205
|
+
const version2 = readInjected(true ? "0.9.82-rc.376" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.376" : void 0) ?? "unknown";
|
|
1206
|
+
const builtAt = readInjected(true ? "2026-06-25T03:48:25.716Z" : void 0);
|
|
1207
1207
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1208
1208
|
return cached;
|
|
1209
1209
|
}
|
|
@@ -134266,7 +134266,7 @@ var init_adhdev_daemon = __esm({
|
|
|
134266
134266
|
init_version();
|
|
134267
134267
|
init_src();
|
|
134268
134268
|
init_runtime_defaults();
|
|
134269
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
134269
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.376" });
|
|
134270
134270
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
134271
134271
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
134272
134272
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1200,10 +1200,10 @@ function readInjected(value) {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
function getDaemonBuildInfo() {
|
|
1202
1202
|
if (cached) return cached;
|
|
1203
|
-
const commit = readInjected(true ? "
|
|
1204
|
-
const commitShort = readInjected(true ? "
|
|
1205
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1206
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1203
|
+
const commit = readInjected(true ? "5f02f35175e6b8b9d8c70d2232438b332cd18d84" : void 0) ?? "unknown";
|
|
1204
|
+
const commitShort = readInjected(true ? "5f02f351" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1205
|
+
const version2 = readInjected(true ? "0.9.82-rc.376" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.376" : void 0) ?? "unknown";
|
|
1206
|
+
const builtAt = readInjected(true ? "2026-06-25T03:48:25.716Z" : void 0);
|
|
1207
1207
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1208
1208
|
return cached;
|
|
1209
1209
|
}
|
|
@@ -134236,7 +134236,7 @@ var init_adhdev_daemon = __esm({
|
|
|
134236
134236
|
init_version();
|
|
134237
134237
|
init_src();
|
|
134238
134238
|
init_runtime_defaults();
|
|
134239
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
134239
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.376" });
|
|
134240
134240
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
134241
134241
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
134242
134242
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -680,10 +680,10 @@ function readInjected(value) {
|
|
|
680
680
|
}
|
|
681
681
|
function getDaemonBuildInfo() {
|
|
682
682
|
if (cached) return cached;
|
|
683
|
-
const commit = readInjected(true ? "
|
|
684
|
-
const commitShort = readInjected(true ? "
|
|
685
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
686
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
683
|
+
const commit = readInjected(true ? "5f02f35175e6b8b9d8c70d2232438b332cd18d84" : void 0) ?? "unknown";
|
|
684
|
+
const commitShort = readInjected(true ? "5f02f351" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
685
|
+
const version2 = readInjected(true ? "0.9.82-rc.376" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.376" : void 0) ?? "unknown";
|
|
686
|
+
const builtAt = readInjected(true ? "2026-06-25T03:48:25.716Z" : void 0);
|
|
687
687
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
688
688
|
return cached;
|
|
689
689
|
}
|
|
@@ -103058,7 +103058,7 @@ var init_adhdev_daemon = __esm({
|
|
|
103058
103058
|
init_version();
|
|
103059
103059
|
init_src();
|
|
103060
103060
|
init_runtime_defaults();
|
|
103061
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
103061
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.376" });
|
|
103062
103062
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
103063
103063
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
103064
103064
|
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.376",
|
|
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.376",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.376",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|