v0.7.0
Added
agents.<name>.effortconfig field for Codex and Claude, mirroring
agents.<name>.model. Kyoso sends it once per session as an ACP
session/set_config_optionrequest (effortfor Claude,
reasoning_effortfor Codex). The request is fail-soft: a rejection is
logged to stderr as a sanitized warning and surfaced to MCP/JSON callers
viaresult.audit.warnings, and the review continues at the backend's
own default effort. Settable from both user-global and project TOML
(same risk profile asmodel: 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