חזרה לפיד
newsמקור: Reddit — r/Cursor5.9.2026

פתרון לבלימת הקונטקסט ב-Cursor: זיכרון מתמשך מבוסס Git

[Tool] Stop .cursorrules context bloat: We built Git-native persistent memory with native MCP for Cursor (pure Go, zero deps)

$cat article.txt

>כלי חדש פותח כדי לטפל בבעיית בלימת הקונטקסט (context bloat) בקובצי .cursorrules גדולים, הגורמת לירידה במיקוד המודל. הפתרון מאפשר זיכרון…

◆ סיכום AI

כלי חדש פותח כדי לטפל בבעיית בלימת הקונטקסט (context bloat) בקובצי .cursorrules גדולים, הגורמת לירידה במיקוד המודל. הפתרון מאפשר זיכרון מתמשך מבוסס Git, ומונע מהמודלים לאבד את המידע החשוב על ארכיטקטורת הפרויקט.

# מהמקור

Hey r/cursor ! If you use Cursor heavily on larger codebases, you've probably hit the context bloat problem : To make Cursor remember architectural decisions, library quirks, and project rules across chats, people usually cram everything into .cursorrules or monolithic docs. But as those files grow past 5k–10k tokens: Model focus degrades : Large instructions cause "lost-in-the-middle" attention degradation. Context window gets wasted : You burn a huge chunk of your prompt budget on instructions that aren't even relevant to the current file or task. External vector DBs are overkill : Running Dock

#llm-context#git-integration#ai-productivity#codebase-management
קרא במקור