Merge remote-tracking branch 'origin/master' into feat/ripgrep-packaged-binary

This commit is contained in:
Huanqi Cao
2026-08-02 16:18:46 +08:00
470 changed files with 19821 additions and 1795 deletions
@@ -36,7 +36,7 @@ function agent(ctx: Context, cwd: string): Agent {
acceptsNextStep: false,
ctx: scope.ctx,
followup: () => {},
steer: () => {},
steer: () => ({ outcome: Promise.resolve({ status: 'rejected' as const }) }),
inject: () => {},
send: () => {},
updateInbox: () => 'not-found',