Skip to content

Commit 96d2bd5

Browse files
Add Memory Plugin callout to docs landing page and npm badge to memory docs
1 parent 4f10435 commit 96d2bd5

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/features/memory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
`@opencode-manager/memory` is an **optional** OpenCode plugin that stores and recalls project knowledge across sessions using vector embeddings and semantic search.
44

5+
[![npm](https://img.shields.io/npm/v/@opencode-manager/memory)](https://www.npmjs.com/package/@opencode-manager/memory)
6+
57
!!! note "Not Required"
68
This plugin is entirely optional. OpenCode Manager works fully without it — install it only if you want persistent project knowledge and semantic search capabilities.
79

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,15 @@ OpenCode Manager provides a web-based interface for OpenCode AI agents, allowing
3636
- **MCP Servers** - Add local or remote MCP servers with OAuth support
3737
- **Memory Plugin (Optional)** - Persistent project knowledge with semantic search and planning state
3838

39+
!!! tip "Memory Plugin — Persistent Project Knowledge"
40+
Store and retrieve project knowledge across sessions using vector embeddings and semantic search. Works as a standalone plugin with any OpenCode installation.
41+
42+
**[Learn more →](features/memory.md)**
3943

4044
## Next Steps
4145

4246
- [Installation Guide](getting-started/installation.md) - Detailed setup instructions
4347
- [Quick Start](getting-started/quickstart.md) - Get up and running fast
4448
- [Features Overview](features/overview.md) - Explore all features
49+
- [Memory Plugin](features/memory.md) - Persistent project knowledge with semantic search
4550
- [Configuration](configuration/environment.md) - Environment variables and setup

0 commit comments

Comments
 (0)