Skip to main content

Gitmoot v0.3.4-beta.1

Gitmoot v0.3.4-beta.1 introduces ephemeral agents — a coordinator can delegate to a throwaway worker built from an inline spec, with no pre-registration — plus the supporting decision-guide docs. Pre-release built from main.

Highlights

Ephemeral agents

  • A coordinator can now delegate to a throwaway worker created from an inline spec instead of only pre-registered agents — delegations[] gains an optional ephemeral object:

    {
    "id": "joke-1",
    "action": "ask",
    "prompt": "write a joke",
    "ephemeral": {"runtime": "codex", "model": "gpt-5.4"}
    }
  • The engine allows the spec-based delegation (no pre-registration); the daemon materializes a codex/claude/kimi worker on demand, runs it, and auto-disposes it.

  • Ephemeral workers are bounded by the existing delegation limits, are read-only by default, are leaf-only (they cannot themselves delegate), and stay hidden from the agent registry. So "orchestrate codex gpt-5.4 agents to each do X" works with zero setup and no registry clutter.

Docs

  • New "registered agent vs. ephemeral worker" decision guide (concepts page plus skill reference), and the per-model selection docs from v0.3.3 are now published.

Validation

  • Validated end-to-end on a live Codex session.

Install / update

gitmoot update # existing installs
curl -fsSL https://gitmoot.io/install.sh | sh # fresh install

Assets: gitmoot_linux_amd64, gitmoot_darwin_amd64, gitmoot_darwin_arm64, sha256sums.txt.