@keystrokehq/keystroke 1.0.18 → 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.
- package/dist/action.cjs +1 -1
- package/dist/action.mjs +1 -1
- package/dist/agent.cjs +3 -3
- package/dist/agent.mjs +3 -3
- package/dist/app.cjs +1 -1
- package/dist/app.mjs +1 -1
- package/dist/client.cjs +1 -1
- package/dist/client.mjs +1 -1
- package/dist/credentials.cjs +1 -1
- package/dist/credentials.mjs +1 -1
- package/dist/{dist-BWGuF7Bi.mjs → dist-B2xZReHP.mjs} +7 -1
- package/dist/{dist-BWGuF7Bi.mjs.map → dist-B2xZReHP.mjs.map} +1 -1
- package/dist/{dist-sGyB6KsC.cjs → dist-B6Dt7UbH.cjs} +3 -3
- package/dist/{dist-sGyB6KsC.cjs.map → dist-B6Dt7UbH.cjs.map} +1 -1
- package/dist/{dist-CFKSzdSZ.mjs → dist-Brxtvkcs.mjs} +3 -3
- package/dist/{dist-CFKSzdSZ.mjs.map → dist-Brxtvkcs.mjs.map} +1 -1
- package/dist/{dist-CDMCEgV0.cjs → dist-D-5MaYYx.cjs} +7 -1
- package/dist/{dist-CDMCEgV0.cjs.map → dist-D-5MaYYx.cjs.map} +1 -1
- package/dist/{dist-DtLObwAS.mjs → dist-DyZkmfD4.mjs} +3 -3
- package/dist/{dist-DtLObwAS.mjs.map → dist-DyZkmfD4.mjs.map} +1 -1
- package/dist/{dist-DvZ4Dj_O.cjs → dist-ubYcMOAC.cjs} +3 -3
- package/dist/{dist-DvZ4Dj_O.cjs.map → dist-ubYcMOAC.cjs.map} +1 -1
- package/dist/index-WT4ULMiw.d.cts.map +1 -1
- package/dist/index-WT4ULMiw.d.mts.map +1 -1
- package/dist/{mistral-Cy4OBeve.mjs → mistral-BsgTgXrv.mjs} +2 -2
- package/dist/{mistral-Cy4OBeve.mjs.map → mistral-BsgTgXrv.mjs.map} +1 -1
- package/dist/{mistral-BUpUX0vh.cjs → mistral-D8-c0BKD.cjs} +2 -2
- package/dist/{mistral-BUpUX0vh.cjs.map → mistral-D8-c0BKD.cjs.map} +1 -1
- package/dist/{sse-C0gnbJhp.cjs → sse-iAjqagFU.cjs} +2 -2
- package/dist/{sse-C0gnbJhp.cjs.map → sse-iAjqagFU.cjs.map} +1 -1
- package/dist/{sse-4YoGxYO1.mjs → sse-uALvPXss.mjs} +2 -2
- package/dist/{sse-4YoGxYO1.mjs.map → sse-uALvPXss.mjs.map} +1 -1
- package/dist/trigger.cjs +1 -1
- package/dist/trigger.mjs +1 -1
- package/dist/workflow.cjs +1 -1
- package/dist/workflow.mjs +1 -1
- package/package.json +1 -1
package/dist/action.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_dist = require("./dist-
|
|
2
|
+
const require_dist = require("./dist-D-5MaYYx.cjs");
|
|
3
3
|
exports.CREDENTIAL_SCOPE_TYPES = require_dist.CREDENTIAL_SCOPE_TYPES;
|
|
4
4
|
exports.actionCoreSchema = require_dist.actionCoreSchema;
|
|
5
5
|
exports.createStepInvocation = require_dist.createStepInvocation;
|
package/dist/action.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as credentialInputSchema, D as normalizeCredentialList, O as toCredentialRequirement, S as credential, T as isCredentialInput, _ as runWithMcpCredentialContext, a as getActionCredentialRequirements, b as CREDENTIAL_SCOPE_TYPES, c as getRunSignal, d as isStepInvocation, f as isWithinActionExecution, g as runOutsideActionExecution, h as resolveActionTool, i as executeAction, l as getWorkflowRunHandle, m as registerWorkflowRunGetter, n as createStepInvocation, o as getRegisteredMcpCredentialContext, p as registerProjectScopeGetter, r as defineAction, s as getRegisteredProjectScopeId, t as actionCoreSchema, u as isAction, v as runWithRunSignal, w as defineCredential, y as runWithinActionExecution } from "./dist-
|
|
1
|
+
import { C as credentialInputSchema, D as normalizeCredentialList, O as toCredentialRequirement, S as credential, T as isCredentialInput, _ as runWithMcpCredentialContext, a as getActionCredentialRequirements, b as CREDENTIAL_SCOPE_TYPES, c as getRunSignal, d as isStepInvocation, f as isWithinActionExecution, g as runOutsideActionExecution, h as resolveActionTool, i as executeAction, l as getWorkflowRunHandle, m as registerWorkflowRunGetter, n as createStepInvocation, o as getRegisteredMcpCredentialContext, p as registerProjectScopeGetter, r as defineAction, s as getRegisteredProjectScopeId, t as actionCoreSchema, u as isAction, v as runWithRunSignal, w as defineCredential, y as runWithinActionExecution } from "./dist-B2xZReHP.mjs";
|
|
2
2
|
export { CREDENTIAL_SCOPE_TYPES, actionCoreSchema, createStepInvocation, credential, credentialInputSchema, defineAction, defineCredential, executeAction, getActionCredentialRequirements, getRegisteredMcpCredentialContext, getRegisteredProjectScopeId, getRunSignal, getWorkflowRunHandle, isAction, isCredentialInput, isStepInvocation, isWithinActionExecution, normalizeCredentialList, registerProjectScopeGetter, registerWorkflowRunGetter, resolveActionTool, runOutsideActionExecution, runWithMcpCredentialContext, runWithRunSignal, runWithinActionExecution, toCredentialRequirement };
|
package/dist/agent.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("./chunk-DHdmVzO2.cjs");
|
|
3
|
-
const require_dist$1 = require("./dist-
|
|
4
|
-
const require_dist$2 = require("./dist-
|
|
3
|
+
const require_dist$1 = require("./dist-D-5MaYYx.cjs");
|
|
4
|
+
const require_dist$2 = require("./dist-ubYcMOAC.cjs");
|
|
5
5
|
const require_dist$3 = require("./dist-DO51rYHS.cjs");
|
|
6
6
|
require("./env-api-keys-BFptfIIs.cjs");
|
|
7
7
|
const require_event_stream = require("./event-stream-CS-ls7wC.cjs");
|
|
@@ -902,7 +902,7 @@ function loadGoogleVertexProviderModule() {
|
|
|
902
902
|
return googleVertexProviderModulePromise;
|
|
903
903
|
}
|
|
904
904
|
function loadMistralProviderModule() {
|
|
905
|
-
mistralProviderModulePromise ||= Promise.resolve().then(() => require("./mistral-
|
|
905
|
+
mistralProviderModulePromise ||= Promise.resolve().then(() => require("./mistral-D8-c0BKD.cjs")).then((module) => {
|
|
906
906
|
const provider = module;
|
|
907
907
|
return {
|
|
908
908
|
stream: provider.streamMistral,
|
package/dist/agent.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as __require, r as __exportAll, t as __commonJSMin } from "./chunk-D0VCBZRD.mjs";
|
|
2
|
-
import { c as getRunSignal, f as isWithinActionExecution, h as resolveActionTool, k as toolParameters, l as getWorkflowRunHandle, u as isAction } from "./dist-
|
|
3
|
-
import { A as recordLlmUsageFromAssistantMessage, C as appendEvent, D as getProjectScopeId, E as getAgentByRoute, F as captureConsole, I as getTraceContext, M as setSessionLiveMessage, N as setSessionTitle, O as getSession, P as touchSession, R as withSpan, S as addAgentSessionDuration, T as createSession, a as resolveActionCredentials, c as connectMcpDefinition, d as defineMcp, f as isMcp, i as isCredentialError, j as resolveRunSourceFromTraceContext, k as listMessageEvents, l as connectMcpServer, n as captureCredentialToolErrors, o as resolveMcpTools, r as createCredentialResolver, s as withCredentialAssignments, t as buildCredentialRunContext, u as connectMcpStdio, w as clearLiveMessage, x as MESSAGE_EVENT_TYPE } from "./dist-
|
|
2
|
+
import { c as getRunSignal, f as isWithinActionExecution, h as resolveActionTool, k as toolParameters, l as getWorkflowRunHandle, u as isAction } from "./dist-B2xZReHP.mjs";
|
|
3
|
+
import { A as recordLlmUsageFromAssistantMessage, C as appendEvent, D as getProjectScopeId, E as getAgentByRoute, F as captureConsole, I as getTraceContext, M as setSessionLiveMessage, N as setSessionTitle, O as getSession, P as touchSession, R as withSpan, S as addAgentSessionDuration, T as createSession, a as resolveActionCredentials, c as connectMcpDefinition, d as defineMcp, f as isMcp, i as isCredentialError, j as resolveRunSourceFromTraceContext, k as listMessageEvents, l as connectMcpServer, n as captureCredentialToolErrors, o as resolveMcpTools, r as createCredentialResolver, s as withCredentialAssignments, t as buildCredentialRunContext, u as connectMcpStdio, w as clearLiveMessage, x as MESSAGE_EVENT_TYPE } from "./dist-Brxtvkcs.mjs";
|
|
4
4
|
import { $t as _Object_, An as IsFunction$1, At as IsNull$2, Bn as IsNull$1, Bt as IsBoolean$2, Cn as IsAsyncIterator$1, Ct as EnumToUnion, Dn as IsConstructor$1, Dt as IsSymbol$2, En as IsClassInstance, Et as String$1, Fn as IsLessEqualThan$1, Ft as IsLiteralString, Gn as IsSymbol$1, Gt as Unreachable, Hn as IsObject$1, Ht as IsCodec, In as IsLessThan$1, It as Literal, J as getBoundAppRoot, Jn as IsValueLike, Jt as IsCyclic, Kn as IsUndefined$1, Kt as IsIntersect, Ln as IsMaxLength$2, Lt as IsIterator$2, Mn as IsGreaterThan$1, Mt as IsLiteralBigInt, Nn as IsInteger$1, Nt as IsLiteralBoolean, On as IsDeepEqual$1, Ot as IsNumber$2, Pn as IsIterator$1, Pt as IsLiteralNumber, Qt as IsObject$2, Rn as IsMinLength$2, Rt as IsInteger$2, Sn as IsArray$1, St as IsTuple, Tn as IsBoolean$1, Tt as IsString$2, Un as IsObjectNotArray$1, Ut as Hash, Vn as IsNumber$1, Vt as IsBigInt$2, Wn as IsString$1, Wt as hash_exports, X as materializeSandbox, Xn as Symbols, Xt as IsUnion, Y as loadAssetManifest, Yn as Keys$1, Yt as Unknown, Zn as guard_exports, Zt as Union, _n as Entries$2, _t as IsVoid, a as defaultWorkspacesRoot, an as IsAsyncIterator$2, bn as EveryAll, bt as RecordPattern, cn as IsBase, ct as ensureWorkspaceDir, dn as IsPromise, dt as resolveSessionRoot, en as IsNever, fn as IsSchema$1, ft as Evaluate$1, gn as IsTypeArray, gt as IsTemplateLiteral, hn as IsSet, ht as Compare, i as createSandbox, in as IsConstructor$2, jn as IsGreaterEqualThan$1, jt as IsLiteral, kn as IsEqual$1, kt as Number$1, l as materializeSkills, ln as IsOptional, lt as resolveAgentRoot, mn as IsMap, mt as Options, n as createInvokeToolBridge, nn as Ref$1, o as defineSkill, on as IsArray$2, p as sandboxSystemPromptInjection, pn as Get$3, pt as Instantiate, qn as IsUnsafePropertyKey, qt as IsEnum$1, rn as IsFunction$2, sn as Base, tn as IsRef$1, tt as resolveSandboxDefinition, un as Optional, vn as EntriesRegExp, vt as IsUndefined$2, wn as IsBigInt$1, wt as TemplateLiteralDecode, xn as HasPropertyKey$1, xt as RecordValue, yn as Every$1, yt as IsRecord, zn as IsMultipleOf$1, zt as Boolean$1 } from "./dist-CRsUBf24.mjs";
|
|
5
5
|
import "./env-api-keys-24ayFQZr.mjs";
|
|
6
6
|
import { i as getModel, t as AssistantMessageEventStream } from "./event-stream-C7YBbzsc.mjs";
|
|
@@ -901,7 +901,7 @@ function loadGoogleVertexProviderModule() {
|
|
|
901
901
|
return googleVertexProviderModulePromise;
|
|
902
902
|
}
|
|
903
903
|
function loadMistralProviderModule() {
|
|
904
|
-
mistralProviderModulePromise ||= import("./mistral-
|
|
904
|
+
mistralProviderModulePromise ||= import("./mistral-BsgTgXrv.mjs").then((module) => {
|
|
905
905
|
const provider = module;
|
|
906
906
|
return {
|
|
907
907
|
stream: provider.streamMistral,
|
package/dist/app.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_dist = require("./dist-
|
|
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
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-
|
|
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-
|
|
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) {
|
package/dist/credentials.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_dist = require("./dist-
|
|
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;
|
package/dist/credentials.mjs
CHANGED
|
@@ -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-
|
|
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-
|
|
2589
|
+
//# sourceMappingURL=dist-B2xZReHP.mjs.map
|