@autohq/cli 0.1.354 → 0.1.356

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.
@@ -23492,7 +23492,7 @@ Object.assign(lookup, {
23492
23492
  // package.json
23493
23493
  var package_default = {
23494
23494
  name: "@autohq/cli",
23495
- version: "0.1.354",
23495
+ version: "0.1.356",
23496
23496
  license: "SEE LICENSE IN README.md",
23497
23497
  publishConfig: {
23498
23498
  access: "public"
@@ -25612,6 +25612,7 @@ var GITHUB_CONNECTION_EVENTS = [
25612
25612
  "push",
25613
25613
  "pull_request",
25614
25614
  "check_run",
25615
+ "issues",
25615
25616
  "issue_comment",
25616
25617
  "pull_request_review",
25617
25618
  "pull_request_review_comment",
@@ -26299,12 +26300,14 @@ var AgentToolsSchema = external_exports.record(ToolAliasSchema, AgentToolRefSche
26299
26300
  // ../../packages/schemas/src/session-bindings.ts
26300
26301
  var BINDING_TARGET_TYPES = [
26301
26302
  "github.pull_request",
26303
+ "github.issue",
26302
26304
  "slack.thread",
26303
26305
  "chat.message",
26304
26306
  "agent.singleton"
26305
26307
  ];
26306
26308
  var TRIGGER_BINDING_TARGET_TYPES = [
26307
26309
  "github.pull_request",
26310
+ "github.issue",
26308
26311
  "slack.thread",
26309
26312
  "agent.singleton"
26310
26313
  ];
package/dist/index.js CHANGED
@@ -17007,6 +17007,7 @@ var init_connections = __esm({
17007
17007
  "push",
17008
17008
  "pull_request",
17009
17009
  "check_run",
17010
+ "issues",
17010
17011
  "issue_comment",
17011
17012
  "pull_request_review",
17012
17013
  "pull_request_review_comment",
@@ -17749,12 +17750,14 @@ var init_session_bindings = __esm({
17749
17750
  init_zod();
17750
17751
  BINDING_TARGET_TYPES = [
17751
17752
  "github.pull_request",
17753
+ "github.issue",
17752
17754
  "slack.thread",
17753
17755
  "chat.message",
17754
17756
  "agent.singleton"
17755
17757
  ];
17756
17758
  TRIGGER_BINDING_TARGET_TYPES = [
17757
17759
  "github.pull_request",
17760
+ "github.issue",
17758
17761
  "slack.thread",
17759
17762
  "agent.singleton"
17760
17763
  ];
@@ -31048,7 +31051,7 @@ var init_package = __esm({
31048
31051
  "package.json"() {
31049
31052
  package_default = {
31050
31053
  name: "@autohq/cli",
31051
- version: "0.1.354",
31054
+ version: "0.1.356",
31052
31055
  license: "SEE LICENSE IN README.md",
31053
31056
  publishConfig: {
31054
31057
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.354",
3
+ "version": "0.1.356",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"