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
GitHub reports the PR as conflicting (mergeable=CONFLICTING, mergeStateStatus=DIRTY). Please rebase or merge main and resolve conflicts first.
pmem connect can overwrite an existing user config if the file is not valid strict JSON. _read_json() returns None on parse failure (src/powermem/cli/commands/connect.py:78), and the caller then writes a fresh config object. For JSONC/commented configs or partially invalid files, this can drop unrelated user settings. Please fail closed on parse errors and ask the user to fix the file, or require an explicit force/overwrite flag.
The automatic capture paths need stronger sensitive-data controls before shipping publicly. apps/opencode-plugin/powermem-capture.ts:226 captures event props including config events, and the Codex hook filter in apps/codex-plugin/hooks/powermem-hook.py:10 only checks a small exact-key list. Please avoid capturing config/env-style events by default, recursively filter common sensitive key patterns such as apiKey and access_token, and keep tool args/output capture bounded.
The marketplace install shape is generally viable; Codex local install smoke testing passed. I did not find hardcoded real credentials or competitor-name residue in the changed files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add first-party plugin and connector support for multiple coding agents:
pmem connectto wire PowerMem MCP into common coding agentsSupported connector commands
pmem connect cursor pmem connect claude-code --with-hooks pmem connect codex pmem connect opencode --with-hooks pmem connect copilot-cli pmem connect continue pmem connect gemini-cli pmem connect qwen pmem connect kiro pmem connect hermes pmem connect pi pmem connect openhuman pmem connect goose pmem connect qoder pmem connect openclaw pmem connect warp pmem connect zed pmem connect droid pmem connect antigravity pmem connect cline pmem connect windsurf pmem connect --allConnector entries launch PowerMem through:
Plugin install examples
Claude Code:
Codex:
Validation
git diff --checkpmem connect cursorpmem connect claude-code --with-hookspmem connect codexpmem connect continuepmem connect goosepmem connect qoderpmem connect openclawCODEX_HOMEinstall smoke test from the Codex plugin commitNo external reference project names are included in branch files or PR text.