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 issues with consumption drift. This update follows the public stable release of version 1.0.0 and aims to fix failures that were not caught in the earlier version. The new features enhance the agent's ability to process and utilize recall information effectively.
- ▪Version 1.1.0 was launched 12 hours after the stable release of version 1.0.0.
- ▪The update includes a three-layer fix to improve the agent's recall and consumption of information.
- ▪New features allow the agent to embed relevant content directly into alerts, making them more actionable.
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 26 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).