@keystrokehq/cli 0.1.18 → 0.1.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/{dist-DR8DYUc4.mjs → dist-5F59cW3X.mjs} +3 -3
- package/dist/dist-5F59cW3X.mjs.map +1 -0
- package/dist/{dist-BaOUOcKY.mjs → dist-BYODo4g3.mjs} +2103 -1498
- package/dist/dist-BYODo4g3.mjs.map +1 -0
- package/dist/dist-CJ2FFTtR.mjs +3 -0
- package/dist/{dist-CNZVjlhC.mjs → dist-DmqYCJqU.mjs} +5 -2
- package/dist/{dist-CNZVjlhC.mjs.map → dist-DmqYCJqU.mjs.map} +1 -1
- package/dist/{dist-RRjysgkw.mjs → dist-QE1G9hAR.mjs} +2 -2
- package/dist/{dist-RRjysgkw.mjs.map → dist-QE1G9hAR.mjs.map} +1 -1
- package/dist/index.mjs +11 -11
- package/dist/index.mjs.map +1 -1
- package/dist/{maybe-auto-update-BNvizwom.mjs → maybe-auto-update-DVsgC8Cq.mjs} +2 -2
- package/dist/{maybe-auto-update-BNvizwom.mjs.map → maybe-auto-update-DVsgC8Cq.mjs.map} +1 -1
- package/dist/skills-bundle/_AGENTS.md +2 -0
- package/dist/skills-bundle/skills/keystroke-agents/SKILL.md +2 -2
- package/dist/skills-bundle/skills/keystroke-agents/references/tools-mcp-codemode.md +2 -2
- package/dist/skills-bundle/skills/keystroke-cli/SKILL.md +13 -0
- package/dist/skills-bundle/skills/keystroke-workflows/SKILL.md +1 -1
- package/dist/skills-bundle/skills/keystroke-workflows/references/authoring.md +3 -3
- package/dist/templates/hello-world/src/agents/hello.ts +1 -1
- package/dist/{version-Dv-7vfQn.mjs → version-BudDbxko.mjs} +2 -2
- package/dist/{version-Dv-7vfQn.mjs.map → version-BudDbxko.mjs.map} +1 -1
- package/package.json +1 -2
- package/dist/dist-BaOUOcKY.mjs.map +0 -1
- package/dist/dist-DR8DYUc4.mjs.map +0 -1
- package/dist/dist-Wchlpwl7.mjs +0 -3
|
@@ -5455,6 +5455,8 @@ function listenPortFromPublicUrl(value, fallback) {
|
|
|
5455
5455
|
}
|
|
5456
5456
|
}
|
|
5457
5457
|
const LOCAL_PLATFORM_ORIGIN = "http://localhost:3002";
|
|
5458
|
+
/** Default production platform origin when no env override is set. */
|
|
5459
|
+
const DEFAULT_CLOUD_PLATFORM_ORIGIN = "https://api.keystroke.ai";
|
|
5458
5460
|
/** Reads `PUBLIC_PLATFORM_URL` when explicitly set. */
|
|
5459
5461
|
function resolveExplicitPublicPlatformOrigin(env = process.env) {
|
|
5460
5462
|
return env.PUBLIC_PLATFORM_URL?.replace(/\/$/, "") || void 0;
|
|
@@ -6482,6 +6484,7 @@ const SubmitMarketingContactRequestSchema = object({
|
|
|
6482
6484
|
/** Honeypot — must stay empty; bots that fill it are ignored silently. */
|
|
6483
6485
|
companyWebsite: string().optional()
|
|
6484
6486
|
});
|
|
6487
|
+
const PublicModelsResponseSchema = object({ models: array(string()) });
|
|
6485
6488
|
function isCredentialInput(value) {
|
|
6486
6489
|
if (typeof value !== "object" || value === null) return false;
|
|
6487
6490
|
const candidate = value;
|
|
@@ -7765,6 +7768,6 @@ const ListAgentWorkspaceFilesResponseSchema = object({ files: array(object({
|
|
|
7765
7768
|
path: string().min(1)
|
|
7766
7769
|
})) });
|
|
7767
7770
|
//#endregion
|
|
7768
|
-
export {
|
|
7771
|
+
export { HealthResponseSchema as $, _enum as $n, StartKeystrokeConnectionResultSchema as $t, CreateCustomAppRequestSchema as A, WorkflowSummaryDetailResponseSchema as An, PresignChatAttachmentResponseSchema as At, CredentialConsumerListQuerySchema as B, detectProjectPackageManagerFromSnapshot as Bn, ProjectSettingsResponseSchema as Bt, ConnectAuthorizeUrlResponseSchema as C, UserAvatarPatchSchema as Cn, OpenApiDiscoverResponseSchema as Ct, CreateCredentialInstanceBodySchema as D, WorkflowRunDetailResponseSchema as Dn, PROJECT_REACHABILITY_REQUEST_TIMEOUT_MS as Dt, CreateApiKeyResponseSchema as E, UserPreferencesSchema as En, PROJECT_PULL_STATE_RELATIVE_PATH as Et, CreateProjectRequestSchema as F, WorkspaceTriggerOverviewSchema as Fn, PresignUserAvatarRequestSchema as Ft, DeclineOrganizationInvitationResponseSchema as G, parseAppSlug as Gn, QueuedAgentPromptResponseSchema as Gt, CredentialInstanceListResponseSchema as H, listenPortFromPublicUrl as Hn, PromptInputSchema as Ht, CreateProjectResponseSchema as I, WorkspaceTriggerRunListResponseSchema as In, PresignUserAvatarResponseSchema as It, ErrorResponseSchema as J, resolveConnectAppSlug as Jn, RecentResourceListResponseSchema as Jt, DownloadActiveProjectArtifactResponseSchema as K, parseErrorResponse as Kn, QueuedRunResponseSchema as Kt, CredentialAssignmentListQuerySchema as L, buildConnectDeeplink as Ln, ProjectPullStateSchema as Lt, CreateOrganizationRequestSchema as M, WorkspaceTriggerDetailSchema as Mn, PresignOrgLogoResponseSchema as Mt, CreateOrganizationResponseSchema as N, WorkspaceTriggerFileSchema as Nn, PresignProjectSourceRequestSchema as Nt, CreateCredentialsRequestSchema as O, WorkflowRunHooksResponseSchema as On, PollRunResponseSchema as Ot, CreateProjectArtifactResponseSchema as P, WorkspaceTriggerListResponseSchema as Pn, PresignProjectSourceResponseSchema as Pt, GraphqlDiscoverResponseSchema as Q, ZodType as Qn, StartKeystrokeConnectionInputSchema as Qt, CredentialAssignmentListResponseSchema as R, credentialInputSchema as Rn, ProjectReachabilityResponseSchema as Rt, CompleteProjectArtifactResponseSchema as S, UpsertGatewayAttachmentBodySchema as Sn, McpDiscoverResponseSchema as St, CreateApiKeyRequestSchema as T, UserPreferencesPatchSchema as Tn, OrganizationSidebarBrandingSchema as Tt, CredentialInstanceRecordSchema as U, normalizeCredentialList as Un, PromptResponseSchema as Ut, CredentialConsumerListResponseSchema as V, isAcceptableInstallExit as Vn, ProjectSlugAvailabilityResponseSchema as Vt, DEFAULT_CLOUD_PLATFORM_ORIGIN as W, originFromPublicUrl as Wn, PublicModelsResponseSchema as Wt, GetCredentialResponseSchema as X, slugifyAppName as Xn, SkillSummaryListResponseSchema as Xt, GatewayAttachmentRecordSchema as Y, resolvePublicPlatformOrigin as Yn, SkillSummaryDetailResponseSchema as Yt, GetCustomAppResponseSchema as Z, number as Zn, SlugAvailabilityResponseSchema as Zt, ChannelAccountListResponseSchema as _, UpdateProjectMemberResponseSchema as _n, unknown as _r, ListProjectDeploymentsResponseSchema as _t, AgentSessionDetailResponseSchema as a, SubmitTeamRequestRequestSchema as an, custom as ar, InviteOrganizationMembersResponseSchema as at, ChannelDirectoryListResponseSchema as b, UploadProjectSourceManifestRequestSchema as bn, toJSONSchema as br, ListProjectMetricsResponseSchema as bt, AgentSummaryListResponseSchema as c, TriggerRunDetailResponseSchema as cn, literal as cr, LOCAL_PLATFORM_ORIGIN as ct, AssignCredentialBodySchema as d, UpdateCredentialInstanceBodySchema as dn, object as dr, ListApiKeysResponseSchema as dt, StartMcpOAuthConnectionInputSchema as en, _function as er, HistoryRunCancelResponseSchema as et, BindChannelBodySchema as f, UpdateCredentialRequestSchema as fn, optional as fr, ListAppsResponseSchema as ft, CatalogAppsPageResponseSchema as g, UpdateProjectMemberRequestSchema as gn, union as gr, ListOrganizationsResponseSchema as gt, CatalogAppDetailResponseSchema as h, UpdateOrganizationRequestSchema as hn, string as hr, ListOrganizationMembersResponseSchema as ht, AgentSessionChatStateResponseSchema as i, SubmitMarketingContactRequestSchema as in, boolean as ir, InviteOrganizationMembersRequestSchema as it, CreateCustomAppResponseSchema as j, WorkflowSummaryListResponseSchema as jn, PresignOrgLogoRequestSchema as jt, CreateCredentialsResponseSchema as k, WorkflowRunListResponseSchema as kn, PresignChatAttachmentRequestSchema as kt, AgentTriggerSummaryListResponseSchema as l, TriggerRunListResponseSchema as ln, looseObject as lr, ListAgentMemoryFilesResponseSchema as lt, CatalogActionsPageResponseSchema as m, UpdateOrganizationMemberResponseSchema as mn, record as mr, ListOrganizationInvitationsResponseSchema as mt, AcceptOrganizationInvitationResponseSchema as n, StartOAuthConnectionInputSchema as nn, any as nr, HistoryRunListQuerySchema as nt, AgentSessionListResponseSchema as o, TriggerDetailResponseSchema as on, discriminatedUnion as or, InviteProjectMembersRequestSchema as ot, CatalogActionDetailResponseSchema as p, UpdateOrganizationMemberRequestSchema as pn, preprocess as pr, ListCredentialsResponseSchema as pt, DownloadActiveProjectSourceResponseSchema as q, parseStoredRouteManifest as qn, ROUTE_MANIFEST_REL_PATH as qt, ActiveOrganizationResponseSchema as r, StartOAuthConnectionResultSchema as rn, array as rr, HistoryRunListResponseSchema as rt, AgentSummaryDetailResponseSchema as s, TriggerListResponseSchema as sn, intersection as sr, InviteProjectMembersResponseSchema as st, ACTIVE_ORG_HEADER as t, StartMcpOAuthConnectionResultSchema as tn, _null as tr, HistoryRunDetailResponseSchema as tt, AppSlugAvailabilityResponseSchema as u, UpdateChannelBindingBodySchema as un, number$1 as ur, ListAgentWorkspaceFilesResponseSchema as ut, ChannelConnectionListResponseSchema as v, UpdateProjectRequestSchema as vn, url as vr, ListProjectFilesResponseSchema as vt, ConnectProvidersResponseSchema as w, UserAvatarSchema as wn, OrganizationSidebarBrandingPatchSchema as wt, ChannelPlatformSchema as x, UploadProjectSourceResponseSchema as xn, NEVER as xr, ListProjectsResponseSchema as xt, ChannelConnectionSchema as y, UpdateProjectSettingsRequestSchema as yn, datetime as yr, ListProjectMembersResponseSchema as yt, CredentialAssignmentRecordSchema as z, deriveCustomAppDisplay as zn, ProjectResponseSchema as zt };
|
|
7769
7772
|
|
|
7770
|
-
//# sourceMappingURL=dist-
|
|
7773
|
+
//# sourceMappingURL=dist-DmqYCJqU.mjs.map
|