adhdev 1.0.29-rc.7 → 1.0.29-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
|
@@ -4394,10 +4394,10 @@ function readInjected(value) {
|
|
|
4394
4394
|
}
|
|
4395
4395
|
function getDaemonBuildInfo() {
|
|
4396
4396
|
if (cached) return cached;
|
|
4397
|
-
const commit = readInjected(true ? "
|
|
4398
|
-
const commitShort = readInjected(true ? "
|
|
4399
|
-
const version2 = readInjected(true ? "1.0.29-rc.
|
|
4400
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4397
|
+
const commit = readInjected(true ? "37e15c5d25eef5918a681989dd7834444c30171a" : void 0) ?? "unknown";
|
|
4398
|
+
const commitShort = readInjected(true ? "37e15c5d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4399
|
+
const version2 = readInjected(true ? "1.0.29-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.29-rc.9" : void 0) ?? "unknown";
|
|
4400
|
+
const builtAt = readInjected(true ? "2026-08-02T06:39:55.683Z" : void 0);
|
|
4401
4401
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4402
4402
|
return cached;
|
|
4403
4403
|
}
|
|
@@ -159198,7 +159198,7 @@ var init_adhdev_daemon = __esm({
|
|
|
159198
159198
|
init_daemon_pid();
|
|
159199
159199
|
init_src();
|
|
159200
159200
|
init_runtime_defaults();
|
|
159201
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.29-rc.
|
|
159201
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.29-rc.9" });
|
|
159202
159202
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
159203
159203
|
localHttpServer = null;
|
|
159204
159204
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4394,10 +4394,10 @@ function readInjected(value) {
|
|
|
4394
4394
|
}
|
|
4395
4395
|
function getDaemonBuildInfo() {
|
|
4396
4396
|
if (cached) return cached;
|
|
4397
|
-
const commit = readInjected(true ? "
|
|
4398
|
-
const commitShort = readInjected(true ? "
|
|
4399
|
-
const version2 = readInjected(true ? "1.0.29-rc.
|
|
4400
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
4397
|
+
const commit = readInjected(true ? "37e15c5d25eef5918a681989dd7834444c30171a" : void 0) ?? "unknown";
|
|
4398
|
+
const commitShort = readInjected(true ? "37e15c5d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4399
|
+
const version2 = readInjected(true ? "1.0.29-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.29-rc.9" : void 0) ?? "unknown";
|
|
4400
|
+
const builtAt = readInjected(true ? "2026-08-02T06:39:55.683Z" : void 0);
|
|
4401
4401
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4402
4402
|
return cached;
|
|
4403
4403
|
}
|
|
@@ -159168,7 +159168,7 @@ var init_adhdev_daemon = __esm({
|
|
|
159168
159168
|
init_daemon_pid();
|
|
159169
159169
|
init_src();
|
|
159170
159170
|
init_runtime_defaults();
|
|
159171
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.29-rc.
|
|
159171
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.29-rc.9" });
|
|
159172
159172
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
159173
159173
|
localHttpServer = null;
|
|
159174
159174
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -3934,10 +3934,10 @@ function readInjected(value) {
|
|
|
3934
3934
|
}
|
|
3935
3935
|
function getDaemonBuildInfo() {
|
|
3936
3936
|
if (cached) return cached;
|
|
3937
|
-
const commit = readInjected(true ? "
|
|
3938
|
-
const commitShort = readInjected(true ? "
|
|
3939
|
-
const version2 = readInjected(true ? "1.0.29-rc.
|
|
3940
|
-
const builtAt = readInjected(true ? "2026-08-
|
|
3937
|
+
const commit = readInjected(true ? "37e15c5d25eef5918a681989dd7834444c30171a" : void 0) ?? "unknown";
|
|
3938
|
+
const commitShort = readInjected(true ? "37e15c5d" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
3939
|
+
const version2 = readInjected(true ? "1.0.29-rc.9" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.29-rc.9" : void 0) ?? "unknown";
|
|
3940
|
+
const builtAt = readInjected(true ? "2026-08-02T06:39:55.683Z" : void 0);
|
|
3941
3941
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
3942
3942
|
return cached;
|
|
3943
3943
|
}
|
|
@@ -127991,7 +127991,7 @@ var init_adhdev_daemon = __esm({
|
|
|
127991
127991
|
init_daemon_pid();
|
|
127992
127992
|
init_src();
|
|
127993
127993
|
init_runtime_defaults();
|
|
127994
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.29-rc.
|
|
127994
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.29-rc.9" });
|
|
127995
127995
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
127996
127996
|
localHttpServer = null;
|
|
127997
127997
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.29-rc.
|
|
3
|
+
"version": "1.0.29-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.29-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.29-rc.9",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.29-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.29-rc.9",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|