core-agent-ide/codex-rs/state/migrations
jif-oai 79ad7b247b
feat: change multi-agent to use path-like system instead of uuids (#15313)
This PR add an URI-based system to reference agents within a tree. This
comes from a sync between research and engineering.

The main agent (the one manually spawned by a user) is always called
`/root`. Any sub-agent spawned by it will be `/root/agent_1` for example
where `agent_1` is chosen by the model.

Any agent can contact any agents using the path.

Paths can be used either in absolute or relative to the calling agents

Resume is not supported for now on this new path
2026-03-20 18:23:48 +00:00
..
0001_threads.sql feat: sqlite 1 (#10004) 2026-01-28 15:29:14 +01:00
0002_logs.sql chore: unify log queries (#10152) 2026-01-29 16:28:15 +00:00
0003_logs_thread_id.sql chore: unify log queries (#10152) 2026-01-29 16:28:15 +00:00
0004_thread_dynamic_tools.sql [feat] persist thread_dynamic_tools in db (#10252) 2026-02-03 00:06:44 +00:00
0005_threads_cli_version.sql Leverage state DB metadata for thread summaries (#10621) 2026-02-05 16:39:11 +00:00
0006_memories.sql feat: mem v2 - PR5 (#11372) 2026-02-10 23:22:55 +00:00
0007_threads_first_user_message.sql Leverage state DB metadata for thread summaries (#10621) 2026-02-05 16:39:11 +00:00
0008_backfill_state.sql feat: resumable backfill (#10745) 2026-02-05 14:34:34 +00:00
0009_stage1_outputs_rollout_slug.sql feat: add slug in name (#11739) 2026-02-13 15:24:03 +00:00
0010_logs_process_id.sql Add process_uuid to sqlite logs (#11534) 2026-02-14 17:27:22 -08:00
0011_logs_partition_prune_indexes.sql state: enforce 10 MiB log caps for thread and threadless process logs (#12038) 2026-02-18 17:08:08 -08:00
0012_logs_estimated_bytes.sql state: enforce 10 MiB log caps for thread and threadless process logs (#12038) 2026-02-18 17:08:08 -08:00
0013_threads_agent_nickname.sql feat: add nick name to sub-agents (#12320) 2026-02-20 14:39:49 +00:00
0014_agent_jobs.sql Agent jobs (spawn_agents_on_csv) + progress UI (#10935) 2026-02-24 21:00:19 +00:00
0015_agent_jobs_max_runtime_seconds.sql Agent jobs (spawn_agents_on_csv) + progress UI (#10935) 2026-02-24 21:00:19 +00:00
0016_memory_usage.sql feat: record memory usage (#12761) 2026-02-25 13:48:40 +00:00
0017_phase2_selection_flag.sql nit: migration (#12772) 2026-02-25 13:56:52 +00:00
0018_phase2_selection_snapshot.sql feat: memories forgetting (#12900) 2026-02-26 13:19:57 +00:00
0019_thread_dynamic_tools_defer_loading.sql dynamic tool calls: add param exposeToContext to optionally hide tool (#14501) 2026-03-14 01:58:43 -07:00
0020_threads_model_reasoning_effort.sql Feat: CXA-1831 Persist latest model and reasoning effort in sqlite (#14859) 2026-03-17 10:14:34 -07:00
0021_thread_spawn_edges.sql feat: add graph representation of agent network (#15056) 2026-03-19 10:21:25 +00:00
0022_threads_agent_path.sql feat: change multi-agent to use path-like system instead of uuids (#15313) 2026-03-20 18:23:48 +00:00