feat: add ability to select exact containerTag#24
Conversation
Users can now specify exact containerTag values via config options: - userContainerTag: Override auto-generated user tag - projectContainerTag: Override auto-generated project tag This allows users to: - Share memories across team members - Sync memories between different machines - Use custom naming schemes - Integrate with existing Supermemory container tags Maintains backward compatibility with containerTagPrefix. Closes #22 Co-authored-by: Dhravya Shah <Dhravya@users.noreply.github.com>
|
@claude can you also update the docs in https://github.com/supermemoryai/supermemory to reflect this change |
|
Claude finished @Dhravya's task in 29s —— View job Task Summary
ResponseI'm unable to update the documentation in the What needs to be documentedBased on the changes in this PR, the New config options:
Use cases to highlight:
Example configuration: {
"userContainerTag": "my-team-workspace",
"projectContainerTag": "my-awesome-project"
}Recommended next stepsYou can either:
The relevant documentation in this PR's README (lines 217-259) provides a good template for what should be added to the main Supermemory docs. | |
|
@claude update yourself to be able to commit and send PRs to other repositories in supermemoryai github org |
|
Claude finished @Dhravya's task in 32s —— View job Task Summary
Understanding the LimitationI cannot update my own permissions or grant myself access to other repositories. My access is controlled by the GitHub App installation and the permissions configured by repository/organization administrators. Why I Can't Access Other RepositoriesMy capabilities are determined by:
How to Enable Cross-Repository AccessTo allow me to work on other repositories in the
Alternative Solutions for the Documentation UpdateSince I currently only have access to Option 1: Manual Update
Option 2: Create an Issue
Option 3: Grant Me Access (Recommended)
What Needs to be DocumentedFor reference, here's what should be added to the main Supermemory docs: New configuration options: {
// Override auto-generated user container tag
"userContainerTag": "my-team-workspace",
// Override auto-generated project container tag
"projectContainerTag": "my-awesome-project"
}Use cases:
|
Adds the ability for users to specify exact containerTag values via configuration, similar to claude-code and OpenClaw plugins.
Changes
userContainerTagconfig option to override auto-generated user tagprojectContainerTagconfig option to override auto-generated project tagcontainerTagPrefixBenefits
Closes #22
Generated with Claude Code) | View branch | [View job run](https://github.com/supermemoryai/opencode-supermemory/actions/runs/22080803416