adhdev 0.9.76-rc.3 → 0.9.76-rc.4

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
@@ -90303,7 +90303,7 @@ var init_adhdev_daemon = __esm({
90303
90303
  init_version();
90304
90304
  init_src();
90305
90305
  init_runtime_defaults();
90306
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.3" });
90306
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.4" });
90307
90307
  AdhdevDaemon = class _AdhdevDaemon {
90308
90308
  localHttpServer = null;
90309
90309
  localWss = null;
package/dist/index.js CHANGED
@@ -59161,7 +59161,7 @@ var init_adhdev_daemon = __esm({
59161
59161
  init_version();
59162
59162
  init_src();
59163
59163
  init_runtime_defaults();
59164
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.3" });
59164
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.4" });
59165
59165
  AdhdevDaemon = class _AdhdevDaemon {
59166
59166
  localHttpServer = null;
59167
59167
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.3",
3
+ "version": "0.9.76-rc.4",
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.3",
50
+ "@adhdev/daemon-core": "0.9.76-rc.4",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",