Skip to content

feat(app): add toggle to enable/disable memory context in chat - #102

Merged
comppaz merged 1 commit into
mainfrom
feat/memory-context-toggle
Jan 23, 2026
Merged

feat(app): add toggle to enable/disable memory context in chat#102
comppaz merged 1 commit into
mainfrom
feat/memory-context-toggle

Conversation

@comppaz

@comppaz comppaz commented Jan 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add "Memory on/off" toggle inside chat input container
  • Skip automatic RAG retrieval when toggle is off
  • Attached memories still work when toggle is off
  • Toggle defaults to on (current behavior preserved)

Test plan

  • Verify toggle shows "Memory on" by default (subtle styling)
  • Click toggle, verify it shows "Memory off" (red warning styling)
  • Send message with toggle off, verify no memory sources appear
  • Send message with toggle on, verify memories are retrieved
  • Attach a memory manually, toggle off, send message - attached memory should still be used

Closes #99

- Add "Memory on/off" toggle inside chat input container
- Skip automatic RAG retrieval when toggle is off
- Attached memories still work when toggle is off
- Toggle defaults to on (current behavior preserved)

Closes #99
@comppaz
comppaz merged commit c40f37b into main Jan 23, 2026
1 check passed
@comppaz
comppaz deleted the feat/memory-context-toggle branch January 23, 2026 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add toggle to enable/disable memory context in chat

1 participant