@autohq/cli 0.1.584 → 0.1.585
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/agent-bridge.js +3 -2
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -37736,7 +37736,7 @@ Object.assign(lookup, {
|
|
|
37736
37736
|
// package.json
|
|
37737
37737
|
var package_default = {
|
|
37738
37738
|
name: "@autohq/cli",
|
|
37739
|
-
version: "0.1.
|
|
37739
|
+
version: "0.1.585",
|
|
37740
37740
|
license: "SEE LICENSE IN README.md",
|
|
37741
37741
|
publishConfig: {
|
|
37742
37742
|
access: "public"
|
|
@@ -41108,7 +41108,8 @@ var ConnectionStartReturnToSchema = external_exports.enum([
|
|
|
41108
41108
|
var GithubRepositoryPickerDestinationSchema = external_exports.enum([
|
|
41109
41109
|
"settings",
|
|
41110
41110
|
"onboarding",
|
|
41111
|
-
"sessions"
|
|
41111
|
+
"sessions",
|
|
41112
|
+
"agents"
|
|
41112
41113
|
]);
|
|
41113
41114
|
var GithubRepositoryPickerContinuationSchema = external_exports.object({
|
|
41114
41115
|
organizationId: OrganizationIdSchema,
|
package/dist/index.js
CHANGED
|
@@ -17898,7 +17898,8 @@ var init_connections = __esm({
|
|
|
17898
17898
|
GithubRepositoryPickerDestinationSchema = external_exports.enum([
|
|
17899
17899
|
"settings",
|
|
17900
17900
|
"onboarding",
|
|
17901
|
-
"sessions"
|
|
17901
|
+
"sessions",
|
|
17902
|
+
"agents"
|
|
17902
17903
|
]);
|
|
17903
17904
|
GithubRepositoryPickerContinuationSchema = external_exports.object({
|
|
17904
17905
|
organizationId: OrganizationIdSchema,
|
|
@@ -88606,7 +88607,7 @@ var init_package = __esm({
|
|
|
88606
88607
|
"package.json"() {
|
|
88607
88608
|
package_default = {
|
|
88608
88609
|
name: "@autohq/cli",
|
|
88609
|
-
version: "0.1.
|
|
88610
|
+
version: "0.1.585",
|
|
88610
88611
|
license: "SEE LICENSE IN README.md",
|
|
88611
88612
|
publishConfig: {
|
|
88612
88613
|
access: "public"
|