adhdev 0.9.77-rc.6 → 0.9.77-rc.7

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
@@ -95789,7 +95789,7 @@ var init_adhdev_daemon = __esm({
95789
95789
  init_version();
95790
95790
  init_src();
95791
95791
  init_runtime_defaults();
95792
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.6" });
95792
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.7" });
95793
95793
  AdhdevDaemon = class _AdhdevDaemon {
95794
95794
  localHttpServer = null;
95795
95795
  localWss = null;
package/dist/index.js CHANGED
@@ -64625,7 +64625,7 @@ var init_adhdev_daemon = __esm({
64625
64625
  init_version();
64626
64626
  init_src();
64627
64627
  init_runtime_defaults();
64628
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.6" });
64628
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.7" });
64629
64629
  AdhdevDaemon = class _AdhdevDaemon {
64630
64630
  localHttpServer = null;
64631
64631
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.77-rc.6",
3
+ "version": "0.9.77-rc.7",
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.77-rc.6",
50
+ "@adhdev/daemon-core": "0.9.77-rc.7",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",