Skip to content

feat(opencode): Requesty custom plugin with our own SDK, and dynamic model discovery - #39331

Draft
requesty-JohnCosta27 wants to merge 2 commits into
anomalyco:devfrom
requestyai:feat/custom-provider
Draft

feat(opencode): Requesty custom plugin with our own SDK, and dynamic model discovery#39331
requesty-JohnCosta27 wants to merge 2 commits into
anomalyco:devfrom
requestyai:feat/custom-provider

Conversation

@requesty-JohnCosta27

@requesty-JohnCosta27 requesty-JohnCosta27 commented Jul 28, 2026

Copy link
Copy Markdown

Issue for this PR

#30285
#16344

Closes: #30285
Closes: #16344

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

  • Uses /v1/models for model discovery with Requesty.
  • Uses the @requesty/ai-sdk package instead of openai-compatible, there's another pending PR to update our models.dev entry: Updating Requesty models models.dev#3813

How did you verify your code works?

  • Unit tests
  • Testing with bun dev, and checking that using /models with Requesty brings up the correct number of models, including user policies, and filtering down to the users approved models.

Screenshots / recordings

Screenshot 2026-07-28 at 13 40 11

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions

Copy link
Copy Markdown
Contributor

Hey! Your PR title Requesty custom plugin + Model discovery doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Jul 28, 2026
@requesty-JohnCosta27 requesty-JohnCosta27 changed the title Requesty custom plugin + Model discovery feat(requesty): Custom plugin with our own SDK, and dynamic model discovery Jul 28, 2026
@github-actions github-actions Bot removed needs:title needs:compliance This means the issue will auto-close after 2 hours. labels Jul 28, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

@requesty-JohnCosta27 requesty-JohnCosta27 changed the title feat(requesty): Custom plugin with our own SDK, and dynamic model discovery feat(opencode): Requesty custom plugin with our own SDK, and dynamic model discovery Jul 28, 2026
@requesty-JohnCosta27
requesty-JohnCosta27 marked this pull request as draft July 28, 2026 16:36
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.

[FEATURE]: Discover Requesty models at runtime instead of the models.dev snapshot Requesty provider does not load approved models

1 participant