removedOutput schema / properties / latestRun / properties / costProvenance
Removed value: -{
- "enum": [
- "actual",
- "calculated",
- "estimated",
- "unavailable"
- ],
- "type": "string"
-}
changedOutput schema / properties / latestRun / required
Previous value: -[
- "loopId",
- "title",
- "objective",
- "status",
- "lifecycleState",
- "attempts",
- "costUsd",
- "costProvenance",
- "avoidedUsd",
- "pressure",
- "shouldStop",
- "remainingBudgetUsd",
- "remainingIterations",
- "remainingTokens"
-]New value: +[
+ "loopId",
+ "title",
+ "objective",
+ "status",
+ "lifecycleState",
+ "attempts",
+ "costUsd",
+ "avoidedUsd",
+ "pressure",
+ "shouldStop",
+ "remainingBudgetUsd",
+ "remainingIterations",
+ "remainingTokens"
+]
removedOutput schema / properties / recentRuns / items / properties / costProvenance
Removed value: -{
- "enum": [
- "actual",
- "calculated",
- "estimated",
- "unavailable"
- ],
- "type": "string"
-}
changedOutput schema / properties / recentRuns / items / required
Previous value: -[
- "loopId",
- "title",
- "objective",
- "status",
- "lifecycleState",
- "attempts",
- "costUsd",
- "costProvenance",
- "avoidedUsd",
- "pressure",
- "shouldStop",
- "remainingBudgetUsd",
- "remainingIterations",
- "remainingTokens"
-]New value: +[
+ "loopId",
+ "title",
+ "objective",
+ "status",
+ "lifecycleState",
+ "attempts",
+ "costUsd",
+ "avoidedUsd",
+ "pressure",
+ "shouldStop",
+ "remainingBudgetUsd",
+ "remainingIterations",
+ "remainingTokens"
+]