-
Notifications
You must be signed in to change notification settings - Fork 362
[comp] Production Deploy #2904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
[comp] Production Deploy #2904
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
e7390ed
chore: merge release v3.62.0 back to main [skip ci]
github-actions[bot] af3402d
fix: harden cloud remediation and chat
tofikwest eaced08
fix(cloud-tests): address remediation review gaps
tofikwest 983ac9a
Merge pull request #2903 from trycompai/tofik/autofix-chat-errors
tofikwest c903201
fix(cloud-tests): harden aws validation paths
tofikwest 5a79bcb
test(cloud-tests): lint remediation review coverage
tofikwest b17a66c
Merge pull request #2905 from trycompai/tofik/remediation-release-review
tofikwest 1b3b84a
fix(cloud-tests): address release remediation review
tofikwest cc54bf8
Merge pull request #2906 from trycompai/tofik/remediation-release-fol…
tofikwest ddcf466
fix(cloud-tests): preserve batch finding cancellations
tofikwest 199dfc3
fix(cloud-tests): retry batch progress conflicts
tofikwest 918eff9
Merge pull request #2907 from trycompai/tofik/remediation-batch-cancel
tofikwest 816ba5c
fix(cloud-tests): backfill egress security group ids
tofikwest 10bcf72
Merge pull request #2908 from trycompai/tofik/fix-egress-groupid-norm…
tofikwest File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| import { ASSISTANT_OPENAI_PROVIDER_OPTIONS } from './openai-options'; | ||
|
|
||
| describe('ASSISTANT_OPENAI_PROVIDER_OPTIONS', () => { | ||
| it('disables stored Responses API item references for assistant chat', () => { | ||
| expect(ASSISTANT_OPENAI_PROVIDER_OPTIONS.openai.store).toBe(false); | ||
| }); | ||
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| import type { OpenAIResponsesProviderOptions } from '@ai-sdk/openai'; | ||
|
|
||
| export const ASSISTANT_OPENAI_PROVIDER_OPTIONS = { | ||
| openai: { | ||
| store: false, | ||
| } satisfies OpenAIResponsesProviderOptions, | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.