Skip to content

Commit 4c7b920

Browse files
authored
Merge pull request #33 from lidge-jun/dev
Merge dev: config repair, Ollama reasoning, syncResumeHistory, rate-limit credits
2 parents 222cf12 + ee3f033 commit 4c7b920

21 files changed

Lines changed: 1559 additions & 27 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,8 @@ x-opencodex-api-key: your-secret-token
312312

313313
The token is compared in constant time to prevent timing attacks.
314314

315-
opencodex leaves existing Codex resume history untouched by default. This avoids changing Codex's
316-
local thread index just because the proxy started, but Codex App may hide old OpenAI-backed project
317-
threads and opencodex-created `exec` threads while `opencodex` is the active provider. If you want
318-
those chats to appear while the proxy is active, enable the reversible compatibility remap with
319-
`"syncResumeHistory": true`. opencodex records the original provider/source metadata in
315+
opencodex automatically remaps Codex resume history so old OpenAI chats and opencodex-created project
316+
threads stay visible in Codex App while the proxy is active. opencodex records the original provider/source metadata in
320317
`~/.opencodex/codex-history-backup.json`. `ocx stop` / `ocx restore` restores backed-up OpenAI rows
321318
to OpenAI, and ejects any remaining opencodex user threads to OpenAI as well so native Codex does not
322319
try to resume a thread whose provider no longer exists in `config.toml`.

0 commit comments

Comments
 (0)