- Closes
- #101
Show a running token list in the /chat top bar
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
lib/openagents_web/live/chat_console_live.ex -
modified
test/openagents_web/live/chat_console_test.exs
Diff
2 files changed, +84 -6
lib/openagents_web/live/chat_console_live.ex modified +77 -6
@@ -25,6 +25,8 @@ defmodule OpenAgentsWeb.ChatConsoleLive do
| 25 | 25 |
|
| 26 | 26 |
|
| 27 | 27 |
|
| 28 |
|
|
| 29 |
|
|
| 28 | 30 |
|
| 29 | 31 |
|
| 30 | 32 |
|
@@ -81,7 +83,7 @@ defmodule OpenAgentsWeb.ChatConsoleLive do
| 81 | 83 |
|
| 82 | 84 |
|
| 83 | 85 |
|
| 84 |
|
|
| 86 |
|
|
| 85 | 87 |
|
| 86 | 88 |
|
| 87 | 89 |
|
@@ -216,6 +218,23 @@ defmodule OpenAgentsWeb.ChatConsoleLive do
| 216 | 218 |
|
| 217 | 219 |
|
| 218 | 220 |
|
| 221 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 |
|
|
| 237 |
|
|
| 219 | 238 |
|
| 220 | 239 |
|
| 221 | 240 |
|
@@ -395,7 +414,7 @@ defmodule OpenAgentsWeb.ChatConsoleLive do
| 395 | 414 |
|
| 396 | 415 |
|
| 397 | 416 |
|
| 398 |
|
|
| 417 |
|
|
| 399 | 418 |
|
| 400 | 419 |
|
| 401 | 420 |
|
@@ -442,6 +461,58 @@ defmodule OpenAgentsWeb.ChatConsoleLive do
| 442 | 461 |
|
| 443 | 462 |
|
| 444 | 463 |
|
| 464 |
|
|
| 465 |
|
|
| 466 |
|
|
| 467 |
|
|
| 468 |
|
|
| 469 |
|
|
| 470 |
|
|
| 471 |
|
|
| 472 |
|
|
| 473 |
|
|
| 474 |
|
|
| 475 |
|
|
| 476 |
|
|
| 477 |
|
|
| 478 |
|
|
| 479 |
|
|
| 480 |
|
|
| 481 |
|
|
| 482 |
|
|
| 483 |
|
|
| 484 |
|
|
| 485 |
|
|
| 486 |
|
|
| 487 |
|
|
| 488 |
|
|
| 489 |
|
|
| 490 |
|
|
| 491 |
|
|
| 492 |
|
|
| 493 |
|
|
| 494 |
|
|
| 495 |
|
|
| 496 |
|
|
| 497 |
|
|
| 498 |
|
|
| 499 |
|
|
| 500 |
|
|
| 501 |
|
|
| 502 |
|
|
| 503 |
|
|
| 504 |
|
|
| 505 |
|
|
| 506 |
|
|
| 507 |
|
|
| 508 |
|
|
| 509 |
|
|
| 510 |
|
|
| 511 |
|
|
| 512 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
|
| 445 | 516 |
|
| 446 | 517 |
|
| 447 | 518 |
|
@@ -460,7 +531,7 @@ defmodule OpenAgentsWeb.ChatConsoleLive do
| 460 | 531 |
|
| 461 | 532 |
|
| 462 | 533 |
|
| 463 |
|
|
| 534 |
|
|
| 464 | 535 |
|
| 465 | 536 |
|
| 466 | 537 |
|
@@ -476,9 +547,9 @@ defmodule OpenAgentsWeb.ChatConsoleLive do
| 476 | 547 |
|
| 477 | 548 |
|
| 478 | 549 |
|
| 479 |
|
|
| 480 |
|
|
| 481 |
|
|
| 550 |
|
|
| 551 |
|
|
| 552 |
|
|
| 482 | 553 |
|
| 483 | 554 |
|
| 484 | 555 |
|
test/openagents_web/live/chat_console_test.exs modified +7
@@ -43,6 +43,8 @@ defmodule OpenAgentsWeb.ChatConsoleTest do
| 43 | 43 |
|
| 44 | 44 |
|
| 45 | 45 |
|
| 46 |
|
|
| 47 |
|
|
| 46 | 48 |
|
| 47 | 49 |
|
| 48 | 50 |
|
@@ -130,6 +132,11 @@ defmodule OpenAgentsWeb.ChatConsoleTest do
| 130 | 132 |
|
| 131 | 133 |
|
| 132 | 134 |
|
| 135 |
|
|
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 133 | 140 |
|
| 134 | 141 |
|
| 135 | 142 |
|