- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Make /api/v1/responses accept openresponses clients.
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/controllers/responses_controller.ex -
modified
lib/openagents_web/router.ex
Diff
2 files changed, +37 -6
lib/openagents_web/controllers/responses_controller.ex modified +28 -5
@@ -494,7 +494,27 @@ defmodule OpenAgentsWeb.ResponsesController do
| 494 | 494 |
|
| 495 | 495 |
|
| 496 | 496 |
|
| 497 |
|
|
| 497 |
|
|
| 498 |
|
|
| 499 |
|
|
| 500 |
|
|
| 501 |
|
|
| 502 |
|
|
| 503 |
|
|
| 504 |
|
|
| 505 |
|
|
| 506 |
|
|
| 507 |
|
|
| 508 |
|
|
| 509 |
|
|
| 510 |
|
|
| 511 |
|
|
| 512 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
|
| 516 |
|
|
| 517 |
|
|
| 498 | 518 |
|
| 499 | 519 |
|
| 500 | 520 |
|
@@ -525,13 +545,16 @@ defmodule OpenAgentsWeb.ResponsesController do
| 525 | 545 |
|
| 526 | 546 |
|
| 527 | 547 |
|
| 548 |
|
|
| 549 |
|
|
| 528 | 550 |
|
| 529 | 551 |
|
| 530 |
|
|
| 531 |
|
|
| 532 |
|
|
| 552 |
|
|
| 553 |
|
|
| 554 |
|
|
| 555 |
|
|
| 556 |
|
|
| 533 | 557 |
|
| 534 |
|
|
| 535 | 558 |
|
| 536 | 559 |
|
| 537 | 560 |
|
lib/openagents_web/router.ex modified +9 -1
@@ -74,6 +74,14 @@ defmodule OpenAgentsWeb.Router do
| 74 | 74 |
|
| 75 | 75 |
|
| 76 | 76 |
|
| 77 |
|
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 81 |
|
|
| 82 |
|
|
| 83 |
|
|
| 84 |
|
|
| 77 | 85 |
|
| 78 | 86 |
|
| 79 | 87 |
|
@@ -511,7 +519,7 @@ defmodule OpenAgentsWeb.Router do
| 511 | 519 |
|
| 512 | 520 |
|
| 513 | 521 |
|
| 514 |
|
|
| 522 |
|
|
| 515 | 523 |
|
| 516 | 524 |
|
| 517 | 525 |
|