adhdev 0.9.82-rc.278 → 0.9.82-rc.279
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-15T10:
|
|
1138
|
+
const version2 = readInjected(true ? "0.9.82-rc.279" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.279" : void 0) ?? "unknown";
|
|
1139
|
+
const builtAt = readInjected(true ? "2026-06-15T10:32:47.056Z" : void 0);
|
|
1140
1140
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1141
1141
|
return cached;
|
|
1142
1142
|
}
|
|
@@ -127717,7 +127717,7 @@ var init_adhdev_daemon = __esm({
|
|
|
127717
127717
|
init_version();
|
|
127718
127718
|
init_src();
|
|
127719
127719
|
init_runtime_defaults();
|
|
127720
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
127720
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.279" });
|
|
127721
127721
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
127722
127722
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
127723
127723
|
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-15T10:
|
|
1138
|
+
const version2 = readInjected(true ? "0.9.82-rc.279" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.279" : void 0) ?? "unknown";
|
|
1139
|
+
const builtAt = readInjected(true ? "2026-06-15T10:32:47.056Z" : void 0);
|
|
1140
1140
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
1141
1141
|
return cached;
|
|
1142
1142
|
}
|
|
@@ -127687,7 +127687,7 @@ var init_adhdev_daemon = __esm({
|
|
|
127687
127687
|
init_version();
|
|
127688
127688
|
init_src();
|
|
127689
127689
|
init_runtime_defaults();
|
|
127690
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
127690
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.279" });
|
|
127691
127691
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
127692
127692
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
127693
127693
|
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-15T10:
|
|
618
|
+
const version2 = readInjected(true ? "0.9.82-rc.279" : void 0) ?? readInjected(typeof process !== "undefined" ? "0.9.82-rc.279" : void 0) ?? "unknown";
|
|
619
|
+
const builtAt = readInjected(true ? "2026-06-15T10:32:47.056Z" : void 0);
|
|
620
620
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
621
621
|
return cached;
|
|
622
622
|
}
|
|
@@ -96509,7 +96509,7 @@ var init_adhdev_daemon = __esm({
|
|
|
96509
96509
|
init_version();
|
|
96510
96510
|
init_src();
|
|
96511
96511
|
init_runtime_defaults();
|
|
96512
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.
|
|
96512
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.279" });
|
|
96513
96513
|
LOCAL_DAEMON_HEALTH_TIMEOUT_MS = 8e3;
|
|
96514
96514
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
96515
96515
|
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.279",
|
|
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.279",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "0.9.82-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "0.9.82-rc.279",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|