- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Say what a coder session cost
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 356 · 2026-08-25T09:34:27.466632Z
Changed files
-
modified
lib/openagents/threads.ex -
modified
lib/openagents_web/controllers/thread_controller.ex -
modified
test/openagents/threads/grant_token_reach_test.exs -
modified
test/openagents/threads_test.exs
Diff
4 files changed, +91 -1
lib/openagents/threads.ex modified +43
@@ -679,6 +679,49 @@ defmodule OpenAgents.Threads do
| 679 | 679 |
|
| 680 | 680 |
|
| 681 | 681 |
|
| 682 |
|
|
| 683 |
|
|
| 684 |
|
|
| 685 |
|
|
| 686 |
|
|
| 687 |
|
|
| 688 |
|
|
| 689 |
|
|
| 690 |
|
|
| 691 |
|
|
| 692 |
|
|
| 693 |
|
|
| 694 |
|
|
| 695 |
|
|
| 696 |
|
|
| 697 |
|
|
| 698 |
|
|
| 699 |
|
|
| 700 |
|
|
| 701 |
|
|
| 702 |
|
|
| 703 |
|
|
| 704 |
|
|
| 705 |
|
|
| 706 |
|
|
| 707 |
|
|
| 708 |
|
|
| 709 |
|
|
| 710 |
|
|
| 711 |
|
|
| 712 |
|
|
| 713 |
|
|
| 714 |
|
|
| 715 |
|
|
| 716 |
|
|
| 717 |
|
|
| 718 |
|
|
| 719 |
|
|
| 720 |
|
|
| 721 |
|
|
| 722 |
|
|
| 723 |
|
|
| 724 |
|
|
| 682 | 725 |
|
| 683 | 726 |
|
| 684 | 727 |
|
lib/openagents_web/controllers/thread_controller.ex modified +10 -1
@@ -665,10 +665,19 @@ defmodule OpenAgentsWeb.ThreadController do
| 665 | 665 |
|
| 666 | 666 |
|
| 667 | 667 |
|
| 668 |
|
|
| 668 |
|
|
| 669 |
|
|
| 670 |
|
|
| 671 |
|
|
| 672 |
|
|
| 669 | 673 |
|
| 670 | 674 |
|
| 671 | 675 |
|
| 676 |
|
|
| 677 |
|
|
| 678 |
|
|
| 679 |
|
|
| 680 |
|
|
| 672 | 681 |
|
| 673 | 682 |
|
| 674 | 683 |
|
test/openagents/threads/grant_token_reach_test.exs modified +1
test/openagents/threads_test.exs modified +37
@@ -506,4 +506,41 @@ defmodule OpenAgents.ThreadsTest do
| 506 | 506 |
|
| 507 | 507 |
|
| 508 | 508 |
|
| 509 |
|
|
| 510 |
|
|
| 511 |
|
|
| 512 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
|
| 516 |
|
|
| 517 |
|
|
| 518 |
|
|
| 519 |
|
|
| 520 |
|
|
| 521 |
|
|
| 522 |
|
|
| 523 |
|
|
| 524 |
|
|
| 525 |
|
|
| 526 |
|
|
| 527 |
|
|
| 528 |
|
|
| 529 |
|
|
| 530 |
|
|
| 531 |
|
|
| 532 |
|
|
| 533 |
|
|
| 534 |
|
|
| 535 |
|
|
| 536 |
|
|
| 537 |
|
|
| 538 |
|
|
| 539 |
|
|
| 540 |
|
|
| 541 |
|
|
| 542 |
|
|
| 543 |
|
|
| 544 |
|
|
| 545 |
|
|
| 509 | 546 |
|