Commit dd5b540
fix(protocol): actually bump submodule pointer to v1.46.3
The previous commit (3c7bae2) hand-regenerated the .py/.pyi stubs but
never staged the submodule pointer bump itself. The build-protocol.yml
bot then re-ran generate_proto.sh against the still-recorded 0bb4e41
submodule and overwrote my CustomEvent stubs (because they didn't
match the actually-committed submodule state). Bot was right; my
commit was internally inconsistent.
Bump the submodule pointer for real (0bb4e41 -> b89c3a7, v1.46.3) so
the bot's next regen produces stubs that actually include
AgentSessionEvent.custom_event + CustomEvent.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent a17739e commit dd5b540
1 file changed
Lines changed: 1 addition & 1 deletion
- .changeset/eager-aliens-enter.md-5
- CHANGELOG.md+18
- livekit/agent/livekit_agent_session.pb.go+348-271
- livekit/livekit_agent_dispatch.pb.go+3-3
- livekit/livekit_agent_dispatch.twirp.go+34-34
- livekit/livekit_agent_worker.pb.go+188
- livekit/livekit_agent_worker_protocol.go+27
- livekit/livekit_analytics.pb.go+11-6
- livekit/livekit_cloud_agent.pb.go+31-22
- livekit/livekit_cloud_agent.twirp.go+155-154
- livekit/livekit_connector_twilio.pb.go+3-3
- livekit/livekit_connector_whatsapp.pb.go+10-10
- livekit/livekit_egress.pb.go+16-16
- livekit/livekit_egress.twirp.go+265-264
- livekit/livekit_ingress.pb.go+6-6
- livekit/livekit_ingress.twirp.go+98-98
- livekit/livekit_models.pb.go+5-5
- livekit/livekit_room.pb.go+20-9
- livekit/livekit_room.twirp.go+102-101
- livekit/livekit_rtc.pb.go+7-7
- livekit/livekit_sip.pb.go+388-165
- livekit/livekit_sip.twirp.go+363-355
- livekit/logger/options.pb.go+104-24
- logger/proto.go+38-14
- logger/proto_test.go+171
- magefile.go+1
- observability/corecallobs/gen_reporter.go+1-1
- observability/roomobs/gen_reporter.go+1-1
- package.json+1-1
- packages/javascript/CHANGELOG.md+20
- packages/javascript/package.json+1-1
- packages/javascript/src/index.d.ts+3
- packages/javascript/src/index.js+3
- protobufs/agent/livekit_agent_session.proto+7
- protobufs/livekit_agent_dispatch.proto+3-3
- protobufs/livekit_agent_worker.proto+31
- protobufs/livekit_analytics.proto+8-6
- protobufs/livekit_cloud_agent.proto+1
- protobufs/livekit_connector_twilio.proto+3-3
- protobufs/livekit_connector_whatsapp.proto+10-10
- protobufs/livekit_egress.proto+14-14
- protobufs/livekit_ingress.proto+6-6
- protobufs/livekit_models.proto+5-5
- protobufs/livekit_room.proto+9-6
- protobufs/livekit_rtc.proto+7-7
- protobufs/livekit_sip.proto+59-40
- protobufs/logger/options.proto+19-1
- protobufs/rpc/egress.proto+1-1
- protobufs/rpc/io.proto+19-8
- protobufs/rpc/sip.proto+15-10
- rpc/egress.pb.go+1-1
- rpc/egress.psrpc.go+25-25
- rpc/io.pb.go+36-23
- rpc/io.psrpc.go+324-134
- rpc/sip.go+3
- rpc/sip.pb.go+79-47
- rpc/sip.psrpc.go+83-79
- utils/proto.go+4-2
0 commit comments