- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_014wPUM1Fr44hwBGPP42iMxP
Set the name ahead of the word announcing it, and say what sign-in costs
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 455 · 2026-08-26T17:22:00.427438Z
Changed files
-
modified
assets/css/openagents.css -
modified
lib/openagents_web/components/landing.ex -
modified
lib/openagents_web/live/components_live.ex -
modified
lib/openagents_web/live/home_live.ex
Diff
4 files changed, +33 -19
assets/css/openagents.css modified +6 -5
@@ -3454,11 +3454,12 @@
| 3454 | 3454 |
|
| 3455 | 3455 |
|
| 3456 | 3456 |
|
| 3457 |
|
|
| 3458 |
|
|
| 3459 |
|
|
| 3460 |
|
|
| 3461 |
|
|
| 3457 |
|
|
| 3458 |
|
|
| 3459 |
|
|
| 3460 |
|
|
| 3461 |
|
|
| 3462 |
|
|
| 3462 | 3463 |
|
| 3463 | 3464 |
|
| 3464 | 3465 |
|
lib/openagents_web/components/landing.ex modified +6 -6
@@ -121,10 +121,10 @@ defmodule OpenAgentsWeb.UI.Landing do
| 121 | 121 |
|
| 122 | 122 |
|
| 123 | 123 |
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 | 128 |
|
| 129 | 129 |
|
| 130 | 130 |
|
@@ -136,7 +136,7 @@ defmodule OpenAgentsWeb.UI.Landing do
| 136 | 136 |
|
| 137 | 137 |
|
| 138 | 138 |
|
| 139 |
|
|
| 139 |
|
|
| 140 | 140 |
|
| 141 | 141 |
|
| 142 | 142 |
|
@@ -158,7 +158,7 @@ defmodule OpenAgentsWeb.UI.Landing do
| 158 | 158 |
|
| 159 | 159 |
|
| 160 | 160 |
|
| 161 |
|
|
| 161 |
|
|
| 162 | 162 |
|
| 163 | 163 |
|
| 164 | 164 |
|
lib/openagents_web/live/components_live.ex modified +5 -5
@@ -1660,14 +1660,14 @@ defmodule OpenAgentsWeb.ComponentsLive do
| 1660 | 1660 |
|
| 1661 | 1661 |
|
| 1662 | 1662 |
|
| 1663 |
|
|
| 1664 |
|
|
| 1665 |
|
|
| 1663 |
|
|
| 1664 |
|
|
| 1665 |
|
|
| 1666 | 1666 |
|
| 1667 | 1667 |
|
| 1668 | 1668 |
|
| 1669 |
|
|
| 1670 |
|
|
| 1669 |
|
|
| 1670 |
|
|
| 1671 | 1671 |
|
| 1672 | 1672 |
|
| 1673 | 1673 |
|
lib/openagents_web/live/home_live.ex modified +16 -3
@@ -545,11 +545,17 @@ defmodule OpenAgentsWeb.HomeLive do
| 545 | 545 |
|
| 546 | 546 |
|
| 547 | 547 |
|
| 548 |
|
|
| 549 |
|
|
| 548 |
|
|
| 549 |
|
|
| 550 | 550 |
|
| 551 | 551 |
|
| 552 | 552 |
|
| 553 |
|
|
| 554 |
|
|
| 555 |
|
|
| 556 |
|
|
| 557 |
|
|
| 558 |
|
|
| 553 | 559 |
|
| 554 | 560 |
|
| 555 | 561 |
|
@@ -557,12 +563,19 @@ defmodule OpenAgentsWeb.HomeLive do
| 557 | 563 |
|
| 558 | 564 |
|
| 559 | 565 |
|
| 566 |
|
|
| 560 | 567 |
|
| 561 | 568 |
|
| 562 | 569 |
|
| 563 | 570 |
|
| 564 | 571 |
|
| 565 |
|
|
| 572 |
|
|
| 573 |
|
|
| 574 |
|
|
| 575 |
|
|
| 576 |
|
|
| 577 |
|
|
| 578 |
|
|
| 566 | 579 |
|
| 567 | 580 |
|
| 568 | 581 |
|