adhdev 0.9.82-rc.26 → 0.9.82-rc.27

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
@@ -98445,7 +98445,7 @@ var init_adhdev_daemon = __esm({
98445
98445
  init_version();
98446
98446
  init_src();
98447
98447
  init_runtime_defaults();
98448
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.26" });
98448
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.27" });
98449
98449
  AdhdevDaemon = class _AdhdevDaemon {
98450
98450
  localHttpServer = null;
98451
98451
  localWss = null;
package/dist/index.js CHANGED
@@ -67272,7 +67272,7 @@ var init_adhdev_daemon = __esm({
67272
67272
  init_version();
67273
67273
  init_src();
67274
67274
  init_runtime_defaults();
67275
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.26" });
67275
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.27" });
67276
67276
  AdhdevDaemon = class _AdhdevDaemon {
67277
67277
  localHttpServer = null;
67278
67278
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.82-rc.26",
3
+ "version": "0.9.82-rc.27",
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.82-rc.26",
50
+ "@adhdev/daemon-core": "0.9.82-rc.27",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",