- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_0149rBWy7br1Z7bbz9NrQhEr
Fix the staging build, and settle the sidebar footer
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
Dockerfile -
modified
assets/css/openagents.css -
modified
lib/openagents/admin.ex -
modified
lib/openagents_web/components/layouts.ex -
modified
test/openagents_web/live/chat_live_test.exs
Diff
5 files changed, +90 -22
Dockerfile modified +5 -1
@@ -110,6 +110,10 @@ CMD ["mix", "run", "--no-compile", "--no-start", "ops/forge/build-worker.exs"]
| 110 | 110 |
|
| 111 | 111 |
|
| 112 | 112 |
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 113 | 117 |
|
| 114 | 118 |
|
| 115 | 119 |
|
@@ -128,7 +132,7 @@ RUN sed -i \
| 128 | 132 |
|
| 129 | 133 |
|
| 130 | 134 |
|
| 131 |
|
|
| 135 |
|
|
| 132 | 136 |
|
| 133 | 137 |
|
| 134 | 138 |
|
assets/css/openagents.css modified +21 -13
@@ -250,9 +250,10 @@
| 250 | 250 |
|
| 251 | 251 |
|
| 252 | 252 |
|
| 253 |
|
|
| 254 |
|
|
| 255 |
|
|
| 253 |
|
|
| 254 |
|
|
| 255 |
|
|
| 256 |
|
|
| 256 | 257 |
|
| 257 | 258 |
|
| 258 | 259 |
|
@@ -2529,27 +2530,32 @@
| 2529 | 2530 |
|
| 2530 | 2531 |
|
| 2531 | 2532 |
|
| 2532 |
|
|
| 2533 |
|
|
| 2534 |
|
|
| 2535 |
|
|
| 2533 |
|
|
| 2534 |
|
|
| 2535 |
|
|
| 2536 |
|
|
| 2536 | 2537 |
|
| 2537 | 2538 |
|
| 2539 |
|
|
| 2540 |
|
|
| 2541 |
|
|
| 2542 |
|
|
| 2543 |
|
|
| 2538 | 2544 |
|
| 2539 | 2545 |
|
| 2540 | 2546 |
|
| 2541 | 2547 |
|
| 2542 | 2548 |
|
| 2543 |
|
|
| 2544 |
|
|
| 2549 |
|
|
| 2545 | 2550 |
|
| 2546 | 2551 |
|
| 2552 |
|
|
| 2547 | 2553 |
|
| 2548 |
|
|
| 2554 |
|
|
| 2549 | 2555 |
|
| 2550 | 2556 |
|
| 2551 | 2557 |
|
| 2552 |
|
|
| 2558 |
|
|
| 2553 | 2559 |
|
| 2554 | 2560 |
|
| 2555 | 2561 |
|
@@ -2792,9 +2798,11 @@
| 2792 | 2798 |
|
| 2793 | 2799 |
|
| 2794 | 2800 |
|
| 2795 |
|
|
| 2796 | 2801 |
|
| 2797 |
|
|
| 2802 |
|
|
| 2803 |
|
|
| 2804 |
|
|
| 2805 |
|
|
| 2798 | 2806 |
|
| 2799 | 2807 |
|
| 2800 | 2808 |
|
lib/openagents/admin.ex modified +57
@@ -18,7 +18,9 @@ defmodule OpenAgents.Admin do
| 18 | 18 |
|
| 19 | 19 |
|
| 20 | 20 |
|
| 21 |
|
|
| 21 | 22 |
|
| 23 |
|
|
| 22 | 24 |
|
| 23 | 25 |
|
| 24 | 26 |
|
@@ -27,6 +29,61 @@ defmodule OpenAgents.Admin do
| 27 | 29 |
|
| 28 | 30 |
|
| 29 | 31 |
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 40 |
|
|
| 41 |
|
|
| 42 |
|
|
| 43 |
|
|
| 44 |
|
|
| 45 |
|
|
| 46 |
|
|
| 47 |
|
|
| 48 |
|
|
| 49 |
|
|
| 50 |
|
|
| 51 |
|
|
| 52 |
|
|
| 53 |
|
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 |
|
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 66 |
|
|
| 67 |
|
|
| 68 |
|
|
| 69 |
|
|
| 70 |
|
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 85 |
|
|
| 86 |
|
|
| 30 | 87 |
|
| 31 | 88 |
|
| 32 | 89 |
|
lib/openagents_web/components/layouts.ex modified +3 -6
@@ -211,6 +211,9 @@ defmodule OpenAgentsWeb.Layouts do
| 211 | 211 |
|
| 212 | 212 |
|
| 213 | 213 |
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 214 | 217 |
|
| 215 | 218 |
|
| 216 | 219 |
|
@@ -564,12 +567,6 @@ defmodule OpenAgentsWeb.Layouts do
| 564 | 567 |
|
| 565 | 568 |
|
| 566 | 569 |
|
| 567 |
|
|
| 568 |
|
|
| 569 |
|
|
| 570 |
|
|
| 571 |
|
|
| 572 |
|
|
| 573 | 570 |
|
| 574 | 571 |
|
| 575 | 572 |
|
test/openagents_web/live/chat_live_test.exs modified +4 -2
@@ -52,7 +52,7 @@ defmodule OpenAgentsWeb.ChatLiveTest do
| 52 | 52 |
|
| 53 | 53 |
|
| 54 | 54 |
|
| 55 |
|
|
| 55 |
|
|
| 56 | 56 |
|
| 57 | 57 |
|
| 58 | 58 |
|
@@ -60,7 +60,9 @@ defmodule OpenAgentsWeb.ChatLiveTest do
| 60 | 60 |
|
| 61 | 61 |
|
| 62 | 62 |
|
| 63 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 64 | 66 |
|
| 65 | 67 |
|
| 66 | 68 |
|