Releases: davidhoo/buddy
Releases · davidhoo/buddy
Release list
v1.2.5
What's New
v1.2.4 — wecode codex model detection
detectModelFromConfignow accepts acommandparameter to distinguishwecode codexfrom plaincodex- When launched via
wecode codex, reads the model from~/.wecode-cli/config.json(codex.model) instead of~/.codex/config.toml
v1.2.5 — Per-project FIFO task queue
- New execution mode: create tasks as immediate (start right away) or queued (wait in project FIFO queue)
QueueCoordinator: per-workspace serial reconcile lock, auto-advancement, blocker detection, manual "run now" with supersede- Data model:
QUEUEDstatus,execution_mode,TaskQueueInfo(waiting/active/superseded),created_atfor stable ordering recoverInterruptedRunsextended withPINGINGreset +rebuildAndReconcileAllon startup- Renderer: execution mode toggle in create modal, queued position display, QUEUED status styling, i18n (zh-CN/zh-TW/en)
- 16 new test cases in
buddy-queue-coordinator.test.ts
Downloads
- Apple Silicon:
Buddy-1.2.5-arm64.dmg - Intel:
Buddy-1.2.5.dmg
Unsigned builds. For signed/notarized builds, build locally with pnpm release:signed.