adhdev 1.0.49-rc.7 → 1.0.49-rc.8
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
|
@@ -4540,8 +4540,8 @@ function getDaemonBuildInfo() {
|
|
|
4540
4540
|
if (cached) return cached;
|
|
4541
4541
|
const commit = readInjected(true ? "b4c4824f7d9b919bc149d6134c2e9720442d677c" : void 0) ?? "unknown";
|
|
4542
4542
|
const commitShort = readInjected(true ? "b4c4824f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4543
|
-
const version2 = readInjected(true ? "1.0.49-rc.
|
|
4544
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4543
|
+
const version2 = readInjected(true ? "1.0.49-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.49-rc.8" : void 0) ?? "unknown";
|
|
4544
|
+
const builtAt = readInjected(true ? "2026-08-14T16:54:34.919Z" : void 0);
|
|
4545
4545
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4546
4546
|
return cached;
|
|
4547
4547
|
}
|
|
@@ -170898,7 +170898,7 @@ var init_adhdev_daemon = __esm({
|
|
|
170898
170898
|
init_daemon_pid();
|
|
170899
170899
|
init_src();
|
|
170900
170900
|
init_runtime_defaults();
|
|
170901
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.
|
|
170901
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.8" });
|
|
170902
170902
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
170903
170903
|
localHttpServer = null;
|
|
170904
170904
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4540,8 +4540,8 @@ function getDaemonBuildInfo() {
|
|
|
4540
4540
|
if (cached) return cached;
|
|
4541
4541
|
const commit = readInjected(true ? "b4c4824f7d9b919bc149d6134c2e9720442d677c" : void 0) ?? "unknown";
|
|
4542
4542
|
const commitShort = readInjected(true ? "b4c4824f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4543
|
-
const version2 = readInjected(true ? "1.0.49-rc.
|
|
4544
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4543
|
+
const version2 = readInjected(true ? "1.0.49-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.49-rc.8" : void 0) ?? "unknown";
|
|
4544
|
+
const builtAt = readInjected(true ? "2026-08-14T16:54:34.919Z" : void 0);
|
|
4545
4545
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4546
4546
|
return cached;
|
|
4547
4547
|
}
|
|
@@ -170765,7 +170765,7 @@ var init_adhdev_daemon = __esm({
|
|
|
170765
170765
|
init_daemon_pid();
|
|
170766
170766
|
init_src();
|
|
170767
170767
|
init_runtime_defaults();
|
|
170768
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.
|
|
170768
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.8" });
|
|
170769
170769
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
170770
170770
|
localHttpServer = null;
|
|
170771
170771
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4086,8 +4086,8 @@ function getDaemonBuildInfo() {
|
|
|
4086
4086
|
if (cached) return cached;
|
|
4087
4087
|
const commit = readInjected(true ? "b4c4824f7d9b919bc149d6134c2e9720442d677c" : void 0) ?? "unknown";
|
|
4088
4088
|
const commitShort = readInjected(true ? "b4c4824f" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4089
|
-
const version2 = readInjected(true ? "1.0.49-rc.
|
|
4090
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4089
|
+
const version2 = readInjected(true ? "1.0.49-rc.8" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.49-rc.8" : void 0) ?? "unknown";
|
|
4090
|
+
const builtAt = readInjected(true ? "2026-08-14T16:54:34.919Z" : void 0);
|
|
4091
4091
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4092
4092
|
return cached;
|
|
4093
4093
|
}
|
|
@@ -138913,7 +138913,7 @@ var init_adhdev_daemon = __esm({
|
|
|
138913
138913
|
init_daemon_pid();
|
|
138914
138914
|
init_src();
|
|
138915
138915
|
init_runtime_defaults();
|
|
138916
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.
|
|
138916
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.8" });
|
|
138917
138917
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
138918
138918
|
localHttpServer = null;
|
|
138919
138919
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.49-rc.
|
|
3
|
+
"version": "1.0.49-rc.8",
|
|
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.49-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.49-rc.8",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.49-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.49-rc.8",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|