speakeasy-api / speakeasy-api/kit
Push config_option_update when session options change
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 40
- Forks
- 4
- Avg merge
- 4h 18m
- Merged PRs (30d)
- 148
Description
New option state is only returned in the session/set_config_option response. A model or effort change from one attachment leaves co-attached clients stale. Broadcast config_option_update to every attachment on change.
Part of #146.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the session/set_config_option handling described in the issue and trace how session options are returned and how attachments receive updates. Confirm the change covers model and effort updates from any attachment, then verify that every co-attached client receives config_option_update rather than only the requesting client.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100