adhdev 0.9.76-rc.58 → 0.9.76-rc.59

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/index.js CHANGED
@@ -94061,7 +94061,7 @@ var init_adhdev_daemon = __esm({
94061
94061
  init_version();
94062
94062
  init_src();
94063
94063
  init_runtime_defaults();
94064
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.58" });
94064
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.59" });
94065
94065
  AdhdevDaemon = class _AdhdevDaemon {
94066
94066
  localHttpServer = null;
94067
94067
  localWss = null;
package/dist/index.js CHANGED
@@ -62897,7 +62897,7 @@ var init_adhdev_daemon = __esm({
62897
62897
  init_version();
62898
62898
  init_src();
62899
62899
  init_runtime_defaults();
62900
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.58" });
62900
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.59" });
62901
62901
  AdhdevDaemon = class _AdhdevDaemon {
62902
62902
  localHttpServer = null;
62903
62903
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.58",
3
+ "version": "0.9.76-rc.59",
4
4
  "description": "ADHDev — Agent Dashboard Hub for Dev. Remote-control AI coding agents from anywhere.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  "node": ">=18"
48
48
  },
49
49
  "dependencies": {
50
- "@adhdev/daemon-core": "0.9.76-rc.58",
50
+ "@adhdev/daemon-core": "0.9.76-rc.59",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",