fix(directives): preserve xhigh thinking level in session entry
This commit is contained in:
parent
628b55a825
commit
3199fc91a0
@ -321,9 +321,6 @@ export async function handleDirectiveOnly(
|
||||
if (directives.hasFastDirective && directives.fastMode !== undefined) {
|
||||
sessionEntry.fastMode = directives.fastMode;
|
||||
}
|
||||
if (shouldDowngradeXHigh) {
|
||||
sessionEntry.thinkingLevel = "high";
|
||||
}
|
||||
if (directives.hasVerboseDirective && directives.verboseLevel) {
|
||||
applyVerboseOverride(sessionEntry, directives.verboseLevel);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user