@autohq/cli 0.1.572 → 0.1.573

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.
@@ -30880,7 +30880,7 @@ Object.assign(lookup, {
30880
30880
  // package.json
30881
30881
  var package_default = {
30882
30882
  name: "@autohq/cli",
30883
- version: "0.1.572",
30883
+ version: "0.1.573",
30884
30884
  license: "SEE LICENSE IN README.md",
30885
30885
  publishConfig: {
30886
30886
  access: "public"
@@ -38377,7 +38377,10 @@ var ProjectHomeReadModelSchema = external_exports.object({
38377
38377
  ])
38378
38378
  )
38379
38379
  }).strict();
38380
- var PROJECT_DEFAULT_AGENT_SOURCES = ["built_in"];
38380
+ var PROJECT_DEFAULT_AGENT_SOURCES = [
38381
+ "built_in",
38382
+ "front_of_house"
38383
+ ];
38381
38384
  var ProjectDefaultAgentSourceSchema = external_exports.enum(
38382
38385
  PROJECT_DEFAULT_AGENT_SOURCES
38383
38386
  );
package/dist/index.js CHANGED
@@ -22429,7 +22429,10 @@ var init_project_config = __esm({
22429
22429
  ])
22430
22430
  )
22431
22431
  }).strict();
22432
- PROJECT_DEFAULT_AGENT_SOURCES = ["built_in"];
22432
+ PROJECT_DEFAULT_AGENT_SOURCES = [
22433
+ "built_in",
22434
+ "front_of_house"
22435
+ ];
22433
22436
  ProjectDefaultAgentSourceSchema = external_exports.enum(
22434
22437
  PROJECT_DEFAULT_AGENT_SOURCES
22435
22438
  );
@@ -85595,7 +85598,7 @@ var init_package = __esm({
85595
85598
  "package.json"() {
85596
85599
  package_default = {
85597
85600
  name: "@autohq/cli",
85598
- version: "0.1.572",
85601
+ version: "0.1.573",
85599
85602
  license: "SEE LICENSE IN README.md",
85600
85603
  publishConfig: {
85601
85604
  access: "public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohq/cli",
3
- "version": "0.1.572",
3
+ "version": "0.1.573",
4
4
  "license": "SEE LICENSE IN README.md",
5
5
  "publishConfig": {
6
6
  "access": "public"