adhdev 1.0.59-rc.5 → 1.0.59-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/vendor/mcp-server/index.js +1 -1
package/dist/cli/adhdev-mcp.js
CHANGED
|
@@ -4672,10 +4672,10 @@ function readInjected(value) {
|
|
|
4672
4672
|
}
|
|
4673
4673
|
function getDaemonBuildInfo() {
|
|
4674
4674
|
if (cached) return cached;
|
|
4675
|
-
const commit = readInjected(true ? "
|
|
4676
|
-
const commitShort = readInjected(true ? "
|
|
4677
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4678
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4675
|
+
const commit = readInjected(true ? "a2bebae2ed644057e5282f905034a103c0bc3b0f" : void 0) ?? "unknown";
|
|
4676
|
+
const commitShort = readInjected(true ? "a2bebae2" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4677
|
+
const version2 = readInjected(true ? "1.0.59-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.6" : void 0) ?? "unknown";
|
|
4678
|
+
const builtAt = readInjected(true ? "2026-09-09T16:57:02.486Z" : void 0);
|
|
4679
4679
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4680
4680
|
return cached;
|
|
4681
4681
|
}
|
|
@@ -203065,7 +203065,7 @@ var init_adhdev_daemon = __esm({
|
|
|
203065
203065
|
init_daemon_local_ipc_http();
|
|
203066
203066
|
init_daemon_pid();
|
|
203067
203067
|
init_src();
|
|
203068
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
203068
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.6" });
|
|
203069
203069
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
203070
203070
|
localHttpServer = null;
|
|
203071
203071
|
localWss = null;
|
package/dist/cli/index.js
CHANGED
|
@@ -4672,10 +4672,10 @@ function readInjected(value) {
|
|
|
4672
4672
|
}
|
|
4673
4673
|
function getDaemonBuildInfo() {
|
|
4674
4674
|
if (cached) return cached;
|
|
4675
|
-
const commit = readInjected(true ? "
|
|
4676
|
-
const commitShort = readInjected(true ? "
|
|
4677
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4678
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4675
|
+
const commit = readInjected(true ? "a2bebae2ed644057e5282f905034a103c0bc3b0f" : void 0) ?? "unknown";
|
|
4676
|
+
const commitShort = readInjected(true ? "a2bebae2" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4677
|
+
const version2 = readInjected(true ? "1.0.59-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.6" : void 0) ?? "unknown";
|
|
4678
|
+
const builtAt = readInjected(true ? "2026-09-09T16:57:02.486Z" : void 0);
|
|
4679
4679
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4680
4680
|
return cached;
|
|
4681
4681
|
}
|
|
@@ -202932,7 +202932,7 @@ var init_adhdev_daemon = __esm({
|
|
|
202932
202932
|
init_daemon_local_ipc_http();
|
|
202933
202933
|
init_daemon_pid();
|
|
202934
202934
|
init_src();
|
|
202935
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
202935
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.6" });
|
|
202936
202936
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
202937
202937
|
localHttpServer = null;
|
|
202938
202938
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -4218,10 +4218,10 @@ function readInjected(value) {
|
|
|
4218
4218
|
}
|
|
4219
4219
|
function getDaemonBuildInfo() {
|
|
4220
4220
|
if (cached) return cached;
|
|
4221
|
-
const commit = readInjected(true ? "
|
|
4222
|
-
const commitShort = readInjected(true ? "
|
|
4223
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
4224
|
-
const builtAt = readInjected(true ? "2026-09-
|
|
4221
|
+
const commit = readInjected(true ? "a2bebae2ed644057e5282f905034a103c0bc3b0f" : void 0) ?? "unknown";
|
|
4222
|
+
const commitShort = readInjected(true ? "a2bebae2" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
4223
|
+
const version2 = readInjected(true ? "1.0.59-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? "1.0.59-rc.6" : void 0) ?? "unknown";
|
|
4224
|
+
const builtAt = readInjected(true ? "2026-09-09T16:57:02.486Z" : void 0);
|
|
4225
4225
|
cached = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
4226
4226
|
return cached;
|
|
4227
4227
|
}
|
|
@@ -171009,7 +171009,7 @@ var init_adhdev_daemon = __esm({
|
|
|
171009
171009
|
init_daemon_local_ipc_http();
|
|
171010
171010
|
init_daemon_pid();
|
|
171011
171011
|
init_src();
|
|
171012
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.
|
|
171012
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "1.0.59-rc.6" });
|
|
171013
171013
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
171014
171014
|
localHttpServer = null;
|
|
171015
171015
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "1.0.59-rc.
|
|
3
|
+
"version": "1.0.59-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": {
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@adhdev/daemon-core": "1.0.59-rc.
|
|
53
|
+
"@adhdev/daemon-core": "1.0.59-rc.6",
|
|
54
54
|
"@adhdev/ghostty-vt-node": "*",
|
|
55
|
-
"@adhdev/mesh-shared": "1.0.59-rc.
|
|
55
|
+
"@adhdev/mesh-shared": "1.0.59-rc.6",
|
|
56
56
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
57
57
|
"@xterm/addon-serialize": "^0.14.0",
|
|
58
58
|
"@xterm/xterm": "^6.0.0",
|
|
@@ -40978,7 +40978,7 @@ var require_dist3 = __commonJS({
|
|
|
40978
40978
|
if (cached2) return cached2;
|
|
40979
40979
|
const commit = readInjected(true ? "unknown" : void 0) ?? "unknown";
|
|
40980
40980
|
const commitShort = readInjected(true ? "unknown" : void 0) ?? (commit !== "unknown" ? commit.slice(0, 7) : "unknown");
|
|
40981
|
-
const version2 = readInjected(true ? "1.0.59-rc.
|
|
40981
|
+
const version2 = readInjected(true ? "1.0.59-rc.6" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
40982
40982
|
const builtAt = readInjected(true ? "unknown" : void 0);
|
|
40983
40983
|
cached2 = builtAt ? { commit, commitShort, version: version2, builtAt } : { commit, commitShort, version: version2 };
|
|
40984
40984
|
return cached2;
|