(path string)
| 553 | updated.APIType = fresh.APIType |
| 554 | } |
| 555 | updated.FallbackAPIEnabled = fresh.FallbackAPIEnabled |
| 556 | updated.FallbackAPIKey = fresh.FallbackAPIKey |
| 557 | updated.FallbackAPIBaseURL = fresh.FallbackAPIBaseURL |
| 558 | updated.FallbackAPIModel = fresh.FallbackAPIModel |
| 559 | updated.FallbackAPIType = fresh.FallbackAPIType |
| 560 | if !isPinned(current, "api_max_tokens") { |
| 561 | updated.APIMaxTokens = fresh.APIMaxTokens |
| 562 | } |
| 563 | updated.APIStreamIdleTimeoutSeconds = fresh.APIStreamIdleTimeoutSeconds |
| 564 | updated.MaxToolOutputChars = fresh.MaxToolOutputChars |
| 565 | updated.MaxToolResultCharsAbsolute = fresh.MaxToolResultCharsAbsolute |
| 566 | updated.MaxMessageToolResultsChars = fresh.MaxMessageToolResultsChars |
| 567 | updated.ShellTimeoutSeconds = fresh.ShellTimeoutSeconds |
| 568 | updated.ShellMaxOutputBytes = fresh.ShellMaxOutputBytes |
| 569 | updated.SandboxBackend = fresh.SandboxBackend |
| 570 | updated.WSLSandboxDistro = fresh.WSLSandboxDistro |
| 571 | updated.WSLSandboxInstallDir = fresh.WSLSandboxInstallDir |
no test coverage detected