Skip to content

GhostReel v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Sep 21:09

Windows: GhostReel_*_x64-setup.exe · Linux: .AppImage · 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.


Added

  • B-roll only script chats: a composer switch that cuts a montage on a theme with no interviews
    and no voice-over. Each chat keeps its choice, and chooses between the clips' natural sound or
    silence (for music). The model gets its own editing instructions (theme, shot-size progression,
    visual continuity), the footage digest marks interview tapes, and any clip over someone speaking
    on the microphone is dropped.
  • Full model log: a "Full log" button in the script chat shows every prompt, the model's
    thinking, its answers with token counts and timing, and the local helper's output, live while a
    turn runs. llama.cpp debug noise is filtered out.

Fixed

  • Claude CLI backend: the prompt is sent on stdin as a plain brief. Pointed at a prompt file,
    Claude described the file instead of answering ("no JSON object in CLI output").
  • Claude CLI sessions: turns resume their own pinned session instead of --continue, which
    could pick up whatever Claude session last ran in the folder.