@autohq/cli 0.1.499 → 0.1.500
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 +4 -3
- package/package.json +1 -1
package/dist/agent-bridge.js
CHANGED
|
@@ -30866,7 +30866,7 @@ Object.assign(lookup, {
|
|
|
30866
30866
|
// package.json
|
|
30867
30867
|
var package_default = {
|
|
30868
30868
|
name: "@autohq/cli",
|
|
30869
|
-
version: "0.1.
|
|
30869
|
+
version: "0.1.500",
|
|
30870
30870
|
license: "SEE LICENSE IN README.md",
|
|
30871
30871
|
publishConfig: {
|
|
30872
30872
|
access: "public"
|
|
@@ -38401,8 +38401,9 @@ var SessionSpendCapRuntimeStatusSchema = external_exports.object({
|
|
|
38401
38401
|
park: SessionParkRecordSchema.nullable(),
|
|
38402
38402
|
organizationCreditsExhausted: external_exports.boolean()
|
|
38403
38403
|
});
|
|
38404
|
+
var SESSION_SPEND_CAP_BATCH_MAX_SESSION_IDS = 50;
|
|
38404
38405
|
var SessionSpendCapBatchRequestSchema = external_exports.object({
|
|
38405
|
-
sessionIds: external_exports.array(SessionIdSchema2).max(
|
|
38406
|
+
sessionIds: external_exports.array(SessionIdSchema2).max(SESSION_SPEND_CAP_BATCH_MAX_SESSION_IDS)
|
|
38406
38407
|
});
|
|
38407
38408
|
var SessionSpendCapBatchResponseSchema = external_exports.object({
|
|
38408
38409
|
statuses: external_exports.array(
|
package/dist/index.js
CHANGED
|
@@ -22757,7 +22757,7 @@ var init_runtimes = __esm({
|
|
|
22757
22757
|
});
|
|
22758
22758
|
|
|
22759
22759
|
// ../../packages/schemas/src/spend-cap-runtime.ts
|
|
22760
|
-
var SpendCapOverrideStateSchema, SpendCapOverrideUpdateRequestSchema, SPEND_CAP_LIMIT_KINDS, SpendCapLimitKindSchema, EffectiveSpendCapHitSchema, SessionSpendCapRuntimeStatusSchema, SessionSpendCapBatchRequestSchema, SessionSpendCapBatchResponseSchema, AgentSpendCapRuntimeStatusSchema, SessionCreationSpendCapDecisionSchema, SPEND_CAP_RUNTIME_ERROR_CODES, SpendCapRuntimeErrorResponseSchema;
|
|
22760
|
+
var SpendCapOverrideStateSchema, SpendCapOverrideUpdateRequestSchema, SPEND_CAP_LIMIT_KINDS, SpendCapLimitKindSchema, EffectiveSpendCapHitSchema, SessionSpendCapRuntimeStatusSchema, SESSION_SPEND_CAP_BATCH_MAX_SESSION_IDS, SessionSpendCapBatchRequestSchema, SessionSpendCapBatchResponseSchema, AgentSpendCapRuntimeStatusSchema, SessionCreationSpendCapDecisionSchema, SPEND_CAP_RUNTIME_ERROR_CODES, SpendCapRuntimeErrorResponseSchema;
|
|
22761
22761
|
var init_spend_cap_runtime = __esm({
|
|
22762
22762
|
"../../packages/schemas/src/spend-cap-runtime.ts"() {
|
|
22763
22763
|
"use strict";
|
|
@@ -22805,8 +22805,9 @@ var init_spend_cap_runtime = __esm({
|
|
|
22805
22805
|
park: SessionParkRecordSchema.nullable(),
|
|
22806
22806
|
organizationCreditsExhausted: external_exports.boolean()
|
|
22807
22807
|
});
|
|
22808
|
+
SESSION_SPEND_CAP_BATCH_MAX_SESSION_IDS = 50;
|
|
22808
22809
|
SessionSpendCapBatchRequestSchema = external_exports.object({
|
|
22809
|
-
sessionIds: external_exports.array(SessionIdSchema).max(
|
|
22810
|
+
sessionIds: external_exports.array(SessionIdSchema).max(SESSION_SPEND_CAP_BATCH_MAX_SESSION_IDS)
|
|
22810
22811
|
});
|
|
22811
22812
|
SessionSpendCapBatchResponseSchema = external_exports.object({
|
|
22812
22813
|
statuses: external_exports.array(
|
|
@@ -63609,7 +63610,7 @@ var init_package = __esm({
|
|
|
63609
63610
|
"package.json"() {
|
|
63610
63611
|
package_default = {
|
|
63611
63612
|
name: "@autohq/cli",
|
|
63612
|
-
version: "0.1.
|
|
63613
|
+
version: "0.1.500",
|
|
63613
63614
|
license: "SEE LICENSE IN README.md",
|
|
63614
63615
|
publishConfig: {
|
|
63615
63616
|
access: "public"
|