Skip to content

feature(UI): Delete memories from Cloud UI dashboard #681 - #805

Draft
Dharmikas wants to merge 2 commits into
Gentleman-Programming:mainfrom
Dharmikas:main
Draft

feature(UI): Delete memories from Cloud UI dashboard #681#805
Dharmikas wants to merge 2 commits into
Gentleman-Programming:mainfrom
Dharmikas:main

Conversation

@Dharmikas

@Dharmikas Dharmikas commented Aug 26, 2026

Copy link
Copy Markdown

🔗 Linked Issue

Closes #681


🏷️ PR Type

  • type:bug — Bug fix
  • type:feature — New feature
  • type:docs — Documentation only
  • type:refactor — Code refactoring
  • type:chore — Maintenance, dependencies, tooling
  • type:breaking-change — Breaking change

📝 Summary

  • Adds the ability to delete memories directly from the Cloud UI dashboard.
  • Makes memory cleanup faster and avoids requiring CLI commands.

📂 Changes

Area Change
Cloud UI dashboard Added a delete action for memories
Memory management Connected the dashboard action to memory deletion

🧪 Test Plan

  • Unit tests pass locally: go test ./...
  • E2E tests pass locally: go test -tags e2e ./internal/server/...
  • Manually verified deleting a memory from the Cloud UI dashboard

🤖 Automated Checks

All repository checks must pass before merge.

✅ Contributor Checklist

  • I linked issue 681 with Closes #681
  • I added the type:feature label to this PR
  • I ran unit tests locally
  • I ran E2E tests locally
  • Docs updated if needed
  • Commits follow conventional commit format
  • No Co-Authored-By trailers in commits

@coderabbitai

coderabbitai Bot commented Aug 26, 2026

Copy link
Copy Markdown

Important

Draft PR not reviewed

Draft PRs are not automatically reviewed by default.

  • Trigger a manual review

To automatically review draft PRs, update your CodeRabbit configuration:

reviews:
  auto_review:
    drafts: true

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

…bles in the shared cmd test helper. That keeps project/cloud config tests from accidentally picking up the host shell’s ENGRAM_PROJECT and ENGRAM_CLOUD_SERVER values, which was causing the suite to fail under this environment.
@dnlrsls dnlrsls added the type:feature New feature label Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:feature New feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete memories from Cloud UI dashboard

2 participants