@autohq/cli 0.1.85 → 0.1.86

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.
@@ -21784,9 +21784,15 @@ var SESSION_RUN_DISPATCH_COMMAND_KINDS = [
21784
21784
  "stop"
21785
21785
  ];
21786
21786
  var SESSION_RUN_PERSISTED_COMMAND_KINDS = [
21787
- ...SESSION_RUN_COMMAND_KINDS,
21787
+ "message",
21788
+ "pause",
21789
+ "resume",
21790
+ "interrupt",
21791
+ "cancel",
21792
+ "stop",
21788
21793
  "start",
21789
- "startWithMessage"
21794
+ "startWithMessage",
21795
+ "answer"
21790
21796
  ];
21791
21797
  var SESSION_RUN_LIFECYCLE_COMMAND_KINDS = [
21792
21798
  "pause",
package/dist/index.js CHANGED
@@ -17660,9 +17660,15 @@ var init_session_run_commands = __esm({
17660
17660
  "stop"
17661
17661
  ];
17662
17662
  SESSION_RUN_PERSISTED_COMMAND_KINDS = [
17663
- ...SESSION_RUN_COMMAND_KINDS,
17663
+ "message",
17664
+ "pause",
17665
+ "resume",
17666
+ "interrupt",
17667
+ "cancel",
17668
+ "stop",
17664
17669
  "start",
17665
- "startWithMessage"
17670
+ "startWithMessage",
17671
+ "answer"
17666
17672
  ];
17667
17673
  SESSION_RUN_LIFECYCLE_COMMAND_KINDS = [
17668
17674
  "pause",
@@ -21127,7 +21133,7 @@ var init_package = __esm({
21127
21133
  "package.json"() {
21128
21134
  package_default = {
21129
21135
  name: "@autohq/cli",
21130
- version: "0.1.85",
21136
+ version: "0.1.86",
21131
21137
  license: "SEE LICENSE IN README.md",
21132
21138
  publishConfig: {
21133
21139
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.85",
3
+ "version": "0.1.86",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"