Add Cortex - Persistent AI Memory Extension#924
Add Cortex - Persistent AI Memory Extension#924SKULLFIRE07 wants to merge 2 commits intoaffaan-m:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdded a new "🔮 Cortex — Persistent AI Memory" subsection to README.md describing a zero-config, 3-layer auto-capturing memory system for Claude Code, with installation guidance and links to the GitHub repo and VSCode Marketplace. No code or public API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds a new entry for Cortex — Persistent AI Memory to the
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
CC[Claude Code Session] -->|auto-capture| CX[Cortex Memory Engine]
CX --> WM[Working Memory\nActive session context]
CX --> EM[Episodic Memory\nDecisions & bug history]
CX --> SM[Semantic Memory\nPatterns & learnings]
WM & EM & SM -->|inject context| NS[Next Session]
CX --> VSC[VSCode Extension]
CX --> CLI[CLI]
CX --> MCP[MCP Server]
Reviews (2): Last reviewed commit: "Address review: expand entry format and ..." | Re-trigger Greptile |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
README.md (1)
548-548: Add the VSCode Marketplace link for parity with the PR objective.Nice addition overall. To make this immediately actionable for users, include the Marketplace URL alongside the GitHub link.
📌 Suggested doc tweak
-- [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Claude Code. Auto-captures decisions, patterns, and context into 3-layer memory system. Zero-config VSCode extension + CLI + MCP server. Free. +- [Cortex (GitHub)](https://github.com/SKULLFIRE07/cortex-memory) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=cortex-dev.cortex-ai-memory) - Persistent AI memory for Claude Code. Auto-captures decisions, patterns, and context into a 3-layer memory system. Zero-config VSCode extension + CLI + MCP server. Free.Based on learnings: "Document team/project knowledge in project documentation; use automatic memory for personal debugging notes...; do not duplicate information across locations."
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@README.md` at line 548, The README entry for "Cortex" currently links only to the GitHub repo; add the VSCode Marketplace URL next to the GitHub link so users can install directly from the Marketplace. Update the Cortex list item (the line containing the "[Cortex](https://github.com/SKULLFIRE07/cortex-memory)" link) to include a second link to the extension's Marketplace page (e.g., add "VSCode Marketplace" or "Marketplace" linked to the extension URL) so both GitHub and Marketplace are shown together for parity.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@README.md`:
- Line 548: The README entry for "Cortex" currently links only to the GitHub
repo; add the VSCode Marketplace URL next to the GitHub link so users can
install directly from the Marketplace. Update the Cortex list item (the line
containing the "[Cortex](https://github.com/SKULLFIRE07/cortex-memory)" link) to
include a second link to the extension's Marketplace page (e.g., add "VSCode
Marketplace" or "Marketplace" linked to the extension URL) so both GitHub and
Marketplace are shown together for parity.
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="README.md">
<violation number="1" location="README.md:548">
P2: README newly endorses an externally controlled GitHub repository without vetting, creating a documented supply-chain/trust risk for users.</violation>
</file>
Since this is your first cubic review, here's how it works:
- cubic automatically reviews your code and comments on bugs and improvements
- Teach cubic by replying to its comments. cubic learns from your replies and gets better over time
- Add one-off context when rerunning by tagging
@cubic-dev-aiwith guidance or docs links (includingllms.txt) - Ask questions if you need clarification on any suggestion
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
README.md
Outdated
|
|
||
| ### 🧠 Cortex — Persistent AI Memory | ||
|
|
||
| - [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Claude Code. Auto-captures decisions, patterns, and context into 3-layer memory system. Zero-config VSCode extension + CLI + MCP server. Free. |
There was a problem hiding this comment.
P2: README newly endorses an externally controlled GitHub repository without vetting, creating a documented supply-chain/trust risk for users.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 548:
<comment>README newly endorses an externally controlled GitHub repository without vetting, creating a documented supply-chain/trust risk for users.</comment>
<file context>
@@ -543,6 +543,10 @@ The instinct-based learning system automatically learns your patterns:
+### 🧠 Cortex — Persistent AI Memory
+
+- [Cortex](https://github.com/SKULLFIRE07/cortex-memory) - Persistent AI memory for Claude Code. Auto-captures decisions, patterns, and context into 3-layer memory system. Zero-config VSCode extension + CLI + MCP server. Free.
+
---
</file context>
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="README.md">
<violation number="1" location="README.md:552">
P2: README introduces an installation-oriented link to an unvetted third-party repo/marketplace, which violates team supply-chain safety guidance for user-facing docs.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
|
|
||
| Install the VSCode extension or run the CLI/MCP server standalone. | ||
|
|
||
| [GitHub](https://github.com/SKULLFIRE07/cortex-memory) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=cortex-dev.cortex-ai-memory) |
There was a problem hiding this comment.
P2: README introduces an installation-oriented link to an unvetted third-party repo/marketplace, which violates team supply-chain safety guidance for user-facing docs.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At README.md, line 552:
<comment>README introduces an installation-oriented link to an unvetted third-party repo/marketplace, which violates team supply-chain safety guidance for user-facing docs.</comment>
<file context>
@@ -543,9 +543,13 @@ The instinct-based learning system automatically learns your patterns:
+
+Install the VSCode extension or run the CLI/MCP server standalone.
+
+[GitHub](https://github.com/SKULLFIRE07/cortex-memory) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=cortex-dev.cortex-ai-memory)
---
</file context>
|
thanks, queued for review. |
Cortex gives Claude Code persistent memory across sessions. Auto-captures decisions, patterns, bugs, and context.
Summary by cubic
Add a README section for Cortex — persistent memory for Claude Code. Explains zero-config auto-capture of decisions, patterns, bugs, and context into a 3-layer memory (working, episodic, semantic), with install options (VS Code extension or CLI/MCP) and links to GitHub and the Marketplace.
Written for commit 9018361. Summary will update on new commits.
Summary by CodeRabbit