- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Let a resumed coder session re-mint its thread's authority
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 301 · 2026-08-24T20:13:46.155239Z
Changed files
-
modified
lib/openagents_web/api_route_authority.ex -
modified
lib/openagents_web/controllers/thread_controller.ex -
modified
lib/openagents_web/router.ex -
modified
test/openagents_web/controllers/thread_controller_test.exs
Diff
4 files changed, +93 -0
lib/openagents_web/controllers/thread_controller.ex modified +38
@@ -120,6 +120,44 @@ defmodule OpenAgentsWeb.ThreadController do
| 120 | 120 |
|
| 121 | 121 |
|
| 122 | 122 |
|
| 123 |
|
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
|
| 132 |
|
|
| 133 |
|
|
| 134 |
|
|
| 135 |
|
|
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 150 |
|
|
| 151 |
|
|
| 152 |
|
|
| 153 |
|
|
| 154 |
|
|
| 155 |
|
|
| 156 |
|
|
| 157 |
|
|
| 158 |
|
|
| 159 |
|
|
| 160 |
|
|
| 123 | 161 |
|
| 124 | 162 |
|
| 125 | 163 |
|
lib/openagents_web/router.ex modified +1
@@ -570,6 +570,7 @@ defmodule OpenAgentsWeb.Router do
| 570 | 570 |
|
| 571 | 571 |
|
| 572 | 572 |
|
| 573 |
|
|
| 573 | 574 |
|
| 574 | 575 |
|
| 575 | 576 |
|
test/openagents_web/controllers/thread_controller_test.exs modified +53
@@ -700,4 +700,57 @@ defmodule OpenAgentsWeb.ThreadControllerTest do
| 700 | 700 |
|
| 701 | 701 |
|
| 702 | 702 |
|
| 703 |
|
|
| 704 |
|
|
| 705 |
|
|
| 706 |
|
|
| 707 |
|
|
| 708 |
|
|
| 709 |
|
|
| 710 |
|
|
| 711 |
|
|
| 712 |
|
|
| 713 |
|
|
| 714 |
|
|
| 715 |
|
|
| 716 |
|
|
| 717 |
|
|
| 718 |
|
|
| 719 |
|
|
| 720 |
|
|
| 721 |
|
|
| 722 |
|
|
| 723 |
|
|
| 724 |
|
|
| 725 |
|
|
| 726 |
|
|
| 727 |
|
|
| 728 |
|
|
| 729 |
|
|
| 730 |
|
|
| 731 |
|
|
| 732 |
|
|
| 733 |
|
|
| 734 |
|
|
| 735 |
|
|
| 736 |
|
|
| 737 |
|
|
| 738 |
|
|
| 739 |
|
|
| 740 |
|
|
| 741 |
|
|
| 742 |
|
|
| 743 |
|
|
| 744 |
|
|
| 745 |
|
|
| 746 |
|
|
| 747 |
|
|
| 748 |
|
|
| 749 |
|
|
| 750 |
|
|
| 751 |
|
|
| 752 |
|
|
| 753 |
|
|
| 754 |
|
|
| 755 |
|
|
| 703 | 756 |
|