@keystrokehq/keystroke 1.0.17 → 1.0.19

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 (49) hide show
  1. package/dist/action.cjs +1 -1
  2. package/dist/action.mjs +1 -1
  3. package/dist/agent.cjs +5 -4
  4. package/dist/agent.cjs.map +1 -1
  5. package/dist/agent.d.cts +2 -2
  6. package/dist/agent.d.mts +2 -2
  7. package/dist/agent.mjs +5 -4
  8. package/dist/agent.mjs.map +1 -1
  9. package/dist/app.cjs +1 -1
  10. package/dist/app.mjs +1 -1
  11. package/dist/client.cjs +1 -1
  12. package/dist/client.mjs +1 -1
  13. package/dist/credentials.cjs +1 -1
  14. package/dist/credentials.mjs +1 -1
  15. package/dist/{dist-BWGuF7Bi.mjs → dist-B2xZReHP.mjs} +7 -1
  16. package/dist/{dist-BWGuF7Bi.mjs.map → dist-B2xZReHP.mjs.map} +1 -1
  17. package/dist/{dist-sGyB6KsC.cjs → dist-B6Dt7UbH.cjs} +3 -3
  18. package/dist/{dist-sGyB6KsC.cjs.map → dist-B6Dt7UbH.cjs.map} +1 -1
  19. package/dist/{dist-CFKSzdSZ.mjs → dist-Brxtvkcs.mjs} +3 -3
  20. package/dist/{dist-CFKSzdSZ.mjs.map → dist-Brxtvkcs.mjs.map} +1 -1
  21. package/dist/{dist-CDMCEgV0.cjs → dist-D-5MaYYx.cjs} +7 -1
  22. package/dist/{dist-CDMCEgV0.cjs.map → dist-D-5MaYYx.cjs.map} +1 -1
  23. package/dist/{dist-DtLObwAS.mjs → dist-DyZkmfD4.mjs} +3 -3
  24. package/dist/{dist-DtLObwAS.mjs.map → dist-DyZkmfD4.mjs.map} +1 -1
  25. package/dist/{dist-DvZ4Dj_O.cjs → dist-ubYcMOAC.cjs} +3 -3
  26. package/dist/{dist-DvZ4Dj_O.cjs.map → dist-ubYcMOAC.cjs.map} +1 -1
  27. package/dist/{index-BQEzTb7P.d.cts → index-C9qevi4R.d.cts} +10 -3
  28. package/dist/index-C9qevi4R.d.cts.map +1 -0
  29. package/dist/{index-ub0OqZXh.d.mts → index-CGa7YLSI.d.mts} +10 -3
  30. package/dist/index-CGa7YLSI.d.mts.map +1 -0
  31. package/dist/index-WT4ULMiw.d.cts.map +1 -1
  32. package/dist/index-WT4ULMiw.d.mts.map +1 -1
  33. package/dist/{mistral-Cy4OBeve.mjs → mistral-BsgTgXrv.mjs} +2 -2
  34. package/dist/{mistral-Cy4OBeve.mjs.map → mistral-BsgTgXrv.mjs.map} +1 -1
  35. package/dist/{mistral-BUpUX0vh.cjs → mistral-D8-c0BKD.cjs} +2 -2
  36. package/dist/{mistral-BUpUX0vh.cjs.map → mistral-D8-c0BKD.cjs.map} +1 -1
  37. package/dist/{sse-C0gnbJhp.cjs → sse-iAjqagFU.cjs} +2 -2
  38. package/dist/{sse-C0gnbJhp.cjs.map → sse-iAjqagFU.cjs.map} +1 -1
  39. package/dist/{sse-4YoGxYO1.mjs → sse-uALvPXss.mjs} +2 -2
  40. package/dist/{sse-4YoGxYO1.mjs.map → sse-uALvPXss.mjs.map} +1 -1
  41. package/dist/trigger.cjs +1 -1
  42. package/dist/trigger.d.cts +1 -1
  43. package/dist/trigger.d.mts +1 -1
  44. package/dist/trigger.mjs +1 -1
  45. package/dist/workflow.cjs +1 -1
  46. package/dist/workflow.mjs +1 -1
  47. package/package.json +1 -1
  48. package/dist/index-BQEzTb7P.d.cts.map +0 -1
  49. package/dist/index-ub0OqZXh.d.mts.map +0 -1
package/dist/app.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_dist = require("./dist-CDMCEgV0.cjs");
2
+ const require_dist = require("./dist-D-5MaYYx.cjs");
3
3
  require("zod");
