adhdev 0.9.82-rc.306 → 0.9.82-rc.308
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
|
@@ -1179,10 +1179,10 @@ function readInjected(value) {
|
|
|
1179
1179
|
}
|
|
1180
1180
|
function getDaemonBuildInfo() {
|
|
1181
1181
|
if (cached) return cached;
|
|
1182
|
-
const commit = readInjected(true ? "
|
|
1183
|
-
const commitShort = readInjected(true ? "
|
|
1184
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1185
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1182
|
+
const commit = readInjected(true ? "b435468bd803949fd743c1479ae440680a73e372" : void 0) ?? "unknown";
|
|
1183
|
+
const commitShort = readInjected(true ? "b435468b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1184
|
+
const version2 = readInjected(true ? "0.9.82-rc.308" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.308" : void 0) ?? "unknown";
|
|
1185
|
+
const builtAt = readInjected(true ? "2026-06-17T08:18:48.072Z" : void 0);
|
|
1186
1186
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1187
1187
|
return cached;
|
|
1188
1188
|
}
|
|
@@ -128796,7 +128796,7 @@ var init_adhdev_daemon = __esm({
|
|
|
128796
128796
|
init_version();
|
|
128797
128797
|
init_src();
|
|
128798
128798
|
init_runtime_defaults();
|
|
128799
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
128799
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.308" });
|
|
128800
128800
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
128801
128801
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
128802
128802
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1179,10 +1179,10 @@ function readInjected(value) {
|
|
|
1179
1179
|
}
|
|
1180
1180
|
function getDaemonBuildInfo() {
|
|
1181
1181
|
if (cached) return cached;
|
|
1182
|
-
const commit = readInjected(true ? "
|
|
1183
|
-
const commitShort = readInjected(true ? "
|
|
1184
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1185
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
1182
|
+
const commit = readInjected(true ? "b435468bd803949fd743c1479ae440680a73e372" : void 0) ?? "unknown";
|
|
1183
|
+
const commitShort = readInjected(true ? "b435468b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1184
|
+
const version2 = readInjected(true ? "0.9.82-rc.308" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.308" : void 0) ?? "unknown";
|
|
1185
|
+
const builtAt = readInjected(true ? "2026-06-17T08:18:48.072Z" : void 0);
|
|
1186
1186
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1187
1187
|
return cached;
|
|
1188
1188
|
}
|
|
@@ -128766,7 +128766,7 @@ var init_adhdev_daemon = __esm({
|
|
|
128766
128766
|
init_version();
|
|
128767
128767
|
init_src();
|
|
128768
128768
|
init_runtime_defaults();
|
|
128769
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
128769
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.308" });
|
|
128770
128770
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
128771
128771
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
128772
128772
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -659,10 +659,10 @@ function readInjected(value) {
|
|
|
659
659
|
}
|
|
660
660
|
function getDaemonBuildInfo() {
|
|
661
661
|
if (cached) return cached;
|
|
662
|
-
const commit = readInjected(true ? "
|
|
663
|
-
const commitShort = readInjected(true ? "
|
|
664
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
665
|
-
const builtAt = readInjected(true ? "2026-06-
|
|
662
|
+
const commit = readInjected(true ? "b435468bd803949fd743c1479ae440680a73e372" : void 0) ?? "unknown";
|
|
663
|
+
const commitShort = readInjected(true ? "b435468b" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
664
|
+
const version2 = readInjected(true ? "0.9.82-rc.308" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.308" : void 0) ?? "unknown";
|
|
665
|
+
const builtAt = readInjected(true ? "2026-06-17T08:18:48.072Z" : void 0);
|
|
666
666
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
667
667
|
return cached;
|
|
668
668
|
}
|
|
@@ -97588,7 +97588,7 @@ var init_adhdev_daemon = __esm({
|
|
|
97588
97588
|
init_version();
|
|
97589
97589
|
init_src();
|
|
97590
97590
|
init_runtime_defaults();
|
|
97591
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
97591
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.308" });
|
|
97592
97592
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
97593
97593
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
97594
97594
|
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.308",
|
|
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.308",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.308",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|