From 341b4beea10e2a5a3c55543c75f8559eed37d387 Mon Sep 17 00:00:00 2001 From: rensumo Date: Mon, 6 Apr 2026 14:16:56 +0800 Subject: [PATCH] Update internal/runtime/executor/codebuddy_executor.go Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- internal/runtime/executor/codebuddy_executor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/runtime/executor/codebuddy_executor.go b/internal/runtime/executor/codebuddy_executor.go index 18719094..6a722014 100644 --- a/internal/runtime/executor/codebuddy_executor.go +++ b/internal/runtime/executor/codebuddy_executor.go @@ -108,7 +108,6 @@ func (e *CodeBuddyExecutor) Execute(ctx context.Context, auth *cliproxyauth.Auth requestedModel := payloadRequestedModel(opts, req.Model) translated = applyPayloadConfigWithRoot(e.cfg, baseModel, to.String(), "", translated, originalTranslated, requestedModel) translated, _ = sjson.SetBytes(translated, "stream", true) - translated, _ = sjson.SetBytes(originalTranslated, "stream", true) translated, _ = sjson.SetBytes(translated, "stream_options.include_usage", true) translated, err = thinking.ApplyThinking(translated, req.Model, from.String(), to.String(), e.Identifier())