Skip to content

feat(coder-labs/modules/codex): add support for agentapi state_persistence#785

Merged
35C4n0r merged 4 commits intomainfrom
35C4n0r/feat-codex-state-persistence
Mar 5, 2026
Merged

feat(coder-labs/modules/codex): add support for agentapi state_persistence#785
35C4n0r merged 4 commits intomainfrom
35C4n0r/feat-codex-state-persistence

Conversation

@35C4n0r
Copy link
Copy Markdown
Collaborator

@35C4n0r 35C4n0r commented Mar 4, 2026

Description

  • add support for agentapi state_persistence

Type of Change

  • New module
  • New template
  • Bug fix
  • Feature/enhancement
  • Documentation
  • Other

Module Information

Path: registry/coder-labs/modules/codex
New version: v4.2.0
Breaking change: [ ] Yes [x] No

Testing & Validation

  • Tests pass (bun test)
  • Code formatted (bun fmt)
  • Changes tested locally

Related Issues

Closes: #783

@35C4n0r 35C4n0r marked this pull request as ready for review March 5, 2026 13:30
@35C4n0r 35C4n0r self-assigned this Mar 5, 2026
@35C4n0r 35C4n0r added the version:minor Add to PRs requiring a minor version upgrade label Mar 5, 2026
Copy link
Copy Markdown
Member

@mafredri mafredri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@35C4n0r 35C4n0r merged commit f1748c8 into main Mar 5, 2026
5 checks passed
@35C4n0r 35C4n0r deleted the 35C4n0r/feat-codex-state-persistence branch March 5, 2026 13:50
mafredri added a commit to coder/coder that referenced this pull request Mar 9, 2026
The codex registry module v4.2.0 wires `enable_state_persistence`
through to agentapi, completing session resume support. Combined with
the `--type codex` flag added in v4.1.2, Codex now fully preserves
conversation context across pause and resume cycles.

Refs coder/registry#783
Refs coder/registry#785
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

version:minor Add to PRs requiring a minor version upgrade

Projects

None yet

Development

Successfully merging this pull request may close these issues.

codex: expose enable_state_persistence for agentapi state persistence

2 participants