speakeasy-api / speakeasy-api/kit
Expose boolean session config options
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 40
- Forks
- 4
- Avg merge
- 4h 18m
- Merged PRs (30d)
- 148
Description
No boolean options are exposed and the v1 client session.configOptions.boolean capability is never read. Candidates: native voice, auto-compaction. Gate on the client capability in v1; booleans are baseline in v2.
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 by reading the v1 session configuration handling and issue #146. Trace how session.configOptions.boolean is represented and checked, then identify the native voice and auto-compaction options. Done means those options are exposed for v1 only when the client advertises the boolean capability, while v2 continues to treat booleans as baseline.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- ai-infra-agents
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100