summary refs log tree commit diff
path: root/issues/gnqa
diff options
context:
space:
mode:
Diffstat (limited to 'issues/gnqa')
-rw-r--r--issues/gnqa/implement-no-login-requirement-for-gnqa.gmi8
1 files changed, 4 insertions, 4 deletions
diff --git a/issues/gnqa/implement-no-login-requirement-for-gnqa.gmi b/issues/gnqa/implement-no-login-requirement-for-gnqa.gmi
index 9dcef53..5b0a1ff 100644
--- a/issues/gnqa/implement-no-login-requirement-for-gnqa.gmi
+++ b/issues/gnqa/implement-no-login-requirement-for-gnqa.gmi
@@ -3,7 +3,7 @@
 ## Tags
 
 * type: feature
-* status: progress
+* status: completed, closed
 * priority: medium
 * assigned: alexm,
 * keywords: gnqa, user experience, authentication, login, llm
@@ -15,6 +15,6 @@ This feature will allow usage of LLM/GNQA features without requiring user authen
 ## Tasks
 
 * [x] If logged in: perform AI search with zero penalty
-* [ ] Add caching lifetime to save on token usage
-* [ ] Routes: check for referrer headers — if the previous search was not from the homepage, perform AI search
-* [ ] If global search returns more than *n* results (*n = number*), perform an AI search
+* [x] Add caching lifetime to save on token usage
+* [x] Routes: check for referrer headers — if the previous search was not from the homepage, perform AI search
+* [x] If global search returns more than *n* results (*n = number*), perform an AI search