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:
| Syntax | Meaning | Example | Matches |
|---|---|---|---|
word | Search for a single word | banana | Matches anything containing "banana" |
word1 AND word2 | Must contain both words | banana AND monkey | Matches text that has both "banana" and "monkey" |
word1 OR word2 | Must contain at least one of the words | banana OR pineapple | Matches text with either "banana", "pineapple", or both |
word1 NOT word2 | Must contain word1 but not word2 | banana NOT smoothie | Matches "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, andCATall match the same). - You can mix operators:
Example:banana OR "grape juice" - No fuzzy search —
smooothiewon’t matchsmoothie. - Partial words without
*won’t match anything:
rain≠rainbow, unless usingrain*.