-
Notifications
You must be signed in to change notification settings - Fork 197
Keep a refused provider save on screen, and its discovered prices #772
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
Open
mlsmaycon
wants to merge
14
commits into
main
Choose a base branch
from
agent-network/provider-credential-check
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+389
−104
Open
Changes from 5 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c1390e2
Keep a refused provider save on screen, and its discovered prices
mlsmaycon 5a95ee2
Merge remote-tracking branch 'origin/main' into agent-network/provide…
mlsmaycon 718b81c
Save the provider before asking the vendor for its models
mlsmaycon 120e236
Keep a refused provider save on the form, and make it look refused
mlsmaycon 15c1ab5
Report a refused provider save once, through the shared toast
mlsmaycon 380c246
Cover what a refused provider save shows the operator
mlsmaycon 360f340
Drive the refused-save spec through the tab that holds the submit
mlsmaycon 0385261
Match the refusal text without pinning its capitalisation
mlsmaycon 39249fd
Revert to sending the credential when loading models for a new provider
mlsmaycon b61513d
Show the provider save is in flight while the vendor is checked
mlsmaycon a44cb84
Load models against a retyped URL without asking for the key back
mlsmaycon f0c1810
Do not report a stale provider list as a failed save
mlsmaycon 5669f0c
Select the refused-save spec by test id, and wait for the refusal
mlsmaycon 8d9356e
Assert the toast is not the success tile, rather than which failure i…
mlsmaycon 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗄️ Data Integrity & Integration | 🟠 Major | 🏗️ Heavy lift
Invalidate the discovery session when the form changes or closes.
The pre-discovery save continues after the operator changes fields or closes the modal. After it completes, Line 705 can set
createdProviderfor a reset session, and Lines 728-731 can load models for the old endpoint and credential into the new form state.Capture a session or form revision before the save. Invalidate it on field changes and
handleClose. Before settingcreatedProvideror starting discovery, require that the captured revision is still current.🤖 Prompt for AI Agents