adhdev 1.0.58-rc.8 → 1.0.58-rc.9
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
|
@@ -4581,10 +4581,10 @@ function readInjected(value) {
|
|
|
4581
4581
|
}
|
|
4582
4582
|
function getDaemonBuildInfo() {
|
|
4583
4583
|
if (cached) return cached;
|
|
4584
|
-
const commit = readInjected(true ? "
|
|
4585
|
-
const commitShort = readInjected(true ? "
|
|
4586
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4587
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4584
|
+
const commit = readInjected(true ? "a761978209b917eac7231eeb6c7678a804e6526c" : void 0) ?? "unknown";
|
|
4585
|
+
const commitShort = readInjected(true ? "a7619782" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4586
|
+
const version2 = readInjected(true ? "1.0.58-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.9" : void 0) ?? "unknown";
|
|
4587
|
+
const builtAt = readInjected(true ? "2026-08-24T16:24:48.662Z" : void 0);
|
|
4588
4588
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4589
4589
|
return cached;
|
|
4590
4590
|
}
|
|
@@ -181926,7 +181926,7 @@ var init_adhdev_daemon = __esm({
|
|
|
181926
181926
|
init_daemon_local_ipc_http();
|
|
181927
181927
|
init_daemon_pid();
|
|
181928
181928
|
init_src();
|
|
181929
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
181929
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.9" });
|
|
181930
181930
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
181931
181931
|
localHttpServer = null;
|
|
181932
181932
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4581,10 +4581,10 @@ function readInjected(value) {
|
|
|
4581
4581
|
}
|
|
4582
4582
|
function getDaemonBuildInfo() {
|
|
4583
4583
|
if (cached) return cached;
|
|
4584
|
-
const commit = readInjected(true ? "
|
|
4585
|
-
const commitShort = readInjected(true ? "
|
|
4586
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4587
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4584
|
+
const commit = readInjected(true ? "a761978209b917eac7231eeb6c7678a804e6526c" : void 0) ?? "unknown";
|
|
4585
|
+
const commitShort = readInjected(true ? "a7619782" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4586
|
+
const version2 = readInjected(true ? "1.0.58-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.9" : void 0) ?? "unknown";
|
|
4587
|
+
const builtAt = readInjected(true ? "2026-08-24T16:24:48.662Z" : void 0);
|
|
4588
4588
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4589
4589
|
return cached;
|
|
4590
4590
|
}
|
|
@@ -181793,7 +181793,7 @@ var init_adhdev_daemon = __esm({
|
|
|
181793
181793
|
init_daemon_local_ipc_http();
|
|
181794
181794
|
init_daemon_pid();
|
|
181795
181795
|
init_src();
|
|
181796
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
181796
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.9" });
|
|
181797
181797
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
181798
181798
|
localHttpServer = null;
|
|
181799
181799
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4127,10 +4127,10 @@ function readInjected(value) {
|
|
|
4127
4127
|
}
|
|
4128
4128
|
function getDaemonBuildInfo() {
|
|
4129
4129
|
if (cached) return cached;
|
|
4130
|
-
const commit = readInjected(true ? "
|
|
4131
|
-
const commitShort = readInjected(true ? "
|
|
4132
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4133
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4130
|
+
const commit = readInjected(true ? "a761978209b917eac7231eeb6c7678a804e6526c" : void 0) ?? "unknown";
|
|
4131
|
+
const commitShort = readInjected(true ? "a7619782" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4132
|
+
const version2 = readInjected(true ? "1.0.58-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.9" : void 0) ?? "unknown";
|
|
4133
|
+
const builtAt = readInjected(true ? "2026-08-24T16:24:48.662Z" : void 0);
|
|
4134
4134
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4135
4135
|
return cached;
|
|
4136
4136
|
}
|
|
@@ -149879,7 +149879,7 @@ var init_adhdev_daemon = __esm({
|
|
|
149879
149879
|
init_daemon_local_ipc_http();
|
|
149880
149880
|
init_daemon_pid();
|
|
149881
149881
|
init_src();
|
|
149882
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
149882
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.9" });
|
|
149883
149883
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
149884
149884
|
localHttpServer = null;
|
|
149885
149885
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.58-rc.
|
|
3
|
+
"version": "1.0.58-rc.9",
|
|
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.58-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.58-rc.9",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.58-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.58-rc.9",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|