- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Say which upstream status a provider failure carried
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- pushed
- by user · WAL seq 353 · 2026-08-25T07:46:40.516249Z
Changed files
-
modified
lib/openagents/operational_log.ex -
modified
lib/openagents_web/controllers/inference_proxy_controller.ex -
modified
test/openagents/operational_log_test.exs
Diff
3 files changed, +48 -2
lib/openagents/operational_log.ex modified +18
@@ -12,5 +12,23 @@ defmodule OpenAgents.OperationalLog do
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 15 | 33 |
|
| 16 | 34 |
|
lib/openagents_web/controllers/inference_proxy_controller.ex modified +12 -2
@@ -204,8 +204,13 @@ defmodule OpenAgentsWeb.InferenceProxyController do
| 204 | 204 |
|
| 205 | 205 |
|
| 206 | 206 |
|
| 207 |
|
|
| 208 |
|
|
| 207 |
|
|
| 208 |
|
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 213 |
|
|
| 209 | 214 |
|
| 210 | 215 |
|
| 211 | 216 |
|
@@ -368,6 +373,11 @@ defmodule OpenAgentsWeb.InferenceProxyController do
| 368 | 373 |
|
| 369 | 374 |
|
| 370 | 375 |
|
| 376 |
|
|
| 377 |
|
|
| 378 |
|
|
| 379 |
|
|
| 380 |
|
|
| 371 | 381 |
|
| 372 | 382 |
|
| 373 | 383 |
|
test/openagents/operational_log_test.exs modified +18
@@ -10,4 +10,22 @@ defmodule OpenAgents.OperationalLogTest do
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 13 | 31 |
|