adhdev 1.0.21-rc.5 → 1.0.21-rc.6
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
|
@@ -4373,10 +4373,10 @@ function readInjected(value) {
|
|
|
4373
4373
|
}
|
|
4374
4374
|
function getDaemonBuildInfo() {
|
|
4375
4375
|
if (cached) return cached;
|
|
4376
|
-
const commit = readInjected(true ? "
|
|
4377
|
-
const commitShort = readInjected(true ? "
|
|
4378
|
-
const version2 = readInjected(true ? "1.0.21-rc.
|
|
4379
|
-
const builtAt = readInjected(true ? "2026-07-
|
|
4376
|
+
const commit = readInjected(true ? "6ffb783dedc9239ee4017d6991e0119ec613fddb" : void 0) ?? "unknown";
|
|
4377
|
+
const commitShort = readInjected(true ? "6ffb783d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4378
|
+
const version2 = readInjected(true ? "1.0.21-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.6" : void 0) ?? "unknown";
|
|
4379
|
+
const builtAt = readInjected(true ? "2026-07-24T02:19:01.936Z" : void 0);
|
|
4380
4380
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4381
4381
|
return cached;
|
|
4382
4382
|
}
|
|
@@ -149957,7 +149957,7 @@ var init_adhdev_daemon = __esm({
|
|
|
149957
149957
|
init_daemon_pid();
|
|
149958
149958
|
init_src();
|
|
149959
149959
|
init_runtime_defaults();
|
|
149960
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.
|
|
149960
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.6" });
|
|
149961
149961
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
149962
149962
|
localHttpServer = null;
|
|
149963
149963
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4373,10 +4373,10 @@ function readInjected(value) {
|
|
|
4373
4373
|
}
|
|
4374
4374
|
function getDaemonBuildInfo() {
|
|
4375
4375
|
if (cached) return cached;
|
|
4376
|
-
const commit = readInjected(true ? "
|
|
4377
|
-
const commitShort = readInjected(true ? "
|
|
4378
|
-
const version2 = readInjected(true ? "1.0.21-rc.
|
|
4379
|
-
const builtAt = readInjected(true ? "2026-07-
|
|
4376
|
+
const commit = readInjected(true ? "6ffb783dedc9239ee4017d6991e0119ec613fddb" : void 0) ?? "unknown";
|
|
4377
|
+
const commitShort = readInjected(true ? "6ffb783d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4378
|
+
const version2 = readInjected(true ? "1.0.21-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.6" : void 0) ?? "unknown";
|
|
4379
|
+
const builtAt = readInjected(true ? "2026-07-24T02:19:01.936Z" : void 0);
|
|
4380
4380
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4381
4381
|
return cached;
|
|
4382
4382
|
}
|
|
@@ -149927,7 +149927,7 @@ var init_adhdev_daemon = __esm({
|
|
|
149927
149927
|
init_daemon_pid();
|
|
149928
149928
|
init_src();
|
|
149929
149929
|
init_runtime_defaults();
|
|
149930
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.
|
|
149930
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.6" });
|
|
149931
149931
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
149932
149932
|
localHttpServer = null;
|
|
149933
149933
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -3913,10 +3913,10 @@ function readInjected(value) {
|
|
|
3913
3913
|
}
|
|
3914
3914
|
function getDaemonBuildInfo() {
|
|
3915
3915
|
if (cached) return cached;
|
|
3916
|
-
const commit = readInjected(true ? "
|
|
3917
|
-
const commitShort = readInjected(true ? "
|
|
3918
|
-
const version2 = readInjected(true ? "1.0.21-rc.
|
|
3919
|
-
const builtAt = readInjected(true ? "2026-07-
|
|
3916
|
+
const commit = readInjected(true ? "6ffb783dedc9239ee4017d6991e0119ec613fddb" : void 0) ?? "unknown";
|
|
3917
|
+
const commitShort = readInjected(true ? "6ffb783d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
3918
|
+
const version2 = readInjected(true ? "1.0.21-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.21-rc.6" : void 0) ?? "unknown";
|
|
3919
|
+
const builtAt = readInjected(true ? "2026-07-24T02:19:01.936Z" : void 0);
|
|
3920
3920
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
3921
3921
|
return cached;
|
|
3922
3922
|
}
|
|
@@ -118758,7 +118758,7 @@ var init_adhdev_daemon = __esm({
|
|
|
118758
118758
|
init_daemon_pid();
|
|
118759
118759
|
init_src();
|
|
118760
118760
|
init_runtime_defaults();
|
|
118761
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.
|
|
118761
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.21-rc.6" });
|
|
118762
118762
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
118763
118763
|
localHttpServer = null;
|
|
118764
118764
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.21-rc.
|
|
3
|
+
"version": "1.0.21-rc.6",
|
|
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": {
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"node": ">=18"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@adhdev/daemon-core": "1.0.21-rc.
|
|
52
|
+
"@adhdev/daemon-core": "1.0.21-rc.6",
|
|
53
53
|
"@adhdev/ghostty-vt-node": "*",
|
|
54
|
-
"@adhdev/mesh-shared": "1.0.21-rc.
|
|
54
|
+
"@adhdev/mesh-shared": "1.0.21-rc.6",
|
|
55
55
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
56
56
|
"@xterm/addon-serialize": "^0.14.0",
|
|
57
57
|
"@xterm/xterm": "^6.0.0",
|