adhdev 0.9.82-rc.85 → 0.9.82-rc.86

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.
@@ -102321,7 +102321,7 @@ var init_adhdev_daemon = __esm({
102321
102321
  init_version();
102322
102322
  init_src();
102323
102323
  init_runtime_defaults();
102324
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.85" });
102324
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.86" });
102325
102325
  AdhdevDaemon = class _AdhdevDaemon {
102326
102326
  localHttpServer = null;
102327
102327
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -102291,7 +102291,7 @@ var init_adhdev_daemon = __esm({
102291
102291
  init_version();
102292
102292
  init_src();
102293
102293
  init_runtime_defaults();
102294
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.85" });
102294
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.86" });
102295
102295
  AdhdevDaemon = class _AdhdevDaemon {
102296
102296
  localHttpServer = null;
102297
102297
  localWss = null;
package/dist/index.js CHANGED
@@ -71118,7 +71118,7 @@ var init_adhdev_daemon = __esm({
71118
71118
  init_version();
71119
71119
  init_src();
71120
71120
  init_runtime_defaults();
71121
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.85" });
71121
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.86" });
71122
71122
  AdhdevDaemon = class _AdhdevDaemon {
71123
71123
  localHttpServer = null;
71124
71124
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.85",
3
+ "version": "0.9.82-rc.86",
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": {
@@ -49,7 +49,7 @@
49
49
  "node": ">=18"
50
50
  },
51
51
  "dependencies": {
52
- "@adhdev/daemon-core": "0.9.82-rc.85",
52
+ "@adhdev/daemon-core": "0.9.82-rc.86",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",