Fixing the prompts

This commit is contained in:
2026-01-31 19:20:36 -05:00
parent 0cd557a3fe
commit 8691b926fb
12 changed files with 1376 additions and 358 deletions

View File

@@ -7,6 +7,7 @@
// System prompts
export { DEFAULT_SYSTEM_PROMPT } from "@prompts/system/default";
export { AGENTIC_SYSTEM_PROMPT, buildAgenticPrompt } from "@prompts/system/agent";
export { ASK_SYSTEM_PROMPT, buildAskPrompt } from "@prompts/system/ask";
export { PLAN_SYSTEM_PROMPT } from "@prompts/system/planner";
export {
DEBUGGING_SYSTEM_PROMPT,
@@ -15,6 +16,7 @@ export {
export {
CODE_REVIEW_SYSTEM_PROMPT,
CODE_REVIEW_CONTEXT_TEMPLATE,
buildCodeReviewPrompt,
} from "@prompts/system/code-review";
export {
REFACTORING_SYSTEM_PROMPT,