Releases: Efs-O/codex-sessions-workspace-patch-kit
Releases · Efs-O/codex-sessions-workspace-patch-kit
Release list
v0.5.0
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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:
- Install Node.js.
- Download and extract the release ZIP or source ZIP.
- Open PowerShell in the extracted folder.
- Run npm run scan, then npm run apply:dry, then npm run apply.
- Reload VS Code with Developer: Reload Window.
- 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