Skip to content

Commit 5ab06c5

Browse files
committed
chore: bump basic-memory main pin
1 parent 20b3017 commit 5ab06c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ For a practical runbook, see [Memory + Task Flow](./MEMORY_TASK_FLOW.md).
1818
1. **Basic Memory CLI** (`bm`) with `watch` command support and native tool commands:
1919
- `bm tool read-note --strip-frontmatter`
2020
- `bm tool edit-note --format json`
21-
- Pinned for testing to commit `9259a7eb59be7aa8a72c3ec20d0740bd19ba9657`
21+
- Pinned for testing to commit `f2683291e478568cdf1676759ed98c70d7cfdac3`
2222
```bash
23-
uv tool install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657' --with 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
23+
uv tool install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@f2683291e478568cdf1676759ed98c70d7cfdac3' --with 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
2424

2525
# Alternative (inside an existing Python environment):
26-
uv pip install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657' 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
26+
uv pip install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@f2683291e478568cdf1676759ed98c70d7cfdac3' 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
2727
```
2828

2929
2. **OpenClaw** with plugin support

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Install dependencies
44
install:
55
bun install
6-
uv tool install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@9259a7eb59be7aa8a72c3ec20d0740bd19ba9657' --with 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
6+
uv tool install 'basic-memory[semantic] @ git+https://github.com/basicmachines-co/basic-memory.git@f2683291e478568cdf1676759ed98c70d7cfdac3' --with 'onnxruntime<1.24; platform_system == "Darwin" and platform_machine == "x86_64"'
77

88
# Setup Basic Memory project
99
setup:

0 commit comments

Comments
 (0)