adhdev 1.0.58-rc.60 → 1.0.58-rc.61
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
|
@@ -4655,10 +4655,10 @@ function readInjected(value) {
|
|
|
4655
4655
|
}
|
|
4656
4656
|
function getDaemonBuildInfo() {
|
|
4657
4657
|
if (cached) return cached;
|
|
4658
|
-
const commit = readInjected(true ? "
|
|
4659
|
-
const commitShort = readInjected(true ? "
|
|
4660
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4661
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4658
|
+
const commit = readInjected(true ? "4bf24d94c6554a1919d31d66b30fd6a74ca05255" : void 0) ?? "unknown";
|
|
4659
|
+
const commitShort = readInjected(true ? "4bf24d94" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4660
|
+
const version2 = readInjected(true ? "1.0.58-rc.61" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.61" : void 0) ?? "unknown";
|
|
4661
|
+
const builtAt = readInjected(true ? "2026-09-02T04:15:39.082Z" : void 0);
|
|
4662
4662
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4663
4663
|
return cached;
|
|
4664
4664
|
}
|
|
@@ -199676,7 +199676,7 @@ var init_adhdev_daemon = __esm({
|
|
|
199676
199676
|
init_daemon_local_ipc_http();
|
|
199677
199677
|
init_daemon_pid();
|
|
199678
199678
|
init_src();
|
|
199679
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
199679
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.61" });
|
|
199680
199680
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
199681
199681
|
localHttpServer = null;
|
|
199682
199682
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4655,10 +4655,10 @@ function readInjected(value) {
|
|
|
4655
4655
|
}
|
|
4656
4656
|
function getDaemonBuildInfo() {
|
|
4657
4657
|
if (cached) return cached;
|
|
4658
|
-
const commit = readInjected(true ? "
|
|
4659
|
-
const commitShort = readInjected(true ? "
|
|
4660
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4661
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4658
|
+
const commit = readInjected(true ? "4bf24d94c6554a1919d31d66b30fd6a74ca05255" : void 0) ?? "unknown";
|
|
4659
|
+
const commitShort = readInjected(true ? "4bf24d94" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4660
|
+
const version2 = readInjected(true ? "1.0.58-rc.61" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.61" : void 0) ?? "unknown";
|
|
4661
|
+
const builtAt = readInjected(true ? "2026-09-02T04:15:39.082Z" : void 0);
|
|
4662
4662
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4663
4663
|
return cached;
|
|
4664
4664
|
}
|
|
@@ -199543,7 +199543,7 @@ var init_adhdev_daemon = __esm({
|
|
|
199543
199543
|
init_daemon_local_ipc_http();
|
|
199544
199544
|
init_daemon_pid();
|
|
199545
199545
|
init_src();
|
|
199546
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
199546
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.61" });
|
|
199547
199547
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
199548
199548
|
localHttpServer = null;
|
|
199549
199549
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4201,10 +4201,10 @@ function readInjected(value) {
|
|
|
4201
4201
|
}
|
|
4202
4202
|
function getDaemonBuildInfo() {
|
|
4203
4203
|
if (cached) return cached;
|
|
4204
|
-
const commit = readInjected(true ? "
|
|
4205
|
-
const commitShort = readInjected(true ? "
|
|
4206
|
-
const version2 = readInjected(true ? "1.0.58-rc.
|
|
4207
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4204
|
+
const commit = readInjected(true ? "4bf24d94c6554a1919d31d66b30fd6a74ca05255" : void 0) ?? "unknown";
|
|
4205
|
+
const commitShort = readInjected(true ? "4bf24d94" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4206
|
+
const version2 = readInjected(true ? "1.0.58-rc.61" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.58-rc.61" : void 0) ?? "unknown";
|
|
4207
|
+
const builtAt = readInjected(true ? "2026-09-02T04:15:39.082Z" : void 0);
|
|
4208
4208
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4209
4209
|
return cached;
|
|
4210
4210
|
}
|
|
@@ -167629,7 +167629,7 @@ var init_adhdev_daemon = __esm({
|
|
|
167629
167629
|
init_daemon_local_ipc_http();
|
|
167630
167630
|
init_daemon_pid();
|
|
167631
167631
|
init_src();
|
|
167632
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.
|
|
167632
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.58-rc.61" });
|
|
167633
167633
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
167634
167634
|
localHttpServer = null;
|
|
167635
167635
|
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.61",
|
|
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.61",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.58-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.58-rc.61",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|