@keystrokehq/cli 0.1.42 → 0.1.43
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-DyolGwEN.mjs → dist-8dMGGwLh.mjs} +9 -7
- package/dist/{dist-DyolGwEN.mjs.map → dist-8dMGGwLh.mjs.map} +1 -1
- package/dist/dist-C7qKTDlJ.mjs +3 -0
- package/dist/{dist-B6BnbpYS.mjs → dist-CU5W5V2Z.mjs} +3 -3
- package/dist/{dist-B6BnbpYS.mjs.map → dist-CU5W5V2Z.mjs.map} +1 -1
- package/dist/dist-DtDJareY.mjs.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/dist-D0a19_dc.mjs +0 -3
|
@@ -20572,29 +20572,31 @@ registerWorkflowRunGetter(() => {
|
|
|
20572
20572
|
};
|
|
20573
20573
|
});
|
|
20574
20574
|
new AsyncLocalStorage();
|
|
20575
|
+
object({ title: string().max(120).describe("A short, clear chat title in title case; specific, no quotes or emojis") });
|
|
20575
20576
|
[
|
|
20576
20577
|
"You are an expert chat title generator.",
|
|
20577
20578
|
"",
|
|
20578
|
-
"
|
|
20579
|
+
"Do not overthink this. Read the user's opening message and respond immediately with a concise title.",
|
|
20580
|
+
"",
|
|
20581
|
+
"Given the initial user message, generate a short, clear, and natural title (max 6-8 words) that captures the main topic or goal.",
|
|
20579
20582
|
"",
|
|
20580
20583
|
"Rules:",
|
|
20581
20584
|
"- Be specific and descriptive; avoid vague titles like \"Conversation\" or \"Question\"",
|
|
20582
20585
|
"- Prefer action-oriented or outcome-focused phrasing when possible",
|
|
20583
20586
|
"- Use title case",
|
|
20584
|
-
"- Keep it under
|
|
20587
|
+
"- Keep it under 120 characters when possible",
|
|
20585
20588
|
"- Do not use quotes or emojis",
|
|
20586
|
-
"- Return ONLY the title, nothing else",
|
|
20587
20589
|
"",
|
|
20588
20590
|
"Examples:",
|
|
20589
20591
|
"",
|
|
20590
20592
|
"User: How do I set up a new Next.js project with TypeScript?",
|
|
20591
|
-
"
|
|
20593
|
+
"Title: Setting Up Next.js Project with TypeScript",
|
|
20592
20594
|
"",
|
|
20593
20595
|
"User: Help me debug this React hook that's causing infinite re-renders. Here's the code...",
|
|
20594
|
-
"
|
|
20596
|
+
"Title: Debugging Infinite Re-render in React Hook",
|
|
20595
20597
|
"",
|
|
20596
20598
|
"User: Write a cold email sequence for fundraising from YC alums",
|
|
20597
|
-
"
|
|
20599
|
+
"Title: YC Alumni Fundraising Cold Email Sequence"
|
|
20598
20600
|
].join("\n");
|
|
20599
20601
|
object({ message: string().describe("Task or question for the subagent") });
|
|
20600
20602
|
const STATIC_MODEL_IDS = new Set([
|
|
@@ -30731,4 +30733,4 @@ async function emitStoredRouteManifestForProject(projectRoot) {
|
|
|
30731
30733
|
//#endregion
|
|
30732
30734
|
export { validatePollGroups as A, attachmentSlugFromRecord as B, pollRouteFromSourceSlug as C, validateAttachmentTargets as D, toStoredRouteManifest as E, webhookManifestAttachmentSchemasFromBindings as F, packAssetDirs as G, computeCallSiteIds as H, webhookMatchSchemaForBindings as I, entryIdFromFile as J, discoverEntries as K, webhookRouteFromEndpoint as L, validateTriggerAttachments as M, validateUniqueAttachmentSlugs as N, validateImportedTriggerAttachment as O, validateUniqueTriggerSourceSlugs as P, walkTypeScriptFiles as Q, workflowKeyForAttachment as R, pollGroupRouteFromId as S, serializeRouteManifest as T, diagnoseWorkflowSource as U, classifyCall as V, locateWorkflow as W, shouldSkipKeystrokeModuleFile as X, readKeystrokeIgnoreDirective as Y, validateUniqueModuleKeys as Z, importAgentDefinition as _, buildStoredRouteManifestForProject as a, persistStoredRouteManifest as b, collectAgentAppSlugs as c, discoverAgentEntries as d, discoverSkillManifestEntries as f, emitStoredRouteManifestForProject as g, discoverWorkflows as h, buildPollGroups as i, validateProjectModules as j, validateImportedWorkflowDefinition as k, collectAgentToolSlugs as l, discoverWorkflowEntries as m, agentManifestEntry as n, buildStoredRouteManifestFromContext as o, discoverTriggerAttachments as p, discoverModuleFileEntries as q, agentRouteFromKey as r, buildWebhookBindingsByRoute as s, agentKeyForAttachment as t, countAgentCredentials as u, importTriggerAttachments as v, schemaToJson as w, pollGroupId as x, importWorkflowDefinition as y, workflowRouteFromKey as z };
|
|
30733
30735
|
|
|
30734
|
-
//# sourceMappingURL=dist-
|
|
30736
|
+
//# sourceMappingURL=dist-8dMGGwLh.mjs.map
|