Commit 7afd801
fix(types): add 'checking' status to ProviderItem type
The AcpProviderInfo type has a 'checking' status for when provider
availability is being checked, but ProviderItem was missing this
state, causing a type error in chat-panel.tsx.
This fixes the build failure:
Type 'AcpProviderInfo[]' is not assignable to type 'ProviderItem[]'
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2d4f619 commit 7afd801
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
| 440 | + | |
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
| |||
0 commit comments