Skip to content

Commit 0ad8e58

Browse files
docs: update README to v0.5.50 with Sweep and Greptile integration
- Sweep PTY wrapper for next-edit predictions (optional node-pty) - Greptile MCP server auto-registration for AI code review - Feature flag for Greptile (GREPTILE_API_KEY) - Version bump to 0.5.50
1 parent 993b031 commit 0ad8e58

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# StackMemory
22

3-
**Lossless, project-scoped memory for AI tools** • v0.5.47
3+
**Lossless, project-scoped memory for AI tools** • v0.5.50
44

55
StackMemory is a **production-ready memory runtime** for AI coding tools that preserves full project context across sessions:
66

@@ -488,14 +488,25 @@ stackmemory mcp-server [--port 3001]
488488
- Hosted: **Private beta**
489489
- OSS mirror: **Production ready**
490490
- 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
492492
- Two-tier storage: **Complete**
493-
- Test Suite: **490 tests passing**
493+
- Test Suite: **480 tests passing**
494494

495495
---
496496

497497
## Changelog
498498

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+
499510
### v0.5.47 (2026-01-27)
500511
- **Graceful database failures**: Handles native module version mismatches
501512
- **Suppress dotenv logs**: Cleaner terminal output

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackmemoryai/stackmemory",
3-
"version": "0.5.49",
3+
"version": "0.5.50",
44
"description": "Lossless memory runtime for AI coding tools - organizes context as a call stack instead of linear chat logs, with team collaboration and infinite retention",
55
"engines": {
66
"node": ">=20.0.0",

0 commit comments

Comments
 (0)