Skip to content

v0.78.0

Choose a tag to compare

@github-actions github-actions released this 03 Sep 20:13
· 240 commits to main since this release

Added

  • Pause every schedule at once, with an optional auto-resume (#1093).
    A new user-level kill switch pauses every schedule you own, catalog defaults and your own alike, on every repo, with an optional until that auto-resumes on its own with no background job; a recurring schedule due while paused records a benign schedules_paused skip and keeps advancing its cadence so nothing replays on resume, a one-time schedule instead waits and fires once the pause lifts, Run now still bypasses the switch, and runs already in flight are untouched. It's reachable from the Schedules page (a "Pause all" control, an inline picker, and a paused banner), the CLI (uzi schedule pause-all --until <when> / resume-all / pause-status), and a paused fire's Last fire record.

Changed

  • Agent roles re-synced to skills ff87616: fact-checker v9, architect v8 (#1080, #1095).
    Both .claude/agents/ and the shipped builtins pick up vtmocanu/skills#41: the fact-checker's defect fold runs in a detached throwaway worktree and its description says so, the architect's write surface is the design-doc directory its tail names and never specs/; the vendored role manifest moves to ff87616. CLAUDE.md's run-economy rework rule now names every high-risk class (trust-boundary, data-integrity, auth, untrusted-input), matching the lead builtin.

  • Builtin agent-team role templates re-synced to the upstream skills library (#1080).
    The eleven library-derived builtins under api/internal/agenttmpl/builtins/ were ported to the terser upstream bodies with new version stamps and the library's model choices (researcher moves to sonnet), keeping uzi's main-recipient wording and fact-checker's forge tools; lead gains the run-economy rules and the vendored role manifest is refreshed to b5288fd.