Skip to content

Add vapi peer type#50

Merged
roznawsk merged 1 commit intomasterfrom
add-vapi-type
Apr 1, 2026
Merged

Add vapi peer type#50
roznawsk merged 1 commit intomasterfrom
add-vapi-type

Conversation

@roznawsk
Copy link
Copy Markdown
Member

Description

Describe your changes.

Motivation and Context

Why is this change required? What problem does it solve? If it fixes an open
issue, please link to the issue here.

Documentation impact

  • Documentation update required
  • Documentation updated in another PR
  • No documentation update required

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new vapi peer type to the server notifications protocol so peers can be classified as VAPI in server→peer messages and generated artifacts/docs stay in sync.

Changes:

  • Added PEER_TYPE_VAPI = 3 to ServerMessage.PeerType in server_notifications.proto.
  • Updated the checked-in Elixir Protobuf output to include the new enum value.
  • Updated the rendered docs table for ServerMessage.PeerType to list the new value.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
fishjam/server_notifications.proto Extends ServerMessage.PeerType with PEER_TYPE_VAPI.
fishjam_protos/lib/fishjam/server_notifications.pb.ex Keeps generated Elixir enum definitions aligned with the .proto change.
doc/docs.md Updates enum documentation to include PEER_TYPE_VAPI with number 3.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@roznawsk roznawsk merged commit 244345c into master Apr 1, 2026
8 checks passed
@roznawsk roznawsk deleted the add-vapi-type branch April 1, 2026 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants