adhdev 0.9.82-rc.97 → 0.9.82-rc.98

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.
@@ -102869,7 +102869,7 @@ var init_adhdev_daemon = __esm({
102869
102869
  init_version();
102870
102870
  init_src();
102871
102871
  init_runtime_defaults();
102872
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.97" });
102872
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.98" });
102873
102873
  AdhdevDaemon = class _AdhdevDaemon {
102874
102874
  localHttpServer = null;
102875
102875
  localWss = null;
package/dist/cli/index.js CHANGED
@@ -102839,7 +102839,7 @@ var init_adhdev_daemon = __esm({
102839
102839
  init_version();
102840
102840
  init_src();
102841
102841
  init_runtime_defaults();
102842
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.97" });
102842
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.98" });
102843
102843
  AdhdevDaemon = class _AdhdevDaemon {
102844
102844
  localHttpServer = null;
102845
102845
  localWss = null;
package/dist/index.js CHANGED
@@ -71666,7 +71666,7 @@ var init_adhdev_daemon = __esm({
71666
71666
  init_version();
71667
71667
  init_src();
71668
71668
  init_runtime_defaults();
71669
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.97" });
71669
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.98" });
71670
71670
  AdhdevDaemon = class _AdhdevDaemon {
71671
71671
  localHttpServer = null;
71672
71672
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.97",
3
+ "version": "0.9.82-rc.98",
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.97",
52
+ "@adhdev/daemon-core": "0.9.82-rc.98",
53
53
  "@adhdev/ghostty-vt-node": "*",
54
54
  "@modelcontextprotocol/sdk": "^1.0.0",
55
55
  "@xterm/addon-serialize": "^0.14.0",