You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cross-platform): proper fixes for all 7 cross-platform issues
- fix(code): tree-sitter graceful fallback — `cleo code` commands check
availability before running, exit with clear install instructions
instead of crashing
- fix(cli): suppress ExperimentalWarning via process.emit filter in
CLI entry point (replaces non-portable -S shebang flag)
- fix(crypto): Windows ACL verification via icacls for machine key
(was completely skipped), set restrictive ACLs on key creation
- fix(agent): Windows SIGTERM graceful shutdown via `process.on('message')`
for PM2 and other Windows process managers
- feat(code): isTreeSitterAvailable() exported for pre-flight checks
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments