adhdev 1.0.49-rc.13 → 1.0.49-rc.14
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
|
@@ -4538,10 +4538,10 @@ function readInjected(value) {
|
|
|
4538
4538
|
}
|
|
4539
4539
|
function getDaemonBuildInfo() {
|
|
4540
4540
|
if (cached) return cached;
|
|
4541
|
-
const commit = readInjected(true ? "
|
|
4542
|
-
const commitShort = readInjected(true ? "
|
|
4543
|
-
const version2 = readInjected(true ? "1.0.49-rc.
|
|
4544
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4541
|
+
const commit = readInjected(true ? "eb9cce6c951ce7d117035f2fb6140142e0633005" : void 0) ?? "unknown";
|
|
4542
|
+
const commitShort = readInjected(true ? "eb9cce6c" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4543
|
+
const version2 = readInjected(true ? "1.0.49-rc.14" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.49-rc.14" : void 0) ?? "unknown";
|
|
4544
|
+
const builtAt = readInjected(true ? "2026-08-15T13:59:08.734Z" : void 0);
|
|
4545
4545
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4546
4546
|
return cached;
|
|
4547
4547
|
}
|
|
@@ -171833,7 +171833,7 @@ var init_adhdev_daemon = __esm({
|
|
|
171833
171833
|
init_daemon_pid();
|
|
171834
171834
|
init_src();
|
|
171835
171835
|
init_runtime_defaults();
|
|
171836
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.
|
|
171836
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.14" });
|
|
171837
171837
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
171838
171838
|
localHttpServer = null;
|
|
171839
171839
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4538,10 +4538,10 @@ function readInjected(value) {
|
|
|
4538
4538
|
}
|
|
4539
4539
|
function getDaemonBuildInfo() {
|
|
4540
4540
|
if (cached) return cached;
|
|
4541
|
-
const commit = readInjected(true ? "
|
|
4542
|
-
const commitShort = readInjected(true ? "
|
|
4543
|
-
const version2 = readInjected(true ? "1.0.49-rc.
|
|
4544
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4541
|
+
const commit = readInjected(true ? "eb9cce6c951ce7d117035f2fb6140142e0633005" : void 0) ?? "unknown";
|
|
4542
|
+
const commitShort = readInjected(true ? "eb9cce6c" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4543
|
+
const version2 = readInjected(true ? "1.0.49-rc.14" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.49-rc.14" : void 0) ?? "unknown";
|
|
4544
|
+
const builtAt = readInjected(true ? "2026-08-15T13:59:08.734Z" : void 0);
|
|
4545
4545
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4546
4546
|
return cached;
|
|
4547
4547
|
}
|
|
@@ -171700,7 +171700,7 @@ var init_adhdev_daemon = __esm({
|
|
|
171700
171700
|
init_daemon_pid();
|
|
171701
171701
|
init_src();
|
|
171702
171702
|
init_runtime_defaults();
|
|
171703
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.
|
|
171703
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.14" });
|
|
171704
171704
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
171705
171705
|
localHttpServer = null;
|
|
171706
171706
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4084,10 +4084,10 @@ function readInjected(value) {
|
|
|
4084
4084
|
}
|
|
4085
4085
|
function getDaemonBuildInfo() {
|
|
4086
4086
|
if (cached) return cached;
|
|
4087
|
-
const commit = readInjected(true ? "
|
|
4088
|
-
const commitShort = readInjected(true ? "
|
|
4089
|
-
const version2 = readInjected(true ? "1.0.49-rc.
|
|
4090
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4087
|
+
const commit = readInjected(true ? "eb9cce6c951ce7d117035f2fb6140142e0633005" : void 0) ?? "unknown";
|
|
4088
|
+
const commitShort = readInjected(true ? "eb9cce6c" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4089
|
+
const version2 = readInjected(true ? "1.0.49-rc.14" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.49-rc.14" : void 0) ?? "unknown";
|
|
4090
|
+
const builtAt = readInjected(true ? "2026-08-15T13:59:08.734Z" : void 0);
|
|
4091
4091
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4092
4092
|
return cached;
|
|
4093
4093
|
}
|
|
@@ -139848,7 +139848,7 @@ var init_adhdev_daemon = __esm({
|
|
|
139848
139848
|
init_daemon_pid();
|
|
139849
139849
|
init_src();
|
|
139850
139850
|
init_runtime_defaults();
|
|
139851
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.
|
|
139851
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.49-rc.14" });
|
|
139852
139852
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
139853
139853
|
localHttpServer = null;
|
|
139854
139854
|
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.14",
|
|
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.14",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.49-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.49-rc.14",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|