You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --correction-library and --enable-correction-capture CLI flags (#130)
Wires the correction flywheel into the `live` subcommand:
- --correction-library PATH: load/store corrections for the flywheel
- --enable-correction-capture: prompt for human corrections on failure
- --controller, --max-retries, --max-replans: DemoController flags
When --controller is active with --correction-library, the controller
checks stored corrections before replanning and captures new
corrections when enabled.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments