Jackal Xin
|
1dd3b52cb7
|
fix(skills): restore executable bit on bundled whisper script + release-time check (#41351)
* Enforce executable shell scripts in bundled skills
* fix: format CONTRIBUTING.md (oxfmt trailing whitespace)
* fix: skip shell script executable check on Windows
Windows does not support Unix permission bits — chmod is a no-op and
statSync().mode never reports execute bits. Skip the runtime check
and the corresponding tests on win32.
* style: restore contributing formatting
* chore(ci): refresh detect-secrets baseline
* fix(skills): mark video-frames frame script executable
* fix: revert unrelated CI/secrets changes from whisper chmod PR
* chore(ci): retrigger full PR checks
* test: annotate executable-bit regression suite
* test(tts): mock resolveModelAsync in summarizeText tests
* test(whatsapp): make append history test use stale timestamp
* test(models): tolerate registry loader option expansion
* docs: add changelog for bundled skill executable fix
* fix(config): allow partial Codex web search location
* Drop unrelated formatting from PR 41351
* Fix bundled plugin bridge source expectation
* test: restore bundled plugin bridge npm expectation
---------
Co-authored-by: xaeon2026 <xaeon2026@gmail.com>
Co-authored-by: Jackal Xin <jackal092927@users.noreply.github.com>
Co-authored-by: xaeon2026 <xaeon2026@users.noreply.github.com>
|
2026-05-22 15:37:15 -07:00 |
|