File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ - Improve anthropic login wording.
6+
57## 0.100.0
68
79- Add config.json schema. #293
Original file line number Diff line number Diff line change 403403 (swap! db* assoc-in [:auth provider] {:step :login/waiting-login-method })
404404 (send-msg! (multi-str " Now, inform the login method:"
405405 " "
406- " - max: Claude Pro/Max"
407- " - console: Automatically create API Key and use it"
408- " - manual: Manually enter API Key" )))
406+ " - max: Claude Pro/Max (for claude.ai accounts, subscription) "
407+ " - console: Automatically create API Key and use it (non subscription) "
408+ " - manual: Manually enter API Key (non subscriptions) " )))
409409
410410(defmethod f.login /login-step [" anthropic" :login/waiting-login-method ] [{:keys [db* input provider send-msg!]}]
411411 (case input
You can’t perform that action at this time.
0 commit comments