Bi-temporal memory backed by a SodaMem daemon: recall is contributed to the prompt while each turn is assembled and every closed turn is ingested, with no tool call and no model call on the read path; each recalled fact cites the turn it came from and carries validity dates, so superseded facts stop being retrieved.
Send the GitHub link to DSH, Codex, or another agent. Ask it to explain the purpose, access, installation, and removal steps, then wait for your approval before running commands. Paste the README if it cannot open the link.
dsh plugin --profile web add dsh-plugin-sodamem
This command comes from the community plugin list. Open the repository and check the setup steps and scripts before running it.
View the raw directory data
These are the original fields from the community list, kept here so you can compare them with the GitHub repository.
Raw data1 file
registry-record.jsonread only
registry-record.jsonCheck against GitHub before use
{
"name": "dsh-plugin-sodamem",
"owner": "SodaMem",
"category": "memory",
"description": "Bi-temporal memory backed by a SodaMem daemon: recall is contributed to the prompt while each turn is assembled and every closed turn is ingested, with no tool call and no model call on the read path; each recalled fact cites the turn it came from and carries validity dates, so superseded facts stop being retrieved.",
"install": "dsh plugin --profile web add dsh-plugin-sodamem",
"npm": "dsh-plugin-sodamem",
"stars": 0,
"added": "2026-08-18",
"source": "registry"
}
Check these before installing
See which files it changes, which websites or API keys it can access, which install scripts it runs, and whether it has a license and removal steps. GitHub stars only show attention.