feat: fix sqlite home (#12787)

This commit is contained in:
jif-oai
2026-02-25 15:52:55 +00:00
committed by GitHub
parent 01f25a7b96
commit 8362b79cb4
2 changed files with 20 additions and 14 deletions

View File

@@ -2052,7 +2052,7 @@
"$ref": "#/definitions/AbsolutePathBuf"
}
],
"description": "Directory where Codex stores the SQLite state DB. Defaults to `$CODEX_SQLITE_HOME` when set. Otherwise uses a temp dir under WorkspaceWrite sandboxing and `$CODEX_HOME` for other modes."
"description": "Directory where Codex stores the SQLite state DB. Defaults to `$CODEX_SQLITE_HOME` when set. Otherwise uses `$CODEX_HOME`."
},
"suppress_unstable_features_warning": {
"description": "Suppress warnings about unstable (under development) features.",