Skip to content

v0.3.0

Choose a tag to compare

@hokupod hokupod released this 07 Jul 09:23

What's New

Single-agent mode: use Kyoso with only Claude or only Codex

Kyoso now works when only one backend CLI is available. Disable the missing
backend in kyoso.config.ts (see examples/claude-only.config.ts /
examples/codex-only.config.ts), and the remaining agent runs once as
combined_reviewer, covering both implementation and architecture/security
focus areas.

  • JSON output now includes reviewMode (multi_agent / single_agent) and agentsUsed
  • Markdown output shows a Review mode: line; in single-agent mode it states
    that cross-model verification was not performed and marks Disagreements as N/A
  • kyoso doctor and kyoso setup suggest a single-agent config when only one
    backend command is found on PATH
  • Audit traces record the effective role per agent

Behavior change

  • Agent role prompts are now driven by agents.<name>.role in kyoso.config.ts
    instead of being hardcoded per agent name. Default configs behave the same;
    if you had customized role, it now takes effect.
  • The MCP server now reports the correct package version (previously stuck at 0.1.0).

Full Changelog: v0.2.0...v0.3.0