Add session resuming
This commit is contained in:
@@ -107,6 +107,7 @@ Targets are supplied after the code directory (or via `default_targets` in the m
|
||||
| `build-if-missing` | No-op when the image already exists; otherwise delegates to `build`. |
|
||||
| `rebuild` | Rebuild the image from scratch (`--no-cache`). |
|
||||
| `run` | Default goal. Runs the container with Codex as entrypoint and passes `codex_args`. |
|
||||
| `resume <session-id>` | Continues a Codex session by running `codex resume <session-id>` inside the container (builds if needed). |
|
||||
| `login` | Starts Codex in login mode to bootstrap `${HOME}/.codex`. |
|
||||
| `shell` | Launches `/bin/bash` inside the container for debugging. |
|
||||
| `stop` | Best-effort stop of the running container (if any). |
|
||||
|
||||
Reference in New Issue
Block a user