SpeedyFoxAi
  • Joined on 2026-02-23
SpeedyFoxAi renamed repository from true-recall-base to SpeedyFoxAi/openclaw-true-recall-base 2026-03-04 11:57:22 -06:00
SpeedyFoxAi pushed to main at SpeedyFoxAi/jarvis-memory 2026-03-04 10:42:07 -06:00
31114fa88d docs: add deprecation notice - use true-recall-base instead
SpeedyFoxAi pushed to master at SpeedyFoxAi/openclaw-true-recall-base 2026-03-04 10:31:56 -06:00
e51a963e35 docs: add v1.2 patching/update instructions to README
SpeedyFoxAi closed issue SpeedyFoxAi/openclaw-true-recall-base#1 2026-03-04 10:15:57 -06:00
[RESOLVED] Session file detection picks wrong file with multiple active sessions
SpeedyFoxAi opened issue SpeedyFoxAi/openclaw-true-recall-base#1 2026-03-04 10:15:30 -06:00
[RESOLVED] Session file detection picks wrong file with multiple active sessions
SpeedyFoxAi pushed to master at SpeedyFoxAi/openclaw-true-recall-base 2026-03-04 10:14:17 -06:00
23d9f3b36b feat: update watcher with priority-based session file detection
SpeedyFoxAi commented on issue SpeedyFoxAi/jarvis-memory#4 2026-02-28 19:21:59 -06:00
BUG: Watcher fails to follow session rotation on /new or /reset

Fixed in v1.2.0

The session rotation bug has been resolved:

  • Watcher now correctly follows /new and /reset
  • Tested: 64 lines captured in current session
  • Qdrant: 14,653 points (+12…
SpeedyFoxAi closed issue SpeedyFoxAi/jarvis-memory#4 2026-02-28 19:21:54 -06:00
BUG: Watcher fails to follow session rotation on /new or /reset
SpeedyFoxAi opened issue SpeedyFoxAi/jarvis-memory#4 2026-02-28 19:21:51 -06:00
BUG: Watcher fails to follow session rotation on /new or /reset
SpeedyFoxAi pushed tag v1.2.0 to SpeedyFoxAi/jarvis-memory 2026-02-28 19:21:09 -06:00
SpeedyFoxAi pushed to master at SpeedyFoxAi/jarvis-memory 2026-02-28 19:21:04 -06:00
5c2014cb11 Fix: Proper session rotation detection (v1.2)
SpeedyFoxAi closed issue SpeedyFoxAi/jarvis-memory#3 2026-02-28 17:09:36 -06:00
BUG: SESSIONS_DIR hardcoded, cannot customize path
SpeedyFoxAi commented on issue SpeedyFoxAi/jarvis-memory#3 2026-02-28 17:09:36 -06:00
BUG: SESSIONS_DIR hardcoded, cannot customize path

FIX IMPLEMENTED AND PUSHED

Commit: a053ec1 - fix: SESSIONS_DIR env var and config dimension docs

Detailed Fix Steps:

Code Change

In watcher/realtime_qdrant_watcher.py:

**Befor…

SpeedyFoxAi closed issue SpeedyFoxAi/jarvis-memory#2 2026-02-28 17:09:36 -06:00
BUG: Documentation shows 768 dimensions for snowflake-arctic-embed2, actual is 1024
SpeedyFoxAi commented on issue SpeedyFoxAi/jarvis-memory#2 2026-02-28 17:09:36 -06:00
BUG: Documentation shows 768 dimensions for snowflake-arctic-embed2, actual is 1024

FIX IMPLEMENTED AND PUSHED

Commit: 1c24618 - docs: Add Gotchas section - embedding dimensions and hardcoded paths

Detailed Fix Steps:

Files Changed

  1. README.md - Line 42:…
SpeedyFoxAi opened issue SpeedyFoxAi/jarvis-memory#3 2026-02-28 17:09:15 -06:00
BUG: SESSIONS_DIR hardcoded, cannot customize path
SpeedyFoxAi opened issue SpeedyFoxAi/jarvis-memory#2 2026-02-28 17:09:14 -06:00
BUG: Documentation shows 768 dimensions for snowflake-arctic-embed2, actual is 1024
SpeedyFoxAi closed issue SpeedyFoxAi/jarvis-memory#1 2026-02-28 17:06:45 -06:00
BUG: Watcher stays stuck on first session, missing data when sessions rotate
SpeedyFoxAi commented on issue SpeedyFoxAi/jarvis-memory#1 2026-02-28 17:06:45 -06:00
BUG: Watcher stays stuck on first session, missing data when sessions rotate

FIX IMPLEMENTED AND PUSHED

Commit: 70f5aec - Fix: Add session rotation detection (v1.1)

Detailed Fix Steps:

Root Cause

watch_session() entered infinite loop and never…

SpeedyFoxAi pushed to master at SpeedyFoxAi/jarvis-memory 2026-02-28 17:05:48 -06:00
a053ec1c3d fix: SESSIONS_DIR env var and config dimension docs