fix(cli): remove tool round limit in ResponsesReplySource
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-responses.ts
Diff
1 file changed, +1 -12
packages/openagents-cli/src/coder-responses.ts modified +1 -12
@@ -51,12 +51,6 @@ interface Call {
| 51 | 51 |
|
| 52 | 52 |
|
| 53 | 53 |
|
| 54 |
|
|
| 55 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 59 |
|
|
| 60 | 54 |
|
| 61 | 55 |
|
| 62 | 56 |
|
@@ -89,7 +83,7 @@ export class ResponsesReplySource implements ReplySource {
| 89 | 83 |
|
| 90 | 84 |
|
| 91 | 85 |
|
| 92 |
|
|
| 86 |
|
|
| 93 | 87 |
|
| 94 | 88 |
|
| 95 | 89 |
|
@@ -121,11 +115,6 @@ export class ResponsesReplySource implements ReplySource {
| 121 | 115 |
|
| 122 | 116 |
|
| 123 | 117 |
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 129 | 118 |
|
| 130 | 119 |
|
| 131 | 120 |
|