Skip to content

Releases: Efs-O/codex-sessions-workspace-patch-kit

Release list

v0.5.0

v0.5.0 Pre-release
Pre-release

Choose a tag to compare

@Efs-O Efs-O released this 28 Jun 10:19

Full Changelog: v0.4.0...v0.5.0

v0.4.0

v0.4.0 Pre-release
Pre-release

Choose a tag to compare

@Efs-O Efs-O released this 20 Jun 09:01

Initial public pre-release of the Codex Sessions Workspace Patch Kit.

Pre-release notice:

  • this workaround may contain bugs
  • it patches minified shipped extension code that can change without notice
  • please report breakage, version drift, and workspace-history edge cases through GitHub Issues
  • always run npm run scan and npm run apply:dry before applying on any machine

ZIP/source install:

  1. Install Node.js.
  2. Download and extract the release ZIP or source ZIP.
  3. Open PowerShell in the extracted folder.
  4. Run npm run scan, then npm run apply:dry, then npm run apply.
  5. Reload VS Code with Developer: Reload Window.
  6. Roll back with npm run restore if needed.

What is included:

  • guarded patch script for the shipped openai.chatgpt VS Code extension bundle
  • workspace-scoped thread/list response filtering
  • widened thread/list requests before filtering so older workspace sessions can surface
  • backup and restore support
  • GitHub Actions validation for script syntax and fixture dry-run patching

Compatibility:

  • tested locally against openai.chatgpt 26.616.x extension bundles
  • version-fragile by design because it patches minified shipped code