adhdev 0.9.82-rc.300 → 0.9.82-rc.301
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
|
@@ -1179,8 +1179,8 @@ function getDaemonBuildInfo() {
|
|
|
1179
1179
|
if (cached) return cached;
|
|
1180
1180
|
const commit = readInjected(true ? "72f1b6e675346bbc37de202b195675150ebb3d82" : void 0) ?? "unknown";
|
|
1181
1181
|
const commitShort = readInjected(true ? "72f1b6e6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1182
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1183
|
-
const builtAt = readInjected(true ? "2026-06-16T23:
|
|
1182
|
+
const version2 = readInjected(true ? "0.9.82-rc.301" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.301" : void 0) ?? "unknown";
|
|
1183
|
+
const builtAt = readInjected(true ? "2026-06-16T23:37:32.347Z" : void 0);
|
|
1184
1184
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1185
1185
|
return cached;
|
|
1186
1186
|
}
|
|
@@ -128701,7 +128701,7 @@ var init_adhdev_daemon = __esm({
|
|
|
128701
128701
|
init_version();
|
|
128702
128702
|
init_src();
|
|
128703
128703
|
init_runtime_defaults();
|
|
128704
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
128704
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.301" });
|
|
128705
128705
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
128706
128706
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
128707
128707
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1179,8 +1179,8 @@ function getDaemonBuildInfo() {
|
|
|
1179
1179
|
if (cached) return cached;
|
|
1180
1180
|
const commit = readInjected(true ? "72f1b6e675346bbc37de202b195675150ebb3d82" : void 0) ?? "unknown";
|
|
1181
1181
|
const commitShort = readInjected(true ? "72f1b6e6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1182
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1183
|
-
const builtAt = readInjected(true ? "2026-06-16T23:
|
|
1182
|
+
const version2 = readInjected(true ? "0.9.82-rc.301" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.301" : void 0) ?? "unknown";
|
|
1183
|
+
const builtAt = readInjected(true ? "2026-06-16T23:37:32.347Z" : void 0);
|
|
1184
1184
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1185
1185
|
return cached;
|
|
1186
1186
|
}
|
|
@@ -128671,7 +128671,7 @@ var init_adhdev_daemon = __esm({
|
|
|
128671
128671
|
init_version();
|
|
128672
128672
|
init_src();
|
|
128673
128673
|
init_runtime_defaults();
|
|
128674
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
128674
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.301" });
|
|
128675
128675
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
128676
128676
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
128677
128677
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -659,8 +659,8 @@ function getDaemonBuildInfo() {
|
|
|
659
659
|
if (cached) return cached;
|
|
660
660
|
const commit = readInjected(true ? "72f1b6e675346bbc37de202b195675150ebb3d82" : void 0) ?? "unknown";
|
|
661
661
|
const commitShort = readInjected(true ? "72f1b6e6" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
662
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
663
|
-
const builtAt = readInjected(true ? "2026-06-16T23:
|
|
662
|
+
const version2 = readInjected(true ? "0.9.82-rc.301" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.301" : void 0) ?? "unknown";
|
|
663
|
+
const builtAt = readInjected(true ? "2026-06-16T23:37:32.347Z" : void 0);
|
|
664
664
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
665
665
|
return cached;
|
|
666
666
|
}
|
|
@@ -97493,7 +97493,7 @@ var init_adhdev_daemon = __esm({
|
|
|
97493
97493
|
init_version();
|
|
97494
97494
|
init_src();
|
|
97495
97495
|
init_runtime_defaults();
|
|
97496
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
97496
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.301" });
|
|
97497
97497
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
97498
97498
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
97499
97499
|
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.301",
|
|
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.301",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.301",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|