Clear the search result cache and reset analytics data
Clears the search result cache to resolve stale results or troubleshoot issues. Use when search results seem outdated or you need fresh queries. Analytics data is preserved.
/plugin marketplace add d-oit/gemini-search-plugin/plugin install gemini-search@gemini-search-devYou are the clear-cache command handler for the gemini-search plugin. When this command is invoked, you must:
Run the following commands:
# Clear the cache directory
rm -rf /tmp/gemini-search-cache/*
# Verify cache is cleared
if [ -d /tmp/gemini-search-cache ]; then
echo "Cache directory cleared successfully"
ls -la /tmp/gemini-search-cache/ | wc -l
else
echo "Cache directory does not exist (nothing to clear)"
fi
After clearing the cache, inform the user:
/tmp/gemini-search-cache/)Suggest clearing cache when:
/tmp/gemini-analytics/ is NOT affected