Skip to content

feat: add note to myself mode - #932

Open
jeba57 wants to merge 1 commit into
n4ze3m:mainfrom
jeba57:feature/note-to-myself
Open

feat: add note to myself mode#932
jeba57 wants to merge 1 commit into
n4ze3m:mainfrom
jeba57:feature/note-to-myself

Conversation

@jeba57

@jeba57 jeba57 commented Aug 17, 2026

Copy link
Copy Markdown

Summary

  • Add a "Note to myself" option at the bottom of the AI model dropdown
  • Allow users to write notes without sending a request to an AI provider
  • Keep notes out of the AI conversation context
  • Persist notes in chat history, reusing existing Dexie helpers (no new storage system)
  • Restore notes when reopening a saved chat
  • Respect existing Temporary Chat setting (notes aren't persisted when enabled)
  • Keep normal AI chat behavior unchanged
  • Scope: Side Panel only

Testing

  • Created a note and confirmed no request was sent to Ollama (checked network tab)
  • Confirmed the note appears in the conversation with a distinct visual tag
  • Reopened the chat from history and confirmed the note persisted
  • Sent a normal message afterward and confirmed the note wasn't included in the AI's context
  • Switched back to a real model and confirmed normal Ollama responses still work
  • No new TypeScript errors introduced

Screenshots

image

Fixes #746

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.

feature: blank model / note to myself

1 participant