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 files changed
+19821 -1795

No files matched your search

@@ -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',