Skip to content

chore(release): dev-loop 1.5.0 — per-role model selection - #65

Merged
choiyounggi merged 1 commit into
mainfrom
release/v1.5.0
Aug 7, 2026
Merged

chore(release): dev-loop 1.5.0 — per-role model selection#65
choiyounggi merged 1 commit into
mainfrom
release/v1.5.0

Conversation

@choiyounggi

Copy link
Copy Markdown
Owner

Version bump only — no behavior change. Ships #63.

What's in 1.5.0

Per-role model selection, so the three jobs that previously shared one model can each sit where they belong:

  • Worker--model / DEV_LOOP_WORKER_MODEL on orca-worker-start.sh, orca-spawn.sh, launch-session.sh. Unset omits the flag, so an upgrade changes nothing for existing users.
  • Auditor — pinned instead of inherit, so the self-grading guard never follows a cheaper worker down and inherits its blind spots.
  • Plannerwiki-plan moved to the coordinator (Phase 3 step 2a); the worker adopts the plan via loop-implement's existing "a plan already exists" mode. The phase sequence, plan_ready, watch-status, the ready-set scheduler, and the loop-gate allowlist are all untouched.

Why minor, not patch

New configuration surface, backward compatible: with nothing set, behavior is byte-identical to 1.4.2 (pinned by a boundary test per launch script).

Both version files move together

.claude-plugin/plugin.json is the one release.yml checks against the pushed v* tag — a mismatch fails the release. .claude-plugin/marketplace.json carries the same number for the marketplace listing and is not enforced anywhere, so bumping them separately lets it drift silently. Bumped in one commit for that reason.

🤖 Generated with Claude Code

Bumps both version files. `.claude-plugin/plugin.json` is the one release.yml
checks against the pushed tag; `.claude-plugin/marketplace.json` carries the
same number for marketplace listings and is not enforced anywhere, so it drifts
silently if bumped separately — they move together.

Ships #63: worker model via --model / DEV_LOOP_WORKER_MODEL, the auditor pinned
off `inherit`, and wiki-plan moved to the coordinator so the planning tier is
independent of the implementing tier. Minor, not patch: new configuration
surface, backward compatible (unset changes nothing).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@choiyounggi
choiyounggi merged commit 1641093 into main Aug 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant