Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:31

Added

  • agents.<name>.effort config field for Codex and Claude, mirroring
    agents.<name>.model. Kyoso sends it once per session as an ACP
    session/set_config_option request (effort for Claude,
    reasoning_effort for Codex). The request is fail-soft: a rejection is
    logged to stderr as a sanitized warning and surfaced to MCP/JSON callers
    via result.audit.warnings, and the review continues at the backend's
    own default effort. Settable from both user-global and project TOML
    (same risk profile as model: no command execution or env forwarding).

Fixed

  • Documentation still described the default Claude agent timeout as 240
    seconds; README (all languages), the design document, and the example
    config now reflect the 300-second default introduced in 0.6.0.

Commits

  • chore(release): add 0.7.0 changelog (9bad77d)
  • build: bump version to 0.7.0 (a4b2269)
  • docs: update Claude agent timeout references to 300s (196abe6)
  • feat(agents): add effort config for codex and claude (#9) (fb9e92b)
  • docs(readme): add review flow diagrams for all languages (3986cc4)

Full Changelog: v0.6.0...v0.7.0