adhdev 0.9.82-rc.107 → 0.9.82-rc.108

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.
@@ -102971,7 +102971,7 @@ var init_adhdev_daemon = __esm({
102971
102971
  init_version();
102972
102972
  init_src();
102973
102973
  init_runtime_defaults();
102974
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.107" });
102974
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.108" });
102975
102975
  AdhdevDaemon = class _AdhdevDaemon {
102976
102976
  localHttpServer = null;
102977
102977
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -102941,7 +102941,7 @@ var init_adhdev_daemon = __esm({
102941
102941
  init_version();
102942
102942
  init_src();
102943
102943
  init_runtime_defaults();
102944
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.107" });
102944
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.108" });
102945
102945
  AdhdevDaemon = class _AdhdevDaemon {
102946
102946
  localHttpServer = null;
102947
102947
  localWss = null;
package/dist/index.js CHANGED
@@ -71768,7 +71768,7 @@ var init_adhdev_daemon = __esm({
71768
71768
  init_version();
71769
71769
  init_src();
71770
71770
  init_runtime_defaults();
71771
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.107" });
71771
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.108" });
71772
71772
  AdhdevDaemon = class _AdhdevDaemon {
71773
71773
  localHttpServer = null;
71774
71774
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.107",
3
+ "version": "0.9.82-rc.108",
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.107",
52
+ "@adhdev/daemon-core": "0.9.82-rc.108",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",