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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eagle-mem",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Lightweight persistent memory for Claude Code — SQLite + FTS5, no daemon, no bloat",
5
5
  "bin": {
6
6
  "eagle-mem": "bin/eagle-mem"
package/scripts/style.sh CHANGED
@@ -20,6 +20,9 @@ DOT="${DIM}·${RESET}"
20
20
 
21
21
  eagle_header() {
22
22
  echo ""
23
+ echo -e "${CYAN}"
24
+ eagle_art
25
+ echo -e "${RESET}"
23
26
  echo -e " ${BOLD}Eagle Mem${RESET} ${DIM}$1${RESET}"
24
27
  echo -e " ${DIM}─────────────────────────────────────${RESET}"
25
28
  echo ""