adhdev 1.0.37-rc.3 → 1.0.37-rc.4
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
|
@@ -4396,8 +4396,8 @@ function getDaemonBuildInfo() {
|
|
|
4396
4396
|
if (cached) return cached;
|
|
4397
4397
|
const commit = readInjected(true ? "7f1c20b94c404bc36baed33fd980cf3bf937c103" : void 0) ?? "unknown";
|
|
4398
4398
|
const commitShort = readInjected(true ? "7f1c20b9" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4399
|
-
const version2 = readInjected(true ? "1.0.37-rc.
|
|
4400
|
-
const builtAt = readInjected(true ? "2026-08-05T14:
|
|
4399
|
+
const version2 = readInjected(true ? "1.0.37-rc.4" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.37-rc.4" : void 0) ?? "unknown";
|
|
4400
|
+
const builtAt = readInjected(true ? "2026-08-05T14:34:13.536Z" : void 0);
|
|
4401
4401
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4402
4402
|
return cached;
|
|
4403
4403
|
}
|
|
@@ -162533,7 +162533,7 @@ var init_adhdev_daemon = __esm({
|
|
|
162533
162533
|
init_daemon_pid();
|
|
162534
162534
|
init_src();
|
|
162535
162535
|
init_runtime_defaults();
|
|
162536
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.37-rc.
|
|
162536
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.37-rc.4" });
|
|
162537
162537
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
162538
162538
|
localHttpServer = null;
|
|
162539
162539
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4396,8 +4396,8 @@ function getDaemonBuildInfo() {
|
|
|
4396
4396
|
if (cached) return cached;
|
|
4397
4397
|
const commit = readInjected(true ? "7f1c20b94c404bc36baed33fd980cf3bf937c103" : void 0) ?? "unknown";
|
|
4398
4398
|
const commitShort = readInjected(true ? "7f1c20b9" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4399
|
-
const version2 = readInjected(true ? "1.0.37-rc.
|
|
4400
|
-
const builtAt = readInjected(true ? "2026-08-05T14:
|
|
4399
|
+
const version2 = readInjected(true ? "1.0.37-rc.4" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.37-rc.4" : void 0) ?? "unknown";
|
|
4400
|
+
const builtAt = readInjected(true ? "2026-08-05T14:34:13.536Z" : void 0);
|
|
4401
4401
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4402
4402
|
return cached;
|
|
4403
4403
|
}
|
|
@@ -162483,7 +162483,7 @@ var init_adhdev_daemon = __esm({
|
|
|
162483
162483
|
init_daemon_pid();
|
|
162484
162484
|
init_src();
|
|
162485
162485
|
init_runtime_defaults();
|
|
162486
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.37-rc.
|
|
162486
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.37-rc.4" });
|
|
162487
162487
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
162488
162488
|
localHttpServer = null;
|
|
162489
162489
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -3936,8 +3936,8 @@ function getDaemonBuildInfo() {
|
|
|
3936
3936
|
if (cached) return cached;
|
|
3937
3937
|
const commit = readInjected(true ? "7f1c20b94c404bc36baed33fd980cf3bf937c103" : void 0) ?? "unknown";
|
|
3938
3938
|
const commitShort = readInjected(true ? "7f1c20b9" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
3939
|
-
const version2 = readInjected(true ? "1.0.37-rc.
|
|
3940
|
-
const builtAt = readInjected(true ? "2026-08-05T14:
|
|
3939
|
+
const version2 = readInjected(true ? "1.0.37-rc.4" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.37-rc.4" : void 0) ?? "unknown";
|
|
3940
|
+
const builtAt = readInjected(true ? "2026-08-05T14:34:13.536Z" : void 0);
|
|
3941
3941
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
3942
3942
|
return cached;
|
|
3943
3943
|
}
|
|
@@ -131299,7 +131299,7 @@ var init_adhdev_daemon = __esm({
|
|
|
131299
131299
|
init_daemon_pid();
|
|
131300
131300
|
init_src();
|
|
131301
131301
|
init_runtime_defaults();
|
|
131302
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.37-rc.
|
|
131302
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.37-rc.4" });
|
|
131303
131303
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
131304
131304
|
localHttpServer = null;
|
|
131305
131305
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.37-rc.
|
|
3
|
+
"version": "1.0.37-rc.4",
|
|
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": {
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@adhdev/daemon-core": "1.0.37-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.37-rc.4",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.37-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.37-rc.4",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|