feat(memory): curate project context and add collection controls - #486
Merged
Conversation
astyfx
requested review from
png-1105 and
schang124
and removed request for
a team
September 6, 2026 01:45
astyfx
enabled auto-merge (squash)
September 6, 2026 01:45
astyfx
disabled auto-merge
September 6, 2026 01:45
|
| Commit | Scanned at | New | Resolved | Net |
|---|---|---|---|---|
d2b3eac < |
2026-09-06 02:02 UTC | 0 | 0 | 0 |
Last scanned: d2b3eac · 2026-09-06 02:02 UTC
|
| Commit | Scanned at | New | Resolved | Net |
|---|---|---|---|---|
d2b3eac < |
2026-09-06 02:02 UTC | 0 | 0 | 0 |
Last scanned: d2b3eac · 2026-09-06 02:02 UTC
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
Project Memory now keeps curated, bounded knowledge instead of forwarding an expanding list of task notes. Projects can customize candidate collection and reset saved knowledge; the Information panel displays complete memory text with explicit multiline editing.
Changes
Features
Fixes
Test Evidence
bun run build:desktoppassed, including the standardtsc --noEmitgate.git diff --checkpassed.Notes
Schema changes are additive and preserve deletion markers. Cleanup applies only to the selected project, keeps collection settings and cannot erase text already sent to an ongoing provider conversation. Automatic collection still uses the existing summary call and respects its Background AI setting; explicit agent tools remain available.
Rollback uses a normal application rollback; older versions ignore the added settings table and recall-mode column. Older versions do not enforce the new reset cutoff or collection policy. No packaged-application IPC smoke test or live paid provider turn was run; UI validation used an isolated component fixture and persistence was exercised separately.