Repair local Codex sessions after moving a project directory
Project description
codex-move-session
codex-move-session repairs local Codex sessions after a project directory is renamed or moved.
It supports macOS, Linux, and Windows, discovers both current and legacy Codex session databases,
and repairs absolute paths in session history and generated memories.
[!WARNING] This is an unofficial tool that modifies undocumented Codex data formats. Inspect the dry-run carefully, close every Codex process before applying, and retain the generated backup.
Install
Run without installing:
uvx codex-move-session
Install as a persistent uv tool:
uv tool install codex-move-session
codex-move-session --version
Before the first PyPI release, run directly from GitHub:
uvx --from git+https://github.com/zanderzhng/codex-move-session codex-move-session
Python 3.10 or newer is required.
Usage
Running without --old, --new, or --delete opens the interactive workflow. It finds session
working directories that no longer exist, lets you filter active or archived sessions, select a
session, and choose whether to move or delete it. The selected action displays every planned data
store change and asks for confirmation before applying it.
codex-move-session
For scripts, provide both paths. This is a dry-run and does not write anything:
codex-move-session --old /previous/project --new /current/project
Close Codex, review the dry-run, then apply the same migration:
codex-move-session --old /previous/project --new /current/project --apply
Delete one local session by ID. Deletion is also a dry-run by default:
codex-move-session --delete SESSION_ID
After reviewing the deletion plan, apply it explicitly:
codex-move-session --delete SESSION_ID --apply
Deletion removes the local session and related database rows, related memory, and its rollout file after creating a backup. It never deletes project files.
Include archived sessions or select another Codex profile:
codex-move-session \
--old /previous/project \
--new /current/project \
--include-archived \
--codex-home ~/.codex-work
CODEX_HOME is respected when --codex-home is not given.
What Changes
The migration is driven by sessions whose cwd equals the old directory or is below it. It can
update:
- Every matching
threads.cwdand structured sandbox-policy path across compatible databases inCODEX_HOME/sqlite/and legacystate_5.sqlite. - All exact old-root references in JSON string values inside affected rollout JSONL files, including metadata, messages, commands, tool calls, and tool output.
raw_memoryandrollout_summaryfor affected thread IDs in Codex memory databases.- Known workspace roots and thread hints in
.codex-global-state.jsonandcap_sid.
It does not move project files. The destination must already exist before apply. Prompt history, logs, caches, and previous backups are not rewritten.
Windows paths use case-insensitive matching and support drive, UNC, extended, and mixed-separator
forms. macOS and Linux matching is case-sensitive. Similar names such as /project-copy are not
treated as descendants of /project.
Safety
Dry-run is always the default. Apply mode:
- Refuses to run while a Codex desktop, CLI, or app-server process is detected.
- Verifies that files and database values did not change after planning.
- Creates a timestamped touched-data backup under
CODEX_HOME/backups/. - Uses SQLite transactions and atomic file replacement.
- Runs post-write database and content verification.
- Restores every touched store if writing or verification fails.
Each backup contains manifest.json, standalone SQLite snapshots, and the original content of every
changed file. Backups can contain private conversations and local paths; do not publish them.
Session deletion uses the same safeguards. --delete is a dry-run unless --apply is present, and
apply refuses to proceed while Codex is running or if the planned database rows or files changed
after the preview. It also rechecks the database set and refuses to delete a rollout shared by
another session. Before deletion, it backs up the affected databases, rollout file, and other changed
Codex state. After writing, it verifies database integrity, confirms the planned rows and rollout
file are gone, and checks the remaining file updates. If deletion or verification fails, open
transactions, captured original file content, and scoped original-row restoration automatically
roll back the touched session data. The retained backup remains available for audit or recovery, and
the tool reports if any automatic rollback step could not be completed.
Development
uv sync --all-groups
uv run ruff check .
uv run pytest
uv build
Tests construct temporary Codex profiles and never modify the real profile.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codex_move_session-0.2.0.tar.gz.
File metadata
- Download URL: codex_move_session-0.2.0.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd63a880f0fc107cdec0116c37675cfaa6b58a63d39fa4ec2b73c0c56eb2897a
|
|
| MD5 |
1e0f7c6f22e90745887eb8d9584ad88e
|
|
| BLAKE2b-256 |
31b76ffd27779bedf3c3c0dd741b7cd98881cc9faadadec243a1f2292b2e84b6
|
File details
Details for the file codex_move_session-0.2.0-py3-none-any.whl.
File metadata
- Download URL: codex_move_session-0.2.0-py3-none-any.whl
- Upload date:
- Size: 32.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.29 {"installer":{"name":"uv","version":"0.11.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85a8fcf287ef81d4c940d29f1004b86a8d3ea25d0e5c74775bf2ff6f14675790
|
|
| MD5 |
512c5eafbacda3700b5815aa210d63d8
|
|
| BLAKE2b-256 |
708c012de1aaa2d7c88355d2f9f8e29bfc57ecac0f0841ece1ca6f507f3478e1
|