Skip to content

Release v1.4.295

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 20:24

Changes

PR #1727 by ksylvan: Standardize Anthropic Beta Failure Logging

  • Refactor: route Anthropic beta failure logs through internal debug logger
  • Replace fmt.Fprintf stderr with debuglog.Debug for beta failures
  • Import internal log package and remove os dependency
  • Standardize logging level to debuglog.Basic for beta errors
  • Preserve fallback stream behavior when beta features fail