For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Added
- API key authentication: Use Islo CLI with API keys instead of OAuth (
ISLO_API_KEY)
--workdir flag now supports absolute paths (e.g., /tmp)
- Workdir persisted in sandbox metadata
- Automatic retry handling for transient HTTP and WebSocket failures
- Improved WebSocket keepalive to prevent disconnects
Fixed
- Skip unsupported auto-detected tools instead of aborting
- Create sandbox by name if it doesn’t exist
- Don’t modify
islo.yaml when using --source flag
- WebSocket connection recovery from resets
- Cursor sessions in logs output
- Improved error messages and exit codes