Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 19 May 07:06
· 9 commits to main since this release
feat(v0.14.0): adversarial debate mode toggle (#4)

Optional opt-in mode: when enabled, evaluation/judgment steps
(REVIEW / INVESTIGATE / large-decision PLAN) auto-spawn two workers
with opposing stances, exchange one round of rebuttals via the
mailbox, then synthesize a consolidated answer that acknowledges
both views.

  - types.ts: OrchestratorConfig.adversarialMode: boolean
  - server.mjs: DEFAULT_ORCH default false; orchestrator.update accepts
    the field; new ADVERSARIAL_BLOCK appended to the orchestrator
    system prompt when on (after APPROVAL_BLOCK). Builds on the
    existing mailbox + shared task list (v0.13.0).
  - store.ts: initial state matches.
  - App.tsx TopBar: new checkbox alongside the plan-approval one,
    amber accent.

IMPLEMENT (coder) / DESIGN (designer) steps are explicitly excluded
from debate — those are output-generation, not judgment.
Max one rebuttal round to keep latency reasonable.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>