Engineering Bridge v1.1.0
Engineering Bridge v1.1.0 adds refine_controlled_patch.
When a controlled patch proposal has already been reviewed and only needs a small correction, Chat can now refine the existing proposal instead of regenerating the whole patch from the original task.
The refined proposal:
keeps the same base_head
preserves the original proposal
returns a new complete patch proposal
does not modify the workspace
still requires explicit APPLY before any write
This reduces unnecessary Codex re-reasoning and token usage for small fixes to large proposals.
All tests: 50/50 passed.