Skip to content

add custom baseurl for cua - #112

Merged
NikhilShahi merged 2 commits into
mainfrom
cua-custom-baseurls
Aug 16, 2026
Merged

add custom baseurl for cua#112
NikhilShahi merged 2 commits into
mainfrom
cua-custom-baseurls

Conversation

@NikhilShahi

@NikhilShahiNikhilShahi commented Aug 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

Changes

Validation

  • yarn lint
  • yarn build

Note

Low Risk
Additive optional typing and request payload field with no changes to auth or core request handling beyond forwarding the new property.

Overview
Adds optional baseUrls on CUA task start so callers can point the OpenAI provider at a custom endpoint (e.g. Azure OpenAI) alongside existing custom API keys.

Introduces CuaBaseUrls with an optional openai field on StartCuaTaskParams, exports it from the public types package, and bumps the SDK to 0.92.3. An integration test asserts POST /api/task/cua includes baseUrls in the request body when set.

Reviewed by Cursor Bugbot for commit 8ca4fd1. Bugbot is set up for automated code reviews on this repo. Configure here.

@NikhilShahi
NikhilShahi merged commit b1864e5 into mainAug 16, 2026
3 checks passed
Sign up for freeto 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.

1 participant

@NikhilShahi