Merge pull request #2617 from openchamber/feat/unexpected-message-content-edbc
fix(walkthrough): replace raw provider-login error with a readiness blocker
This commit is contained in:
@@ -91,6 +91,7 @@ export type WalkthroughStage = 'collecting' | 'asking' | 'retrying' | 'assemblin
|
||||
|
||||
export type WalkthroughBlockedReason =
|
||||
| 'no-model'
|
||||
| 'no-provider-login'
|
||||
| 'empty-diff'
|
||||
| 'only-generated'
|
||||
| 'context-too-small'
|
||||
@@ -104,6 +105,8 @@ export interface WalkthroughReadiness {
|
||||
inputCharBudget?: number;
|
||||
contextTokens?: number;
|
||||
structuredOutput?: boolean | null;
|
||||
/** False when the resolved provider has no usable OpenCode login. */
|
||||
hasLogin?: boolean;
|
||||
};
|
||||
requiredChars?: number;
|
||||
availableChars?: number;
|
||||
|
||||
Reference in New Issue
Block a user