fix(directives): preserve xhigh thinking level in session entry

This commit is contained in:
Sathvik Chowdary Veerapaneni 2026-03-19 19:40:04 -04:00
parent 628b55a825
commit 3199fc91a0

View File

@ -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);
}