adhdev 0.9.76-rc.68 → 0.9.76-rc.71

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.
package/dist/cli/index.js CHANGED
@@ -94819,7 +94819,7 @@ var init_adhdev_daemon = __esm({
94819
94819
  init_version();
94820
94820
  init_src();
94821
94821
  init_runtime_defaults();
94822
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.68" });
94822
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.71" });
94823
94823
  AdhdevDaemon = class _AdhdevDaemon {
94824
94824
  localHttpServer = null;
94825
94825
  localWss = null;
package/dist/index.js CHANGED
@@ -63655,7 +63655,7 @@ var init_adhdev_daemon = __esm({
63655
63655
  init_version();
63656
63656
  init_src();
63657
63657
  init_runtime_defaults();
63658
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.68" });
63658
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.76-rc.71" });
63659
63659
  AdhdevDaemon = class _AdhdevDaemon {
63660
63660
  localHttpServer = null;
63661
63661
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.76-rc.68",
3
+ "version": "0.9.76-rc.71",
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": {
@@ -47,7 +47,7 @@
47
47
  "node": ">=18"
48
48
  },
49
49
  "dependencies": {
50
- "@adhdev/daemon-core": "0.9.76-rc.68",
50
+ "@adhdev/daemon-core": "0.9.76-rc.71",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",