Skip to content

Commit 8e3755c

Browse files
committed
Merge main into release/v0.16.1
2 parents 3bed899 + 729c5a2 commit 8e3755c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2616
-1292
lines changed

CLAUDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is the documentation website for Basic Memory (`docs.basicmemory.com`), bui
88

99
### What is Basic Memory?
1010

11-
**Basic Memory** is a local-first knowledge management system built on the Model Context Protocol (MCP) that enables persistent AI memory across conversations. Instead of losing valuable insights in conversation history, users build a persistent knowledge base where both human and AI can read, write, and enhance each other's work.
11+
**Basic Memory** is a user-first knowledge management system built on the Model Context Protocol (MCP) that enables persistent AI memory across conversations. Instead of losing valuable insights in conversation history, users build a persistent knowledge base where both human and AI can read, write, and enhance each other's work.
1212

1313
**Repository**: https://github.com/basicmachines-co/basic-memory
1414
**Website**: https://basicmemory.com
@@ -35,12 +35,12 @@ This is the documentation website for Basic Memory (`docs.basicmemory.com`), bui
3535
- Performance optimizations for API and database
3636
- Critical bug fixes for permalink collisions
3737

38-
### Basic Memory Cloud (Upcoming Release)
38+
### Basic Memory Cloud
3939

4040
**Basic Memory Cloud** is a multi-tenant cloud platform that provides hosted Basic Memory instances with subscription billing and authentication.
4141

4242
**Repository**: https://github.com/basicmachines-co/basic-memory-cloud
43-
**Status**: Active development, pre-release
43+
**Status**: public beta
4444

4545
**Architecture**:
4646
- **Web App** (Vue.js + Nuxt) - Frontend with WorkOS AuthKit magic link authentication
@@ -263,4 +263,4 @@ When documenting features:
263263
- **Release Notes**: `gh release view v0.15.0 --repo basicmachines-co/basic-memory`
264264
- **Basic Memory README**: https://github.com/basicmachines-co/basic-memory
265265
- **Cloud README**: https://github.com/basicmachines-co/basic-memory-cloud
266-
- **Cloud CLAUDE.md**: https://github.com/basicmachines-co/basic-memory-cloud/blob/main/CLAUDE.md
266+
- **Cloud CLAUDE.md**: https://github.com/basicmachines-co/basic-memory-cloud/blob/main/CLAUDE.md

astro.config.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ import mermaid from 'astro-mermaid';
99
// https://astro.build/config
1010
export default defineConfig({
1111
integrations: [mdx(), react(), pagefind(), mermaid({
12-
themes: {
13-
light: 'default',
14-
dark: 'base'
15-
},
12+
theme: 'default',
1613
mermaidConfig: {
1714
themeVariables: {
1815
darkMode: true,

0 commit comments

Comments
 (0)