adhdev 0.9.76-rc.49 → 0.9.76-rc.50

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
@@ -93887,7 +93887,7 @@ var init_adhdev_daemon = __esm({
93887
93887
  init_version();
93888
93888
  init_src();
93889
93889
  init_runtime_defaults();
93890
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.49" });
93890
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.50" });
93891
93891
  AdhdevDaemon = class _AdhdevDaemon {
93892
93892
  localHttpServer = null;
93893
93893
  localWss = null;
package/dist/index.js CHANGED
@@ -62745,7 +62745,7 @@ var init_adhdev_daemon = __esm({
62745
62745
  init_version();
62746
62746
  init_src();
62747
62747
  init_runtime_defaults();
62748
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.49" });
62748
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.50" });
62749
62749
  AdhdevDaemon = class _AdhdevDaemon {
62750
62750
  localHttpServer = null;
62751
62751
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.49",
3
+ "version": "0.9.76-rc.50",
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.49",
50
+ "@adhdev/daemon-core": "0.9.76-rc.50",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",