Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codaxy/conductor-sharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: codaxy/conductor-sharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 16 files changed
  • 3 contributors

Commits on Jul 17, 2026

  1. Apply fix from master branch

    boma96 committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    e82c1db View commit details
    Browse the repository at this point in the history
  2. Bump version

    boma96 committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    3b755b3 View commit details
    Browse the repository at this point in the history
  3. Bump to stable version

    boma96 committed Jul 17, 2026
    Configuration menu
    Copy the full SHA
    ba990e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

  1. CxODEV-1730: StructuredErrorException + structured_error task-output …

    …contract (#216)
    
    * CxODEV-1730: add StructuredErrorException + structured_error task-output contract
    
    Adds a framework capability for workers to attach a sanitized, structured error
    classification to a failed task's output:
    
    - StructuredErrorException(code, reason, referenceError?)
    - StructuredError DTO and ErrorOutput.StructuredError (omitted when null → back-compat)
    - StructuredErrorSerializer: OutputKey, ToOutputData (for signal senders) and
      tolerant TryParse (consumer side); a round-trip contract test pins the shape/key
    - both ExecutionManager and TypePollSpreadingExecutionManager populate structured_error
      when a StructuredErrorException is caught; plain exceptions still emit only error_message
    - version bumped 3.7.3 -> 3.8.0 (additive, on the v3 line)
    
    ---------
    
    Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
    andrejsimic and claude authored Jul 21, 2026
    Configuration menu
    Copy the full SHA
    e61f2b8 View commit details
    Browse the repository at this point in the history
Loading