v0.3.0
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) andagentsUsed - 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 doctorandkyoso setupsuggest 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>.roleinkyoso.config.ts
instead of being hardcoded per agent name. Default configs behave the same;
if you had customizedrole, 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