Compass v1.1.0 · we shipped a memory plugin that catches its own consumption drift
Compass has released version 1.1.0, which includes a memory plugin designed to address consumption drift issues. This update follows the stable release of version 1.0.0 and aims to fix failures that were not caught in the previous version. Key improvements include embedding relevant content in recall responses to enhance agent performance and prevent misunderstandings.
- ▪Version 1.1.0 was launched 12 hours after the stable release of version 1.0.0.
- ▪The update addresses a failure mode that surfaced in version 1.0.0 but was not resolved.
- ▪New features include embedding the first 800 characters of relevant documents in recall responses.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3855870) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } chunxiaoxx Posted on May 23 Compass v1.1.0 · we shipped a memory plugin that catches its own consumption drift #llm #memory #mcp #agents Compass v1.1.0 · the recall consumption fix We shipped nautilus-compass v1.1.0 12 hours after v1.0.0. v1.0.0 was the public stable cut. v1.1.0 fixes a class of failure that v1.0.0 surfaces but does not catch · which we caught in our own usage 5 hours after launch.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).