4
4
  //#region ../app/dist/index.mjs
5
5
  function appCredentialFor(slug, input) {
package/dist/app.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { S as credential, r as defineAction } from "./dist-BWGuF7Bi.mjs";
1
+ import { S as credential, r as defineAction } from "./dist-B2xZReHP.mjs";
2
2
  import "zod";
3
3
  //#region ../app/dist/index.mjs
4
4
  function appCredentialFor(slug, input) {
package/dist/client.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  const require_chunk = require("./chunk-DHdmVzO2.cjs");
3
- const require_dist = require("./dist-CDMCEgV0.cjs");
3
+ const require_dist = require("./dist-D-5MaYYx.cjs");
4
4
  let ky = require("ky");
5
5
  ky = require_chunk.__toESM(ky, 1);
6
6
  //#region src/client.ts
package/dist/client.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { o as getRegisteredMcpCredentialContext, s as getRegisteredProjectScopeId } from "./dist-BWGuF7Bi.mjs";
1
+ import { o as getRegisteredMcpCredentialContext, s as getRegisteredProjectScopeId } from "./dist-B2xZReHP.mjs";
2
2
  import ky from "ky";
3
3
  //#region src/client.ts
4
4
  function resolveKeystrokePlatformUrl(options) {
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_dist = require("./dist-CDMCEgV0.cjs");
2
+ const require_dist = require("./dist-D-5MaYYx.cjs");
3
3
  exports.CREDENTIAL_SCOPE_TYPES = require_dist.CREDENTIAL_SCOPE_TYPES;
4
4
  exports.credential = require_dist.credential;
5
5
  exports.credentialInputSchema = require_dist.credentialInputSchema;
@@ -1,2 +1,2 @@
1
- import { C as credentialInputSchema, D as normalizeCredentialList, O as toCredentialRequirement, S as credential, T as isCredentialInput, b as CREDENTIAL_SCOPE_TYPES, w as defineCredential } from "./dist-BWGuF7Bi.mjs";
1
+ import { C as credentialInputSchema, D as normalizeCredentialList, O as toCredentialRequirement, S as credential, T as isCredentialInput, b as CREDENTIAL_SCOPE_TYPES, w as defineCredential } from "./dist-B2xZReHP.mjs";
2
2
  export { CREDENTIAL_SCOPE_TYPES, credential, credentialInputSchema, defineCredential, isCredentialInput, normalizeCredentialList, toCredentialRequirement };
@@ -2337,6 +2337,12 @@ const AgentMemoryFileSummarySchema = z.object({
2337
2337
  path: z.string().min(1)
2338
2338
  });
2339
2339
  z.object({ files: z.array(AgentMemoryFileSummarySchema) });
2340
+ /** A single workspace file exposed to the dashboard (no contents in list responses). */
2341
+ const AgentWorkspaceFileSummarySchema = z.object({
2342
+ id: z.string(),
2343
+ path: z.string().min(1)
2344
+ });
2345
+ z.object({ files: z.array(AgentWorkspaceFileSummarySchema) });
2340
2346
  //#endregion
2341
2347
  //#region ../action/dist/index.mjs
2342
2348
  const zodSchema = z.custom((v) => v instanceof z.ZodType, "must be a Zod schema");
@@ -2580,4 +2586,4 @@ function getRegisteredProjectScopeId() {
2580
2586
  //#endregion
2581
2587
  export { credentialInputSchema as C, normalizeCredentialList as D, mcpEntityId as E, toCredentialRequirement as O, credential as S, isCredentialInput as T, runWithMcpCredentialContext as _, getActionCredentialRequirements as a, CREDENTIAL_SCOPE_TYPES as b, getRunSignal as c, isStepInvocation as d, isWithinActionExecution as f, runOutsideActionExecution as g, resolveActionTool as h, executeAction as i, toolParameters as k, getWorkflowRunHandle as l, registerWorkflowRunGetter as m, createStepInvocation as n, getRegisteredMcpCredentialContext as o, registerProjectScopeGetter as p, defineAction as r, getRegisteredProjectScopeId as s, actionCoreSchema as t, isAction as u, runWithRunSignal as v, defineCredential as w, buildConnectDeeplink as x, runWithinActionExecution as y };
2582
2588
 
2583
- //# sourceMappingURL=dist-BWGuF7Bi.mjs.map
2589
+ //# sourceMappingURL=dist-B2xZReHP.mjs.map