adhdev 0.9.82-rc.281 → 0.9.82-rc.282
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
|
@@ -1135,8 +1135,8 @@ function getDaemonBuildInfo() {
|
|
|
1135
1135
|
if (cached) return cached;
|
|
1136
1136
|
const commit = readInjected(true ? "746fc68e4c297b988b76207bb8c63ab6062a38e1" : void 0) ?? "unknown";
|
|
1137
1137
|
const commitShort = readInjected(true ? "746fc68e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1138
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1139
|
-
const builtAt = readInjected(true ? "2026-06-15T11:
|
|
1138
|
+
const version2 = readInjected(true ? "0.9.82-rc.282" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.282" : void 0) ?? "unknown";
|
|
1139
|
+
const builtAt = readInjected(true ? "2026-06-15T11:43:30.882Z" : void 0);
|
|
1140
1140
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1141
1141
|
return cached;
|
|
1142
1142
|
}
|
|
@@ -127720,7 +127720,7 @@ var init_adhdev_daemon = __esm({
|
|
|
127720
127720
|
init_version();
|
|
127721
127721
|
init_src();
|
|
127722
127722
|
init_runtime_defaults();
|
|
127723
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
127723
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.282" });
|
|
127724
127724
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
127725
127725
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
127726
127726
|
localHttpServer = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -1135,8 +1135,8 @@ function getDaemonBuildInfo() {
|
|
|
1135
1135
|
if (cached) return cached;
|
|
1136
1136
|
const commit = readInjected(true ? "746fc68e4c297b988b76207bb8c63ab6062a38e1" : void 0) ?? "unknown";
|
|
1137
1137
|
const commitShort = readInjected(true ? "746fc68e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
1138
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
1139
|
-
const builtAt = readInjected(true ? "2026-06-15T11:
|
|
1138
|
+
const version2 = readInjected(true ? "0.9.82-rc.282" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.282" : void 0) ?? "unknown";
|
|
1139
|
+
const builtAt = readInjected(true ? "2026-06-15T11:43:30.882Z" : void 0);
|
|
1140
1140
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1141
1141
|
return cached;
|
|
1142
1142
|
}
|
|
@@ -127690,7 +127690,7 @@ var init_adhdev_daemon = __esm({
|
|
|
127690
127690
|
init_version();
|
|
127691
127691
|
init_src();
|
|
127692
127692
|
init_runtime_defaults();
|
|
127693
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
127693
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.282" });
|
|
127694
127694
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
127695
127695
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
127696
127696
|
localHttpServer = null;
|
package/dist/index.js
CHANGED
|
@@ -615,8 +615,8 @@ function getDaemonBuildInfo() {
|
|
|
615
615
|
if (cached) return cached;
|
|
616
616
|
const commit = readInjected(true ? "746fc68e4c297b988b76207bb8c63ab6062a38e1" : void 0) ?? "unknown";
|
|
617
617
|
const commitShort = readInjected(true ? "746fc68e" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
618
|
-
const version2 = readInjected(true ? "0.9.82-rc.
|
|
619
|
-
const builtAt = readInjected(true ? "2026-06-15T11:
|
|
618
|
+
const version2 = readInjected(true ? "0.9.82-rc.282" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.282" : void 0) ?? "unknown";
|
|
619
|
+
const builtAt = readInjected(true ? "2026-06-15T11:43:30.882Z" : void 0);
|
|
620
620
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
621
621
|
return cached;
|
|
622
622
|
}
|
|
@@ -96512,7 +96512,7 @@ var init_adhdev_daemon = __esm({
|
|
|
96512
96512
|
init_version();
|
|
96513
96513
|
init_src();
|
|
96514
96514
|
init_runtime_defaults();
|
|
96515
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
96515
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.282" });
|
|
96516
96516
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
96517
96517
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
96518
96518
|
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.282",
|
|
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.282",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.282",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|