Skip to content

codext 0.141.0-811b278

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 18:44
811b278

For upstream changes, see codex-v0.141.0.

chore: temporary disable persistent SQLite log DB sink

The SQLite log sink ignores RUST_LOG and hardcodes TRACE-level
persistence, causing excessive WAL writes. This is a temporary
workaround until upstream resolves the filtering issue.

See openai#17320