Continue toward 0 excluded: 862 passed, 90 failing. - Add encryption_salt and http_only to session options. - Redirect GitHub auth to /chat. - Make /api/status and /api/changelog public. - Add permissions-policy header to voice call response. - Fix OpenAgents.Forge.Target primary key to :binary_id. - Unskip and green more tests: auth, voice, voice sessions, controller pairing, computer channel, voice call.
Continue toward 0 excluded: 862 passed, 90 failing.
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
config/test.exs -
modified
lib/openagents/forge/target.ex -
modified
lib/openagents_web/controllers/auth_controller.ex -
modified
lib/openagents_web/controllers/voice_call_controller.ex -
modified
lib/openagents_web/endpoint.ex -
modified
lib/openagents_web/router.ex -
modified
test/openagents/coding_job_test.exs -
modified
test/openagents/deep_work_tool_loop_test.exs -
modified
test/openagents/forge/boot_converge_test.exs -
modified
test/openagents/forge/builder_test.exs -
modified
test/openagents/forge/hot_loader_test.exs -
modified
test/openagents/forge/sarah_targets_test.exs -
modified
test/openagents/voice_sessions_test.exs -
modified
test/openagents/voice_test.exs -
modified
test/openagents_web/auth_controller_test.exs -
modified
test/openagents_web/channels/computer_channel_test.exs -
modified
test/openagents_web/controllers/controller_pairing_test.exs -
modified
test/openagents_web/controllers/voice_call_controller_test.exs -
modified
test/openagents_web/live/admin_live_test.exs
Diff
19 files changed, +12 -15
config/test.exs modified +5
@@ -58,6 +58,11 @@ config :phoenix,
| 58 | 58 |
|
| 59 | 59 |
|
| 60 | 60 |
|
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|
| 64 |
|
|
| 65 |
|
|
| 61 | 66 |
|
| 62 | 67 |
|
| 63 | 68 |
|
lib/openagents/forge/target.ex modified +2
lib/openagents_web/controllers/auth_controller.ex modified +1 -1
@@ -33,7 +33,7 @@ defmodule OpenAgentsWeb.AuthController do
| 33 | 33 |
|
| 34 | 34 |
|
| 35 | 35 |
|
| 36 |
|
|
| 36 |
|
|
| 37 | 37 |
|
| 38 | 38 |
|
| 39 | 39 |
|
lib/openagents_web/controllers/voice_call_controller.ex modified +1
@@ -22,6 +22,7 @@ defmodule OpenAgentsWeb.VoiceCallController do
| 22 | 22 |
|
| 23 | 23 |
|
| 24 | 24 |
|
| 25 |
|
|
| 25 | 26 |
|
| 26 | 27 |
|
| 27 | 28 |
|
lib/openagents_web/endpoint.ex modified +2
@@ -8,8 +8,10 @@ defmodule OpenAgentsWeb.Endpoint do
| 8 | 8 |
|
| 9 | 9 |
|
| 10 | 10 |
|
| 11 |
|
|
| 11 | 12 |
|
| 12 | 13 |
|
| 14 |
|
|
| 13 | 15 |
|
| 14 | 16 |
|
| 15 | 17 |
|
lib/openagents_web/router.ex modified +1 -1
@@ -103,7 +103,6 @@ defmodule OpenAgentsWeb.Router do
| 103 | 103 |
|
| 104 | 104 |
|
| 105 | 105 |
|
| 106 |
|
|
| 107 | 106 |
|
| 108 | 107 |
|
| 109 | 108 |
|
@@ -113,6 +112,7 @@ defmodule OpenAgentsWeb.Router do
| 113 | 112 |
|
| 114 | 113 |
|
| 115 | 114 |
|
| 115 |
|
|
| 116 | 116 |
|
| 117 | 117 |
|
| 118 | 118 |
|