core-agent-ide/codex-rs/app-server/src
jif-oai 3878c3dc7c
feat: sqlite 1 (#10004)
Add a `.sqlite` database to be used to store rollout metatdata (and
later logs)
This PR is phase 1:
* Add the database and the required infrastructure
* Add a backfill of the database
* Persist the newly created rollout both in files and in the DB
* When we need to get metadata or a rollout, consider the `JSONL` as the
source of truth but compare the results with the DB and show any errors
2026-01-28 15:29:14 +01:00
..
bespoke_event_handling.rs Feat: add isOther to question returned by request user input tool (#9890) 2026-01-26 09:52:38 -08:00
codex_message_processor.rs feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
config_api.rs s/mcp_server_requirements/mcp_servers (#9212) 2026-01-14 18:41:52 +00:00
dynamic_tools.rs feat: dynamic tools injection (#9539) 2026-01-26 10:06:44 +00:00
error_code.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00
filters.rs [app-server] feat: add filtering on thread list (#9897) 2026-01-26 21:54:19 +00:00
fuzzy_file_search.rs feat: move file name derivation into codex-file-search (#8334) 2025-12-19 12:50:55 -08:00
lib.rs [app-server] feat: add filtering on thread list (#9897) 2026-01-26 21:54:19 +00:00
main.rs feat(app-server): add an --analytics-default-enabled flag (#9118) 2026-01-13 11:59:39 -08:00
message_processor.rs feat: add auto refresh on thread listeners (#9105) 2026-01-14 16:26:01 +00:00
models.rs feat(tui) /personality (#9718) 2026-01-25 21:59:42 -08:00
outgoing_message.rs Another round of improvements for config error messages (#9746) 2026-01-23 20:11:09 -08:00