0.0.186
rebrand "Repo intelligence" to "Learnings" with brain icon Made-with: Cursor
This commit is contained in:
committed by
pullfrog[bot]
parent
f1400ffb7c
commit
fcb835d129
@@ -340,7 +340,7 @@ interface AssembleFullPromptInput {
|
||||
|
||||
function assembleFullPrompt(ctx: AssembleFullPromptInput): string {
|
||||
const learningsSection = ctx.learnings
|
||||
? `************* REPO INTELLIGENCE *************\n\n${ctx.learnings}`
|
||||
? `************* LEARNINGS *************\n\n${ctx.learnings}`
|
||||
: "";
|
||||
|
||||
const rawFull = `************* RUNTIME CONTEXT *************
|
||||
|
||||
Reference in New Issue
Block a user