adhdev 1.0.31-rc.1 → 1.0.31-rc.2
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
|
@@ -4396,8 +4396,8 @@ function getDaemonBuildInfo() {
|
|
|
4396
4396
|
if (cached) return cached;
|
|
4397
4397
|
const commit = readInjected(true ? "c328d718f842c32f0961ff7428dc33181ed619eb" : void 0) ?? "unknown";
|
|
4398
4398
|
const commitShort = readInjected(true ? "c328d718" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4399
|
-
const version2 = readInjected(true ? "1.0.31-rc.
|
|
4400
|
-
const builtAt = readInjected(true ? "2026-08-03T09:
|
|
4399
|
+
const version2 = readInjected(true ? "1.0.31-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.31-rc.2" : void 0) ?? "unknown";
|
|
4400
|
+
const builtAt = readInjected(true ? "2026-08-03T09:49:38.686Z" : void 0);
|
|
4401
4401
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4402
4402
|
return cached;
|
|
4403
4403
|
}
|
|
@@ -161572,7 +161572,7 @@ var init_adhdev_daemon = __esm({
|
|
|
161572
161572
|
init_daemon_pid();
|
|
161573
161573
|
init_src();
|
|
161574
161574
|
init_runtime_defaults();
|
|
161575
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.31-rc.
|
|
161575
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.31-rc.2" });
|
|
161576
161576
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
161577
161577
|
localHttpServer = null;
|
|
161578
161578
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4396,8 +4396,8 @@ function getDaemonBuildInfo() {
|
|
|
4396
4396
|
if (cached) return cached;
|
|
4397
4397
|
const commit = readInjected(true ? "c328d718f842c32f0961ff7428dc33181ed619eb" : void 0) ?? "unknown";
|
|
4398
4398
|
const commitShort = readInjected(true ? "c328d718" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4399
|
-
const version2 = readInjected(true ? "1.0.31-rc.
|
|
4400
|
-
const builtAt = readInjected(true ? "2026-08-03T09:
|
|
4399
|
+
const version2 = readInjected(true ? "1.0.31-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.31-rc.2" : void 0) ?? "unknown";
|
|
4400
|
+
const builtAt = readInjected(true ? "2026-08-03T09:49:38.686Z" : void 0);
|
|
4401
4401
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4402
4402
|
return cached;
|
|
4403
4403
|
}
|
|
@@ -161542,7 +161542,7 @@ var init_adhdev_daemon = __esm({
|
|
|
161542
161542
|
init_daemon_pid();
|
|
161543
161543
|
init_src();
|
|
161544
161544
|
init_runtime_defaults();
|
|
161545
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.31-rc.
|
|
161545
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.31-rc.2" });
|
|
161546
161546
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
161547
161547
|
localHttpServer = null;
|
|
161548
161548
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -3936,8 +3936,8 @@ function getDaemonBuildInfo() {
|
|
|
3936
3936
|
if (cached) return cached;
|
|
3937
3937
|
const commit = readInjected(true ? "c328d718f842c32f0961ff7428dc33181ed619eb" : void 0) ?? "unknown";
|
|
3938
3938
|
const commitShort = readInjected(true ? "c328d718" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
3939
|
-
const version2 = readInjected(true ? "1.0.31-rc.
|
|
3940
|
-
const builtAt = readInjected(true ? "2026-08-03T09:
|
|
3939
|
+
const version2 = readInjected(true ? "1.0.31-rc.2" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.31-rc.2" : void 0) ?? "unknown";
|
|
3940
|
+
const builtAt = readInjected(true ? "2026-08-03T09:49:38.686Z" : void 0);
|
|
3941
3941
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
3942
3942
|
return cached;
|
|
3943
3943
|
}
|
|
@@ -130358,7 +130358,7 @@ var init_adhdev_daemon = __esm({
|
|
|
130358
130358
|
init_daemon_pid();
|
|
130359
130359
|
init_src();
|
|
130360
130360
|
init_runtime_defaults();
|
|
130361
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.31-rc.
|
|
130361
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.31-rc.2" });
|
|
130362
130362
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
130363
130363
|
localHttpServer = null;
|
|
130364
130364
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.31-rc.
|
|
3
|
+
"version": "1.0.31-rc.2",
|
|
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.31-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.31-rc.2",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.31-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.31-rc.2",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|