Merge knowledgeBase into v1.1.7 - #475
Merged
Merged
Conversation
Keep the L2 crystallization chain and add a parallel RawTurn-to-Skill assign/evolve pipeline for eval replay. Co-authored-by: Cursor <cursoragent@cursor.com>
Keep the product PR free of SpreadsheetBench helpers and assert the real reward → assign/evolve path. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Linux CLI packaging compiles Memory and failed on three type errors from the new assign/evolve wiring. Co-authored-by: Cursor <cursoragent@cursor.com>
Add a BaseSelect component for the share knowledge base dialog with keyboard navigation and outside-click dismissal, refine table row and detail modal styling, and drop the disabled fieldset in favor of aria-busy.
episodes.title and episodes.summary were never written, so the task panel fell back to the first user and assistant messages. Add an episode_title worker job that fills both: a provisional pass after the first turn, a final pass on episode close. Input comes from raw_turns, because a rejected capture decision soft-deletes its L1 and leaves many episodes without one.
Codex stored auto-review prompts and injected context as user turns, so the task panel titled them as real conversations. Drop those turns in the shared rollout parser, and pin episode titles to the desktop language instead of guessing from the transcript.
feat(memory): add parallel RawTurn-to-Skill cluster evolve path
…ibution fix(memory): generate strict failure experience policies
… tabbed detail drawer, drag-drop upload, member count badges - list page: card rows with per-base recall switch (single source of truth, auto-syncs global enabled), share status tags, segmented filters, name search - detail drawer: docs/sharing tabs, drag-drop upload zone, file type icons and status pills, delete moved into overflow menu - settings payload: pass through memberCount from backend Made-with: Proma
- Proxy PATCH /api/knowledge/bases/:id to the backend with name validation - Add owner-only rename entry in the detail drawer menu with a rename dialog - Refresh stale test fixtures (maxBases) and add rename route coverage Made-with: Proma
feat(MEMMY-414, MEMMY-418): add task title and summary generation, fix Codex hooks treating internal prompts as user messages
…ader, MemOS-aligned upload types - two-pane layout: sidebar groups with master recall switch, detail header with per-base recall - unified default cover, dot status indicators, name-only create dialog, add-content menu - keep controls below the window drag region to restore hover/click on macOS frameless - align upload whitelist with MemOS KB spec (pdf/docx/doc/txt/json/md/xml) with clear error text - surface readable server error messages instead of generic failure notice Made-with: Proma
- Folder tree navigation: breadcrumb + back/forward arrows (ima-style), single-click to enter folders - Unified upload entries: all uploads (add-content menu, empty-state CTA, drag-drop, folder import) land in the current folder - Drag-drop overlay shows the destination path; upload result feedback includes the target path - Folder create/rename/move/delete with inline rows, context menu and move dialog - Remove top notice banner, unimplemented menu placeholders, and MemOS wording from KB page Made-with: Proma
…ut tab Remove the community nav item and its popover from the app sidebar, and add a community section (WeCom QR + GitHub/Discord/X/email links) to the About tab in Settings, reusing the existing popover styles. Made-with: Proma
…knowledge-base Co-authored-by: Cursor <cursoragent@cursor.com>
…rsonal-knowledge-base Co-authored-by: Cursor <cursoragent@cursor.com>
feat: add personal knowledge base
syzsunshine219
requested review from
Wang-Daoji,
ZongYue99 and
hijzy
as code owners
September 17, 2026 14:25
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Merge the contents of
origin/knowledgeBaseintov1.1.7.knowledgeBasev1.1.7Validation
git diff --checkpassed.knowledgeBasecontains all commits from the target branch.