openmeld 0.3.50 → 0.3.52

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.
@@ -3742,6 +3742,7 @@ z.strictObject({
3742
3742
  const boundedIdentifierSchema$5 = z.string().trim().min(1).max(256);
3743
3743
  const boundedDisplayNameSchema = z.string().trim().min(1).max(256);
3744
3744
  const nullableBoundedIdentifierSchema = boundedIdentifierSchema$5.nullable();
3745
+ const modelCatalogBadgeLabelSchema = z.string().trim().min(1).max(32);
3745
3746
  const hostedModelInputModalitySchema = z.enum(["text", "image"]);
3746
3747
  const hostedModelReasoningLevelSchema = z.enum([
3747
3748
  "off",
@@ -3761,6 +3762,7 @@ const modelCatalogHostedRuntimeSchema = z.strictObject({
3761
3762
  const modelCatalogModelSchema = z.strictObject({
3762
3763
  id: boundedIdentifierSchema$5,
3763
3764
  displayName: boundedDisplayNameSchema,
3765
+ badgeLabel: modelCatalogBadgeLabelSchema.optional(),
3764
3766
  hostedRuntime: modelCatalogHostedRuntimeSchema.optional(),
3765
3767
  unavailable: z.boolean(),
3766
3768
  supportedReasoningLevels: z.array(boundedIdentifierSchema$5),
@@ -5322,6 +5324,7 @@ const centerAgentModelSummarySchema = z.strictObject({
5322
5324
  supportsImageInput: z.boolean()
5323
5325
  });
5324
5326
  const centerAgentModelChoiceSchema = z.strictObject({
5327
+ badgeLabel: modelCatalogBadgeLabelSchema.nullable().optional(),
5325
5328
  displayName: boundedIdentifierSchema$3,
5326
5329
  effectiveModelDisplayName: boundedIdentifierSchema$3,
5327
5330
  preference: centerAgentModelPreferenceSchema,
@@ -5498,6 +5501,7 @@ const remoteAgentTurnEnvelopeSenderSchema = z.discriminatedUnion("kind", [
5498
5501
  id: nonEmptyStringSchema$1,
5499
5502
  displayName: nonEmptyStringSchema$1,
5500
5503
  ownerUserId: nonEmptyStringSchema$1,
5504
+ profileId: nonEmptyStringSchema$1.optional(),
5501
5505
  role: nonEmptyStringSchema$1.optional(),
5502
5506
  verified: z.literal(true)
5503
5507
  })
@@ -15948,4 +15952,4 @@ function composeAbortSignals(parent, timeout) {
15948
15952
  //#endregion
15949
15953
  export { OPENMELD_RUNTIME_CAPABILITIES_HEADER as $, START_ISO_DATE_TIME_SCHEMA as $t, parseEnvelope as A, AGENT_ACTIVITY_PRESENCE_TTL_MAX_MS as At, toErrorMessage$3 as B, archiveProjectResponseSchema as Bt, dist_exports as C, deleteCenterAgentRoutineResponseSchema as Ct, DAEMON_STREAM_KEEPALIVE_PING as D, resumeCenterAgentRoutineResponseSchema as Dt, toStructuredApiClientFailure as E, pauseCenterAgentRoutineResponseSchema as Et, OPENMELD_HEADER_REQUESTED_ORGANIZATION_ID as F, agentActivitySnapshotResponseSchema as Ft, spaceDispatchTraceAttemptStatusSchema as G, leaveSpaceResponseSchema as Gt, SPACE_DISPATCH_TRACE_PROMPT_PREVIEW_MAX_CHARS as H, listProjectsResponseSchema as Ht, OPENMELD_HEADER_REQUEST_ID as I, centerAgentToolSpeakerSchema as It, observabilityWakeTraceSelectorSchema as J, spaceMemberDirectoryEntrySchema as Jt, spaceDispatchTraceDispatchStatusSchema as K, postSpaceMembersResponseSchema as Kt, buildOpenMeldRequestContextHeaders as L, localProjectControlConnectionSchema as Lt, parseServerErrorFrame as M, agentActivityProviderSchema as Mt, resolveCustomMentionAliasOverride as N, agentActivitySessionStatusSchema as Nt, DAEMON_STREAM_KEEPALIVE_PONG as O, updateCenterAgentRoutineResponseSchema as Ot, OPENMELD_HEADER_PROFILE_ID as P, agentActivitySnapshotQuerySchema as Pt, COMPUTER_FILE_ACCESS_RUNTIME_CAPABILITY as Q, START_BOUNDED_VERSION_SCHEMA as Qt, toErrorMessage$2 as R, localProjectControlDaemonFrameSchema as Rt, createSpaceApi as S, createCenterAgentRoutineResponseSchema as St, resolveProfileSpaceHistoryGatewayHost as T, listCenterAgentRoutinesResponseSchema as Tt, projectSpaceDispatchTraceFinalVisibleOutcome as U, projectSchema as Ut, getSpaceUpdatesResponseSchema as V, createProjectResponseSchema as Vt, resolveSpaceDispatchTraceRootCause as W, updateProjectResponseSchema as Wt, submitAgentControllerTaskLifecycleEventItemSchema as X, openCodePermissionConfigSchema as Xt, projectObservabilityWakeCorrelation as Y, spaceMemberDirectorySchema as Yt, gatewayErrorEnvelopeSchema as Z, START_BOUNDED_ID_SCHEMA as Zt, createPrepareReadinessApi as _, authProfileManagedRoleSchema as _t, buildSpaceAttachmentDownloadPath as a, toLegacySpaceAddressingWireValue as an, spaceCreatorSchema as at, createRoutinesApi as b, submitFeedbackIssueRequestSchema as bt, createAgentProfileBindingApi as c, listOrganizationSkillsResponseSchema as ct, createFeedbackApi as d, organizationSkillSummarySchema as dt, START_TRIMMED_NON_EMPTY_STRING_SCHEMA as en, computerFileAccessDaemonFrameSchema as et, createFetchTransport as f, stringifyOrganizationSkillBundleCanonicalJson as ft, createOrganizationSkillsApi as g, authProfileKindSchema as gt, createOrganizationApi as h, ADDITIONAL_HUMAN_PROFILE_CREATION_DISABLED_MESSAGE as ht, buildProfileSpaceHistoryUpsertPath as i, agentControllerCollaborationModeSchema as in, organizationSpaceDirectoryWithMemberCountsResponseSchema as it, parseIncoming as j, agentActivityEventSchema as jt, MAX_TEXT_LENGTH as k, AGENT_ACTIVITY_EVENT_MAX_BYTES as kt, createCenterAgentApi as l, organizationSkillBundleSchema as lt, createOpenMeldApiClient as m, ADDITIONAL_HUMAN_PROFILE_CREATION_DISABLED_CODE as mt, OpenMeldApiClientInvalidResponseError as n, localAgentCatalogSchema as nn, computerFileAccessPolicySchema as nt, createAccountSpaceIndexApi as o, spaceMetaSchema as ot, createLocalRuntimeExpectedRoutesApi as p, organizationDirectoryResponseSchema as pt, spaceDispatchTraceResponseSchema as q, removeSpaceMembersResponseSchema as qt, buildProfileSpaceHistoryStatusPath as r, agentControllerPermissionModeSchema as rn, modelCatalogSchema as rt, createAgentActivityApi as s, getOrganizationSkillResponseSchema as st, OpenMeldApiClientHttpError as t, startReplyReadinessSummarySchema as tn, computerFileAccessPolicyInputSchema as tt, createCurrentDeviceApi as u, organizationSkillReleaseSummarySchema as ut, createProfileSpaceHistoryApi as v, profileCapabilitiesResponseSchema as vt, resolveAccountSpaceIndexGatewayHost as w, listCenterAgentRoutineRunsResponseSchema as wt, createRuntimeReportingApi as x, submitFeedbackIssueResponseSchema as xt, createProjectsApi as y, profileErrorResponseSchema as yt, sleep as z, localProjectControlDiscoverProjectsResponseSchema as zt };
15950
15954
 
15951
- //# sourceMappingURL=dist-K1yEwGi5.js.map
15955
+ //# sourceMappingURL=dist-CulDcZOP.js.map