speakeasy-api / speakeasy-api/kit
Use elicitation/create for auth and structured user input
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 40
- Forks
- 4
- Avg merge
- 4h 18m
- Merged PRs (30d)
- 148
Description
Kit never issues elicitation/create (stable since schema 1.7.0). When the client advertises elicitation.url, use URL mode to replace the out-of-process terminal auth flow. When it advertises elicitation.form, enable a structured ask-user tool.
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 related work in #146 and locating Kit’s current out-of-process terminal authentication flow. Inspect how client capabilities are advertised for elicitation.url and elicitation.form; done means URL-capable clients use URL authentication and form-capable clients can use structured user input.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, authentication
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100