adhdev 0.9.82-rc.105 → 0.9.82-rc.106

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.
@@ -102967,7 +102967,7 @@ var init_adhdev_daemon = __esm({
102967
102967
  init_version();
102968
102968
  init_src();
102969
102969
  init_runtime_defaults();
102970
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.105" });
102970
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.106" });
102971
102971
  AdhdevDaemon = class _AdhdevDaemon {
102972
102972
  localHttpServer = null;
102973
102973
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -102937,7 +102937,7 @@ var init_adhdev_daemon = __esm({
102937
102937
  init_version();
102938
102938
  init_src();
102939
102939
  init_runtime_defaults();
102940
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.105" });
102940
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.106" });
102941
102941
  AdhdevDaemon = class _AdhdevDaemon {
102942
102942
  localHttpServer = null;
102943
102943
  localWss = null;
package/dist/index.js CHANGED
@@ -71764,7 +71764,7 @@ var init_adhdev_daemon = __esm({
71764
71764
  init_version();
71765
71765
  init_src();
71766
71766
  init_runtime_defaults();
71767
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.105" });
71767
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.106" });
71768
71768
  AdhdevDaemon = class _AdhdevDaemon {
71769
71769
  localHttpServer = null;
71770
71770
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.105",
3
+ "version": "0.9.82-rc.106",
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.105",
52
+ "@adhdev/daemon-core": "0.9.82-rc.106",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",