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
examples: route every input mode through the resolved sandbox runtime
The container runtime silently downgraded file-list and worktree inputs
to the in-process path: only --diff-file and --fixture were wired to
run_review_container, while --files and --repo-path called the sync
run_review with runtime="container", which had no container branch and
fell through to in-process. Extract the input materialization into a
shared _resolve_input helper used by both entry points, extend
run_review_container to accept all three input modes, and route every
container request through it in the CLI. Sync run_review now rejects the
container runtime loudly instead of falling back. Also correct two stale
docstring and README references to a fixture that no longer exists.
Updates #92
RELEASE NOTES: NONE
0 commit comments