core-agent-ide/codex-rs/tui
Michael Bolin cd06b28d84
fix: default to credits from ChatGPT auth, when possible (#1971)
Uses this rough strategy for authentication:

```
if auth.json
	if auth.json.API_KEY is NULL # new auth
		CHAT
	else # old auth
		if plus or pro or team
			CHAT
		else 
			API_KEY
		
else OPENAI_API_KEY
```

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/openai/codex/pull/1970).
* __->__ #1971
* #1970
* #1966
* #1965
* #1962
2025-08-07 18:00:31 -07:00
..
src fix: default to credits from ChatGPT auth, when possible (#1971) 2025-08-07 18:00:31 -07:00
tests Stream model responses (#1810) 2025-08-05 04:23:22 +00:00
Cargo.toml Change the UI of apply patch (#1907) 2025-08-07 05:25:41 +00:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00