summary refs log tree commit diff
path: root/issues/gnqa
diff options
context:
space:
mode:
authorAlexander_Kabui2025-09-01 14:06:04 +0300
committerPjotr Prins2026-01-05 11:12:10 +0100
commit12305d4d39fac03e8b422970e4050c8443ac2d62 (patch)
tree89b8611efcbb3b76a4504c2192f99759f268d125 /issues/gnqa
parentcef4252ba585861f8df5d63d34b537a866c5267b (diff)
downloadgn-gemtext-12305d4d39fac03e8b422970e4050c8443ac2d62.tar.gz
feat: Update issue: implement no login requirement for gnqna.
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