|
1 | 1 | # StackMemory |
2 | 2 |
|
3 | | -**Lossless, project-scoped memory for AI tools** • v0.5.47 |
| 3 | +**Lossless, project-scoped memory for AI tools** • v0.5.50 |
4 | 4 |
|
5 | 5 | StackMemory is a **production-ready memory runtime** for AI coding tools that preserves full project context across sessions: |
6 | 6 |
|
@@ -488,14 +488,25 @@ stackmemory mcp-server [--port 3001] |
488 | 488 | - Hosted: **Private beta** |
489 | 489 | - OSS mirror: **Production ready** |
490 | 490 | - MCP integration: **Stable** |
491 | | -- CLI: **v0.5.47** - Zero-config setup, diagnostics, full task/context/Linear management |
| 491 | +- CLI: **v0.5.50** - Zero-config setup, diagnostics, full task/context/Linear management |
492 | 492 | - Two-tier storage: **Complete** |
493 | | -- Test Suite: **490 tests passing** |
| 493 | +- Test Suite: **480 tests passing** |
494 | 494 |
|
495 | 495 | --- |
496 | 496 |
|
497 | 497 | ## Changelog |
498 | 498 |
|
| 499 | +### v0.5.50 (2026-01-28) |
| 500 | +- **Sweep next-edit predictions**: PTY wrapper displays predicted edits as a status bar in Claude Code sessions. Tab to accept, Esc to dismiss. Powered by llama-server via PostToolUse hooks. |
| 501 | + - `claude-sm --sweep` (default: on) or `stackmemory sweep wrap` |
| 502 | + - Optional dependency: `npm install node-pty` |
| 503 | + - Components: state-watcher, status-bar, tab-interceptor, pty-wrapper |
| 504 | +- **Greptile AI code review**: Auto-registers Greptile MCP server for codebase-aware code review. |
| 505 | + - `claude-sm --greptile` (default: on) |
| 506 | + - Requires `GREPTILE_API_KEY` in `.env` |
| 507 | + - Tools: `index_repository`, `query_repository`, `get_repository_info` |
| 508 | +- **Feature flags**: Added `greptile` feature flag to `feature-flags.ts` |
| 509 | + |
499 | 510 | ### v0.5.47 (2026-01-27) |
500 | 511 | - **Graceful database failures**: Handles native module version mismatches |
501 | 512 | - **Suppress dotenv logs**: Cleaner terminal output |
|
0 commit comments