Michael Bolin
1277c0557d
feat: add support for login with ChatGPT
2025-06-03 23:28:39 -07:00
Fouad Matin
835eb77a7d
fix: persist token after refresh ( #1006 )
...
After a token refresh/exchange, persist the new refresh and id token
2025-05-17 21:27:02 -07:00
Fouad Matin
9b4c2984d4
add: codex --login + codex --free ( #998 )
...
## Summary
- add `--login` and `--free` flags to cli help
- handle `--login` and `--free` logic in cli
- factor out redeem flow into `maybeRedeemCredits`
- call new helper from login callback
2025-05-17 16:13:12 -07:00
Fouad Matin
3e19e8fd59
add: sign in with chatgpt credits ( #974 )
2025-05-16 17:55:08 -07:00
Fouad Matin
c6e08ad8c1
add: sign in with chatgpt ( #963 )
...
Sign in with ChatGPT to get an API key (flow to grant API credits for Plus/Pro coming later today!)
2025-05-16 12:28:54 -07:00