fix(coding-agent): preserve session thinking for scoped model cycling
closes #1789
This commit is contained in:
@@ -23,7 +23,7 @@ interface ModelItem {
|
||||
|
||||
interface ScopedModelItem {
|
||||
model: Model<any>;
|
||||
thinkingLevel: string;
|
||||
thinkingLevel?: string;
|
||||
}
|
||||
|
||||
type ModelScope = "all" | "scoped";
|
||||
|
||||
Reference in New Issue
Block a user