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
@@ -144696,7 +144696,7 @@ var import_semver = __toESM(require_semver2(), 1);
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/pullfrog",
|
name: "@pullfrog/pullfrog",
|
||||||
version: "0.0.185",
|
version: "0.0.186",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
@@ -150710,7 +150710,7 @@ function buildCommonInputs(ctx) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
function assembleFullPrompt(ctx) {
|
function assembleFullPrompt(ctx) {
|
||||||
const learningsSection = ctx.learnings ? `************* REPO INTELLIGENCE *************
|
const learningsSection = ctx.learnings ? `************* LEARNINGS *************
|
||||||
|
|
||||||
${ctx.learnings}` : "";
|
${ctx.learnings}` : "";
|
||||||
const rawFull = `************* RUNTIME CONTEXT *************
|
const rawFull = `************* RUNTIME CONTEXT *************
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pullfrog/pullfrog",
|
"name": "@pullfrog/pullfrog",
|
||||||
"version": "0.0.185",
|
"version": "0.0.186",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
@@ -41557,7 +41557,7 @@ var core3 = __toESM(require_core(), 1);
|
|||||||
// package.json
|
// package.json
|
||||||
var package_default = {
|
var package_default = {
|
||||||
name: "@pullfrog/pullfrog",
|
name: "@pullfrog/pullfrog",
|
||||||
version: "0.0.185",
|
version: "0.0.186",
|
||||||
type: "module",
|
type: "module",
|
||||||
files: [
|
files: [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
|||||||
@@ -340,7 +340,7 @@ interface AssembleFullPromptInput {
|
|||||||
|
|
||||||
function assembleFullPrompt(ctx: AssembleFullPromptInput): string {
|
function assembleFullPrompt(ctx: AssembleFullPromptInput): string {
|
||||||
const learningsSection = ctx.learnings
|
const learningsSection = ctx.learnings
|
||||||
? `************* REPO INTELLIGENCE *************\n\n${ctx.learnings}`
|
? `************* LEARNINGS *************\n\n${ctx.learnings}`
|
||||||
: "";
|
: "";
|
||||||
|
|
||||||
const rawFull = `************* RUNTIME CONTEXT *************
|
const rawFull = `************* RUNTIME CONTEXT *************
|
||||||
|
|||||||
Reference in New Issue
Block a user