You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can override this by specifying exact container tags:
244
+
245
+
```jsonc
246
+
{
247
+
// Use a specific container tag for user memories
248
+
"userContainerTag":"my-team-workspace",
249
+
250
+
// Use a specific container tag for project memories
251
+
"projectContainerTag":"my-awesome-project"
252
+
}
253
+
```
254
+
255
+
This is useful when you want to:
256
+
- Share memories across team members (same `userContainerTag`)
257
+
- Sync memories between different machines for the same project
258
+
- Organize memories using your own naming scheme
259
+
- Integrate with existing Supermemory container tags from other tools
260
+
231
261
## Usage with Oh My OpenCode
232
262
233
263
If you're using [Oh My OpenCode](https://github.com/code-yeongyu/oh-my-opencode), disable its built-in auto-compact hook to let supermemory handle context compaction:
0 commit comments