Skip to main content

History Menu

❓What is the History Menu?

Allows you to search for and continue past conversations.

tip

AI Pals Engine tidies up your history entries if they pile up. The default is 250 entries, but this can be changed in Settings → History. To make sure your conversation doesn't get deleted, add it to a category via right-click → Add to category.

🔍 Search Syntax Summary

You can type the following into the search box:

SyntaxMeaningExampleMatches
wordSearch for a single wordbananaMatches anything containing "banana"
word1 AND word2Must contain both wordsbanana AND monkeyMatches text that has both "banana" and "monkey"
word1 OR word2Must contain at least one of the wordsbanana OR pineappleMatches text with either "banana", "pineapple", or both
word1 NOT word2Must contain word1 but not word2banana NOT smoothieMatches "banana" but excludes if "smoothie" is also present
"exact phrase"Match an exact phrase in quotes"monkey with a hat"Only matches the full phrase exactly as typed
prefix*Match words that start with the prefix (if enabled)rain*Matches "rain", "raining", "raincoat", "rainbow", etc.
tip
  • Searches are not case-sensitive (Cat, cat, and CAT all match the same).
  • You can mix operators:
    Example: banana OR "grape juice"
  • No fuzzy search — smooothie won’t match smoothie.
  • Partial words without * won’t match anything:
    rainrainbow, unless using rain*.