quak logout ends the session on the server (closes #108) #116

Merged
clawbot merged 1 commits from issue-108-server-logout into next2 2026-09-23 06:51:12 +02:00
1 Commits
Author SHA1 Message Date
sneak c1b4502f8d quak logout ends the session on the server (closes #108)
check / check (push) Successful in 15s
logout now calls POST /users/logout with the saved token through the new
Client.logoutOnServer(), then deletes session.json even when that call
fails; in that case it says the server session could not be ended and
exits 1. It prints the account's cache directory and says it still holds
decrypted data. The default cache path moves into
defaultCacheDirectory(), shared with Library.open, so both name the same
directory.

Model: opus-5-5
2026-09-23 04:36:40 +00:00