core-agent-ide/codex-rs/protocol/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
..
prompts feat(core) RequestRule (#9489) 2026-01-28 08:43:17 +00:00
account.rs fix: move account struct to app-server-protocol and use camelCase (#5829) 2025-10-27 14:06:13 -07:00
approvals.rs Removed experimental "command risk assessment" feature (#7799) 2025-12-10 09:48:11 -08:00
config_types.rs remove sandbox globals. (#9797) 2026-01-27 11:04:23 -08:00
custom_prompts.rs [app-server] remove serde(skip_serializing_if = "Option::is_none") annotations (#5939) 2025-10-30 18:18:53 +00:00
dynamic_tools.rs feat: dynamic tools injection (#9539) 2026-01-26 10:06:44 +00:00
items.rs fix: handle all web_search actions and in progress invocations (#9960) 2026-01-27 03:33:48 +00:00
lib.rs feat: dynamic tools injection (#9539) 2026-01-26 10:06:44 +00:00
message_history.rs Generate JSON schema for app-server protocol (#5063) 2025-10-20 11:45:11 -07:00
models.rs feat(core) RequestRule (#9489) 2026-01-28 08:43:17 +00:00
num_format.rs Fix execpolicy parsing for multiline quoted args (#9565) 2026-01-22 22:16:53 -08:00
openai_models.rs feat(tui) /personality (#9718) 2026-01-25 21:59:42 -08:00
parse_command.rs [app-server] remove serde(skip_serializing_if = "Option::is_none") annotations (#5939) 2025-10-30 18:18:53 +00:00
plan_tool.rs [app-server] remove serde(skip_serializing_if = "Option::is_none") annotations (#5939) 2025-10-30 18:18:53 +00:00
protocol.rs [skills] Auto install MCP dependencies when running skils with dependency specs. (#9982) 2026-01-27 19:02:45 -08:00
request_user_input.rs Feat: add isOther to question returned by request user input tool (#9890) 2026-01-26 09:52:38 -08:00
thread_id.rs feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
user_input.rs Prompt Expansion: Preserve Text Elements (#9518) 2026-01-20 18:30:20 -08:00