📋 Release Notes
-
Timeout system: Default 10s, max 30s (sleep exempt), moved to config. Tool descriptions updated to guide agents toward blocking=false.
-
edit_file hardening: Removed maybe_truncate_edits, strengthened edit-file guard validation.
-
Terminal: Auto-background detection for sleep commands; updated blocking guidance in env notes.
-
Docker socket mount for agentic RL sandboxing (container-in-container capability).
-
Display guide refactor: Renamed VNC_INSTRUCTIONS → DISPLAY_GUIDE to reflect broader scope (VNC + dev-server web ports). Added port 8900–8902 instructions for serving HTML dashboards/reports.
-
LLM failure diagnostics: Intermittent request errors now logged to structured JSONL for debugging.
Full Changelog: v0.0.33...v0.0.34
Full Changelog: v0.0.33...v0.0.34
Install
Windows — download auroracoder-windows.zip, extract, run auroracoder-windows.exe.
If SmartScreen warns: More info → Run anyway.
macOS (Apple Silicon) —
xattr -d com.apple.quarantine ./auroracoder-macos-arm64
chmod +x ./auroracoder-macos-arm64
./auroracoder-macos-arm64macOS (Intel) —
xattr -d com.apple.quarantine ./auroracoder-macos
chmod +x ./auroracoder-macos
./auroracoder-macosLinux —
chmod +x ./auroracoder-linux
./auroracoder-linuxGPU (NVIDIA) — download auroracoder-gpu.zip, extract, and run the binary for your platform. Requires nvidia-container-toolkit.
Requires Docker.