Codex SEO v1.9.6-codex.3
·
5 commits
to main
since this release
Windows installer hotfix for Codex SEO.
What Changed
- Fixed
install.ps1on Windows PowerShell 5.1, whereConvertFrom-Json -Depth 100is not supported and caused bootstrap parsing to fail. - Added bootstrap JSON extraction so dependency-tool noise around the JSON payload does not break installer parsing.
- Added clearer installer diagnostics with the underlying PowerShell parser error and a short bootstrap output preview.
- Bumped installer defaults and docs to
v1.9.6-codex.3.
Affected Error
Bootstrap script produced invalid JSON output.
At ...\install.ps1:240 char:9
If you saw that on Windows 11, install from this release.
Verification
- Local pytest suite passed: 48 tests.
- PowerShell parser check passed for
install.ps1anduninstall.ps1. - PowerShell JSON extraction simulation passed.
- Shell syntax, compile, help, and contract checks passed.
- GitHub CI passed on
mainfor commit7ab35e9. - GitHub security workflow passed on
mainfor commit7ab35e9. - Release package SHA256:
1db765c98ffdedd57980018713e475824de8ec74b4a32ce395f8849729549962.
Install
Windows:
irm https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.3/install.ps1 | iexUnix/macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/codex-seo/v1.9.6-codex.3/install.sh | bash