Skip to content

GhostReel v0.3.1

Choose a tag to compare

@github-actions github-actions released this 21 Sep 02:42

Windows: GhostReel_*_x64-setup.exe · Linux: .AppImage or .deb · CLI only: ghostreel-cli-*.

GPU acceleration needs an NVIDIA driver 570+ (CUDA 12.8 runtime is bundled). On first start open Models and download the models.


Fixed

  • A CLI agent could not run at all on Windows. CreateProcess caps a command line at 32767
    characters and fails with os error 206, "The filename or extension is too long" — a message that
    names the binary rather than the argument that is actually too big. The script chat passes the
    whole project's speech in its prompt, 75 KB on a 96-video project, so every turn failed before
    the agent started. A prompt past the platform's limit is now written to a file and the agent is
    pointed at it; claude is granted Read and agy the directory. Unix allows megabytes, so the
    threshold is set high enough there that nothing spills and the path behaves exactly as it did.