Skip to content

Commit e1f0ac9

Browse files
Ark0Nclaude
andcommitted
fix: default new sessions to opus[1m] (1M context) instead of opus (200k)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a84ef52 commit e1f0ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/web/public/session-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ Object.assign(CodemanApp.prototype, {
941941
const stored = localStorage.getItem('caseSettings_' + caseName);
942942
if (stored) return JSON.parse(stored);
943943
} catch { /* ignore */ }
944-
return { agentTeams: false, opusContext1m: false };
944+
return { agentTeams: false, opusContext1m: true };
945945
},
946946

947947
saveCaseSettings(caseName, settings) {

0 commit comments

Comments
 (0)