perstack 0.0.132 → 0.0.134

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.
@@ -6152,6 +6152,12 @@ const knownModels = [
6152
6152
  {
6153
6153
  provider: "google",
6154
6154
  models: [
6155
+ {
6156
+ name: "gemini-3.1-pro-preview",
6157
+ tier: "high",
6158
+ contextWindow: 1048576,
6159
+ maxOutputTokens: 65536
6160
+ },
6155
6161
  {
6156
6162
  name: "gemini-3-flash-preview",
6157
6163
  tier: "middle",
@@ -6176,6 +6182,12 @@ const knownModels = [
6176
6182
  contextWindow: 1048576,
6177
6183
  maxOutputTokens: 65536
6178
6184
  },
6185
+ {
6186
+ name: "gemini-3.1-flash-lite-preview",
6187
+ tier: "low",
6188
+ contextWindow: 1048576,
6189
+ maxOutputTokens: 65536
6190
+ },
6179
6191
  {
6180
6192
  name: "gemini-2.5-flash-lite",
6181
6193
  tier: "low",
@@ -6187,6 +6199,12 @@ const knownModels = [
6187
6199
  {
6188
6200
  provider: "openai",
6189
6201
  models: [
6202
+ {
6203
+ name: "gpt-5.4",
6204
+ tier: "high",
6205
+ contextWindow: 105e4,
6206
+ maxOutputTokens: 128e3
6207
+ },
6190
6208
  {
6191
6209
  name: "gpt-5.2-pro",
6192
6210
  tier: "high",
@@ -9611,4 +9629,4 @@ function createApiClient(config) {
9611
9629
  //#endregion
9612
9630
  export { discriminatedUnion as $, stopRunByInteractiveTool as A, $constructor as At, knownModels as B, runParamsSchema as C, parse$1 as Ct, startRun as D, clone as Dt, startGeneration as E, safeParseAsync$1 as Et, jobSchema$1 as F, createId as Ft, ZodOptional as G, resolveModelTierWithFallback as H, expertSchema$1 as I, _null as J, _enum as K, isCoordinatorExpert as L, startCommandInputSchema as M, PerstackError as Mt, perstackConfigSchema as N, defaultPerstackApiBaseUrl as Nt, stopRunByDelegate as O, defineLazy as Ot, lockfileSchema as P, defaultTimeout as Pt, custom as Q, validateDelegation as R, retry as S, $ZodType as St, skipDelegates as T, safeParse$1 as Tt, number as U, resolveModelTier as V, ZodIssueCode as W, array as X, any as Y, boolean$1 as Z, finishToolCall as _, datetime as _t, createFilteredEventListener as a, number$1 as at, resolveToolResults as b, meta$1 as bt, BASE_SKILL_PREFIX as c, preprocess as ct, callTools as d, string as dt, intersection as et, completeRun as f, tuple as ft, finishMcpTools as g, safeParseAsync as gt, createStreamingEvent as h, url as ht, truncateText as i, never as it, runCommandInputSchema as j, NEVER as jt, stopRunByError as k, normalizeParams as kt, createBaseToolActivity as l, record as lt, createRuntimeEvent as m, unknown as mt, formatZodError as n, literal as nt, validateEventFilter as o, object as ot, continueToNextStep as p, union as pt, _instanceof as q, parseWithFriendlyError as r, looseObject as rt, getFilteredEnv as s, optional as st, createApiClient as t, lazy as tt, createGeneralToolActivity as u, strictObject as ut, parseExpertKey as v, toJSONSchema as vt, runSettingSchema as w, parseAsync$1 as wt, resumeFromStop as x, $ZodObject as xt, proceedToInteractiveTools as y, describe$1 as yt, checkpointSchema as z };
9613
9631
 
9614
- //# sourceMappingURL=dist-CEw_KzeI.js.map
9632
+ //# sourceMappingURL=dist-Bcjkpp4l.js.map