mirror of
https://github.com/openai/codex.git
synced 2026-09-06 15:29:32 +00:00
The vendored dependency source is not a Codex workspace crate, and its official amalgamation assets necessarily exceed the default blob budget. Keep the pinned source auditable under third_party and allowlist the required large upstream artifacts.
1.8 KiB
1.8 KiB
Checks
- new error code(s) => Update libsqlite3-sys/src/error.rs And code_to_str
- new SQLITE_OPEN_* => Update struct OpenFlags
- new SQLITE_LIMIT_* => Update enum Limit
- new SQLITE_DBCONFIG_* => Update enum DbConfig
- new Authorizer Action Codes => Update enum AuthAction
- new SQLITE_STMTSTATUS_* => Update enum StatementStatus
- new SQLITE_INDEX_CONSTRAINT_* => Update enum IndexConstraintOp
- new function flag(s) => Update struct FunctionFlags