adhdev 0.9.77-rc.13 → 0.9.77-rc.14

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
@@ -95893,7 +95893,7 @@ var init_adhdev_daemon = __esm({
95893
95893
  init_version();
95894
95894
  init_src();
95895
95895
  init_runtime_defaults();
95896
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.13" });
95896
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.14" });
95897
95897
  AdhdevDaemon = class _AdhdevDaemon {
95898
95898
  localHttpServer = null;
95899
95899
  localWss = null;
package/dist/index.js CHANGED
@@ -64729,7 +64729,7 @@ var init_adhdev_daemon = __esm({
64729
64729
  init_version();
64730
64730
  init_src();
64731
64731
  init_runtime_defaults();
64732
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.13" });
64732
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.14" });
64733
64733
  AdhdevDaemon = class _AdhdevDaemon {
64734
64734
  localHttpServer = null;
64735
64735
  localWss = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adhdev",
3
- "version": "0.9.77-rc.13",
3
+ "version": "0.9.77-rc.14",
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.13",
50
+ "@adhdev/daemon-core": "0.9.77-rc.14",
51
51
  "@adhdev/ghostty-vt-node": "*",
52
52
  "@modelcontextprotocol/sdk": "^1.0.0",
53
53
  "@xterm/addon-serialize": "^0.14.0",