-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Description
@MaheshtheDev @Dhravya the fix (#30) merged in #37 is not published in v2.0.5 so we still get a prt_ prefix validation issue in opencode
steps to verify
mkdir -p /tmp/opencode-supermemory-repro
cd /tmp/opencode-supermemory-repro
curl -L https://registry.npmjs.org/opencode-supermemory/-/opencode-supermemory-2.0.5.tgz -o opencode-supermemory-2.0.5.tgz
tar -xzf opencode-supermemory-2.0.5.tgz
grep -n 'supermemory-nudge\|supermemory-context\|prt_supermemory' package/dist/index.js
Expected output
Shows the old IDs, e.g.:
... id: `supermemory-nudge-${Date.now()}`,
... id: `supermemory-context-${Date.now()}`,
and no prt_supermemory.
verify broken in opencode install
First make sure opencode-supermemory is in your OpenCode plugin array, then:
rm -rf ~/.cache/opencode/node_modules/opencode-supermemory
rm -f ~/.cache/opencode/bun.lock
Restart OpenCode, then run:
grep -n 'supermemory-nudge\|supermemory-context\|prt_supermemory' ~/.cache/opencode/node_modules/opencode-supermemory/dist/index.js
Expected output
Again shows:
... id: `supermemory-nudge-${Date.now()}`,
... id: `supermemory-context-${Date.now()}`,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels