Community-maintained fixes for Codex bugs

1 min read Original article ↗

Current bugs and fixes

sqlite-feedback-logs High

Codex writes excessive SQLite feedback logs

Codex can write excessive diagnostic logs into logs_2.sqlite and logs_2.sqlite-wal. The upstream issue appears to come from overly verbose persisted logging. This local fix adds a SQLite trigger that ignores new inserts into the logs table, which prevents further persistent log growth while leaving the diagnostic database in place. The issue can recur if Codex recreates the database or changes its schema before fixing the logging behavior upstream.

Known affected

CLI · macOS Apple silicon CLI · macOS Intel CLI · Linux ARM64 CLI · Linux x64 CLI · Windows ARM64 CLI · Windows x64 Desktop · macOS Apple silicon Desktop · macOS Intel Desktop · Windows x64

Fix available for

Sources