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
Default runtime is now auto: the CLI uses the container sandbox when
Docker is available, else the local subprocess sandbox — in-process is
an explicit --runtime inprocess dev opt-in (requirement 2: local is a
fallback, not the default production path).
Sandbox env whitelist: only ENV_ALLOWLIST vars reach the sandbox, so
parent-process secrets never leak in (requirement 7).
File-path-list input: --files a.py,b.py / run_review(files=[...])
via pipeline.diff_parser.parse_file_list (requirement 3).
Persist the input-diff summary on the review task (requirement 5's
fifth saved entity), queryable by task id.
Updates #92
RELEASE NOTES: NONE
0 commit comments