Skip to content

gald3r v5.0.0-beta.5

Choose a tag to compare

@wrm3 wrm3 released this 10 Aug 02:40
· 116 commits to main since this release

Download

This repo carries the release notes. The installers live on the engine repo:

Download gald3r v5.0.0-beta.5 — all files

OS gald3r engine
Windows installer (.msi) · portable (.zip)
macOS (Apple Silicon) gald3r-macos-arm64.pkg
macOS (Intel) gald3r-macos-x86_64.pkg
Linux gald3r-linux-x86_64.tar.gz

Verify your download against SHA256SUMS.txt.


Provider routing release: a rate-limited AI provider no longer stops your work.

  • The autopilot coordinator is no longer hardcoded to the Claude CLI: a Cursor
    host defaults to cursor-agent, and the full routing surface works -- CLI
    flags (--provider/--model plus per-role --coordinator/--implementer/
    --reviewer -provider/-model), all six GALD3R_GGO_* environment variables,
    and AGENT_CONFIG keys, with a documented precedence order (flag beats env
    beats config beats host default).
  • Hit a provider quota wall mid-run? The run no longer dies: the refusal
    costs no budget, gald3r falls back to a healthy configured provider (opt
    out with --no-provider-fallback), and if nothing is available it stops
    honestly with the provider's own quota-reset time, a distinct
    PROVIDER_UNAVAILABLE state, and exit code 4.
  • cursor-agent runs now report token counts and honor the context-exhaustion
    safety stop.

Update: gald3r install update