- Co-Authored-By
- Claude Fable 5 <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01GoYpb8FEmdxVErsv7ABCYi
Say on the voice surface that calls are recorded
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 340 · 2026-08-25T05:23:44.114068Z
Changed files
-
added
assets/test/voice_controller_test.mjs -
modified
lib/openagents_web/live/chat_live.ex -
modified
test/openagents_web/live/chat_live_test.exs
Diff
3 files changed, +58 -3
assets/test/voice_controller_test.mjs added +13
@@ -0,0 +1,13 @@
| 1 |
|
|
| 2 |
|
|
| 3 |
|
|
| 4 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 8 |
|
|
| 9 |
|
|
| 10 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
lib/openagents_web/live/chat_live.ex modified +14 -1
@@ -951,6 +951,7 @@ defmodule OpenAgentsWeb.ChatLive do
| 951 | 951 |
|
| 952 | 952 |
|
| 953 | 953 |
|
| 954 |
|
|
| 954 | 955 |
|
| 955 | 956 |
|
| 956 | 957 |
|
@@ -962,6 +963,7 @@ defmodule OpenAgentsWeb.ChatLive do
| 962 | 963 |
|
| 963 | 964 |
|
| 964 | 965 |
|
| 966 |
|
|
| 965 | 967 |
|
| 966 | 968 |
|
| 967 | 969 |
|
@@ -1956,6 +1958,7 @@ defmodule OpenAgentsWeb.ChatLive do
| 1956 | 1958 |
|
| 1957 | 1959 |
|
| 1958 | 1960 |
|
| 1961 |
|
|
| 1959 | 1962 |
|
| 1960 | 1963 |
|
| 1961 | 1964 |
|
@@ -2028,7 +2031,11 @@ defmodule OpenAgentsWeb.ChatLive do
| 2028 | 2031 |
|
| 2029 | 2032 |
|
| 2030 | 2033 |
|
| 2031 |
|
|
| 2034 |
|
|
| 2035 |
|
|
| 2036 |
|
|
| 2037 |
|
|
| 2038 |
|
|
| 2032 | 2039 |
|
| 2033 | 2040 |
|
| 2034 | 2041 |
|
@@ -2067,9 +2074,15 @@ defmodule OpenAgentsWeb.ChatLive do
| 2067 | 2074 |
|
| 2068 | 2075 |
|
| 2069 | 2076 |
|
| 2077 |
|
|
| 2070 | 2078 |
|
| 2071 | 2079 |
|
| 2072 | 2080 |
|
| 2081 |
|
|
| 2082 |
|
|
| 2083 |
|
|
| 2084 |
|
|
| 2085 |
|
|
| 2073 | 2086 |
|
| 2074 | 2087 |
|
| 2075 | 2088 |
|
test/openagents_web/live/chat_live_test.exs modified +31 -2
@@ -200,13 +200,42 @@ defmodule OpenAgentsWeb.ChatLiveTest do
| 200 | 200 |
|
| 201 | 201 |
|
| 202 | 202 |
|
| 203 |
|
|
| 203 |
|
|
| 204 | 204 |
|
| 205 | 205 |
|
| 206 |
|
|
| 207 | 206 |
|
| 208 | 207 |
|
| 209 | 208 |
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 218 |
|
|
| 219 |
|
|
| 220 |
|
|
| 221 |
|
|
| 222 |
|
|
| 223 |
|
|
| 224 |
|
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 236 |
|
|
| 237 |
|
|
| 238 |
|
|
| 210 | 239 |
|
| 211 | 240 |
|
| 212 | 241 |
|