- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Carry the turn's cost into the trajectory on the thread lane
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
packages/openagents-cli/src/coder-thread.ts -
modified
packages/openagents-cli/test/coder-thread.test.ts
Diff
2 files changed, +28 -0
packages/openagents-cli/src/coder-thread.ts modified +12
@@ -585,6 +585,18 @@ export class ThreadReplySource implements ReplySource {
| 585 | 585 |
|
| 586 | 586 |
|
| 587 | 587 |
|
| 588 |
|
|
| 589 |
|
|
| 590 |
|
|
| 591 |
|
|
| 592 |
|
|
| 593 |
|
|
| 594 |
|
|
| 595 |
|
|
| 596 |
|
|
| 597 |
|
|
| 598 |
|
|
| 599 |
|
|
| 588 | 600 |
|
| 589 | 601 |
|
| 590 | 602 |
|
packages/openagents-cli/test/coder-thread.test.ts modified +16
@@ -738,6 +738,22 @@ describe("the thread's durable transcript", () => {
| 738 | 738 |
|
| 739 | 739 |
|
| 740 | 740 |
|
| 741 |
|
|
| 742 |
|
|
| 743 |
|
|
| 744 |
|
|
| 745 |
|
|
| 746 |
|
|
| 747 |
|
|
| 748 |
|
|
| 749 |
|
|
| 750 |
|
|
| 751 |
|
|
| 752 |
|
|
| 753 |
|
|
| 754 |
|
|
| 755 |
|
|
| 756 |
|
|
| 741 | 757 |
|
| 742 | 758 |
|
| 743 | 759 |
|