adhdev 0.9.82-rc.88 → 0.9.82-rc.89

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.
@@ -102406,7 +102406,7 @@ var init_adhdev_daemon = __esm({
102406
102406
  init_version();
102407
102407
  init_src();
102408
102408
  init_runtime_defaults();
102409
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.88" });
102409
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.89" });
102410
102410
  AdhdevDaemon = class _AdhdevDaemon {
102411
102411
  localHttpServer = null;
102412
102412
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -102376,7 +102376,7 @@ var init_adhdev_daemon = __esm({
102376
102376
  init_version();
102377
102377
  init_src();
102378
102378
  init_runtime_defaults();
102379
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.88" });
102379
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.89" });
102380
102380
  AdhdevDaemon = class _AdhdevDaemon {
102381
102381
  localHttpServer = null;
102382
102382
  localWss = null;
package/dist/index.js CHANGED
@@ -71203,7 +71203,7 @@ var init_adhdev_daemon = __esm({
71203
71203
  init_version();
71204
71204
  init_src();
71205
71205
  init_runtime_defaults();
71206
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.88" });
71206
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.89" });
71207
71207
  AdhdevDaemon = class _AdhdevDaemon {
71208
71208
  localHttpServer = null;
71209
71209
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.88",
3
+ "version": "0.9.82-rc.89",
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.88",
52
+ "@adhdev/daemon-core": "0.9.82-rc.89",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",