adhdev 0.9.82-rc.55 → 0.9.82-rc.56

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
@@ -100514,7 +100514,7 @@ var init_adhdev_daemon = __esm({
100514
100514
  init_version();
100515
100515
  init_src();
100516
100516
  init_runtime_defaults();
100517
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.55" });
100517
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.56" });
100518
100518
  AdhdevDaemon = class _AdhdevDaemon {
100519
100519
  localHttpServer = null;
100520
100520
  localWss = null;
package/dist/index.js CHANGED
@@ -69344,7 +69344,7 @@ var init_adhdev_daemon = __esm({
69344
69344
  init_version();
69345
69345
  init_src();
69346
69346
  init_runtime_defaults();
69347
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.55" });
69347
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.56" });
69348
69348
  AdhdevDaemon = class _AdhdevDaemon {
69349
69349
  localHttpServer = null;
69350
69350
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.55",
3
+ "version": "0.9.82-rc.56",
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.82-rc.55",
50
+ "@adhdev/daemon-core": "0.9.82-rc.56",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",