@neta-art/cohub-cli 1.9.0 → 1.9.1

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.
@@ -773,7 +773,7 @@ function registerSessions(spacesCmd) {
773
773
  }
774
774
  }
775
775
  });
776
- session.on("turn.final", () => {
776
+ session.on("turn.finalized", () => {
777
777
  process.stdout.write("\n\n ✓ Done\n");
778
778
  process.exit(0);
779
779
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neta-art/cohub-cli",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "CLI for Cohub — spaces, sessions, and agent collaboration.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -16,7 +16,7 @@
16
16
  "@neta-art/generation": "^0.1.2",
17
17
  "commander": "^13.1.0",
18
18
  "sharp": "^0.34.5",
19
- "@neta-art/cohub": "1.16.1"
19
+ "@neta-art/cohub": "1.17.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"