@keystrokehq/keystroke 0.1.66 → 0.1.68

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.
Files changed (31) hide show
  1. package/dist/agent-types.cjs +1 -1
  2. package/dist/agent-types.mjs +1 -1
  3. package/dist/agent.cjs +3 -3
  4. package/dist/agent.mjs +3 -3
  5. package/dist/{context-compaction-B2veGznA-BwkVoU7M.cjs → context-compaction-B2veGznA-C688EPuR.cjs} +2 -2
  6. package/dist/{context-compaction-B2veGznA-BwkVoU7M.cjs.map → context-compaction-B2veGznA-C688EPuR.cjs.map} +1 -1
  7. package/dist/{context-compaction-B2veGznA-C7mYE8OR.mjs → context-compaction-B2veGznA-CG-VGKtE.mjs} +2 -2
  8. package/dist/{context-compaction-B2veGznA-C7mYE8OR.mjs.map → context-compaction-B2veGznA-CG-VGKtE.mjs.map} +1 -1
  9. package/dist/{dist-Dsbh3YDr.mjs → dist-BIwsF7yy.mjs} +2 -2
  10. package/dist/{dist-Dsbh3YDr.mjs.map → dist-BIwsF7yy.mjs.map} +1 -1
  11. package/dist/dist-BTO9TriT.cjs.map +1 -1
  12. package/dist/dist-D52VUEv_.mjs.map +1 -1
  13. package/dist/{dist-CaJB7b-E.mjs → dist-Dy7p3EAF.mjs} +4 -2
  14. package/dist/dist-Dy7p3EAF.mjs.map +1 -0
  15. package/dist/{dist-CL7JwqCm.cjs → dist-YD2cpwXg.cjs} +2 -2
  16. package/dist/{dist-CL7JwqCm.cjs.map → dist-YD2cpwXg.cjs.map} +1 -1
  17. package/dist/{dist-CvuQJFOO.cjs → dist-wO8x431H.cjs} +4 -2
  18. package/dist/dist-wO8x431H.cjs.map +1 -0
  19. package/dist/index-BolOkiNw.d.mts.map +1 -1
  20. package/dist/index-GJs4NjSJ.d.cts.map +1 -1
  21. package/dist/{token--TO9S99D.mjs → token-DL31KIHH.mjs} +2 -2
  22. package/dist/{token--TO9S99D.mjs.map → token-DL31KIHH.mjs.map} +1 -1
  23. package/dist/{token-C_qVPKh4.cjs → token-DYGYwDdi.cjs} +2 -2
  24. package/dist/{token-C_qVPKh4.cjs.map → token-DYGYwDdi.cjs.map} +1 -1
  25. package/dist/trigger.cjs +1 -1
  26. package/dist/trigger.mjs +1 -1
  27. package/dist/workflow.cjs +1 -1
  28. package/dist/workflow.mjs +1 -1
  29. package/package.json +1 -1
  30. package/dist/dist-CaJB7b-E.mjs.map +0 -1
  31. package/dist/dist-CvuQJFOO.cjs.map +0 -1
