eagle-mem 1.4.0 → 1.4.1
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/hooks/user-prompt-submit.sh +10 -0
- package/package.json +1 -1
- package/scripts/style.sh +3 -0
|
@@ -83,9 +83,19 @@ fi
|
|
|
83
83
|
|
|
84
84
|
[ -z "$context" ] && exit 0
|
|
85
85
|
|
|
86
|
+
eagle_ascii=" .~~~~-.
|
|
87
|
+
/ ,__\`)
|
|
88
|
+
| \\o/|'-.
|
|
89
|
+
| / ,\\
|
|
90
|
+
| ('--./
|
|
91
|
+
/ \\
|
|
92
|
+
/ , , , \\
|
|
93
|
+
\`--'--'--'--'"
|
|
94
|
+
|
|
86
95
|
context+="
|
|
87
96
|
IMPORTANT: When Eagle Mem finds relevant memories or code for the user's prompt, briefly mention it at the start of your response: \"Eagle Mem recalled N relevant sessions\" or \"Eagle Mem found related code in [files]\". One line max — then proceed with the answer.
|
|
88
97
|
|
|
98
|
+
$eagle_ascii
|
|
89
99
|
— Eagle Mem (persistent memory across sessions)
|
|
90
100
|
"
|
|
91
101
|
|
package/package.json
CHANGED
package/scripts/style.sh
CHANGED