@@ -3604,6 +3604,7 @@ const workflows = pgTable("workflows", {
3604
3604
  registeredAt: timestamp("registered_at", { withTimezone: true }).notNull(),
3605
3605
  updatedAt: timestamp("updated_at", { withTimezone: true }).notNull(),
3606
3606
  deletedAt: timestamp("deleted_at", { withTimezone: true }),
3607
+ requestSchema: jsonb("request_schema").$type().notNull().default({}),
3607
3608
  runInputValues: jsonb("run_input_values").$type(),
3608
3609
  canvasAnnotationsJson: jsonb("canvas_annotations_json").$type(),
3609
3610
  canvasAnnotationsHash: text$2("canvas_annotations_hash"),
@@ -3628,6 +3629,7 @@ const workflowsSqlite = sqliteTable("workflows", {
3628
3629
  registeredAt: integer("registered_at", { mode: "timestamp_ms" }).notNull(),
3629
3630
  updatedAt: integer("updated_at", { mode: "timestamp_ms" }).notNull(),
3630
3631
  deletedAt: integer("deleted_at", { mode: "timestamp_ms" }),
3632
+ requestSchema: text$1("request_schema", { mode: "json" }).$type().notNull().default({}),
3631
3633
  runInputValues: text$1("run_input_values", { mode: "json" }).$type(),
3632
3634
  canvasAnnotationsJson: text$1("canvas_annotations_json", { mode: "json" }).$type(),
3633
3635
  canvasAnnotationsHash: text$1("canvas_annotations_hash"),
@@ -6744,7 +6746,7 @@ var require_get_vercel_oidc_token = /* @__PURE__ */ __commonJSMin(((exports, mod
6744
6746
  err = error;
6745
6747
  }
6746
6748
  try {
6747
- const [{ getTokenPayload, isExpired }, { refreshToken }] = await Promise.all([await Promise.resolve().then(() => /* @__PURE__ */ __toESM(require_token_util())), await import("./token--TO9S99D.mjs").then((m) => /* @__PURE__ */ __toESM(m.default))]);
6749
+ const [{ getTokenPayload, isExpired }, { refreshToken }] = await Promise.all([await Promise.resolve().then(() => /* @__PURE__ */ __toESM(require_token_util())), await import("./token-DL31KIHH.mjs").then((m) => /* @__PURE__ */ __toESM(m.default))]);
6748
6750
  if (!token || isExpired(getTokenPayload(token), options?.expirationBufferMs)) {
6749
6751
  await refreshToken(options);
6750
6752
  token = getVercelOidcTokenSync();
@@ -17325,4 +17327,4 @@ createIdGenerator({
17325
17327
  //#endregion
17326
17328
  export { captureConsole as $, appendEvent as A, hasSessionEventAfterSeq as B, tool as C, sql as Ct, isJSONObject as D, AISDKError as E, getAgentByRoute as F, resolveRunSourceFromTraceContext as G, latestSessionEventByTypes as H, getBoundProjectScopeId as I, selectCredentialInstancesForScope as J, selectActiveSkillsBySlugs as K, getProjectScopeId as L, decryptCredentialPayload as M, encryptCredentialPayload as N, MESSAGE_EVENT_TYPE as O, failAgentSession as P, touchSession as Q, getServerTenantScopeId as R, safeValidateTypes as S, bigint as St, EventSourceParserStream as T, entityKind as Tt, listCredentialAssignmentsByTarget as U, isDatabaseInitialized as V, listSessionEvents as W, setSessionTitle as X, setSessionStatus as Y, touchCredentialInstanceLastUsed as Z, generateId as _, text$2 as _t, generateText as a, SQLiteTable as at, parseJSON as b, doublePrecision as bt, output_exports as c, real as ct, wrapLanguageModel as d, eq as dt, getTraceContext as et, createGateway as f, index$1 as ft, dynamicTool as g, timestamp as gt, asSchema as h, pgTable as ht, generateObject as i, uniqueIndex as it, createSession as j, addAgentSessionDuration as k, readUIMessageStream as l, integer as lt, require_token_error as m, PgTable as mt, convertToModelMessages as n, withSpan as nt, hasToolCall as o, sqliteTable as ot, require_token_util as p, uniqueIndex$1 as pt, selectCredentialInstanceById as q, extractJsonMiddleware as r, index as rt, isFileUIPart as s, text$1 as st, ToolLoopAgent as t, logSystem as tt, toUIMessageStream as u, and as ut, getRuntimeEnvironmentUserAgent as v, jsonb as vt, withUserAgentSuffix as w, pgEnum as wt, safeParseJSON as x, boolean as xt, jsonSchema as y, integer$1 as yt, getSession as z };
17327
17329
 
17328
- //# sourceMappingURL=dist-CaJB7b-E.mjs.map
17330
+ //# sourceMappingURL=dist-Dy7p3EAF.mjs.map