mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 08:13:37 +00:00
refactor: clean up settings service and improve E2E fixture descriptions
- Removed the redundant call to ignore empty array overwrite for 'enabledCodexModels' in the SettingsService. - Reformatted the description of the 'Heavy Task' profile in the E2E fixture setup script for better readability.
This commit is contained in:
@@ -98,7 +98,8 @@ const E2E_SETTINGS = {
|
||||
{
|
||||
id: 'profile-heavy-task',
|
||||
name: 'Heavy Task',
|
||||
description: 'Claude Opus with Ultrathink for complex architecture, migrations, or deep debugging.',
|
||||
description:
|
||||
'Claude Opus with Ultrathink for complex architecture, migrations, or deep debugging.',
|
||||
model: 'opus',
|
||||
thinkingLevel: 'ultrathink',
|
||||
provider: 'claude',
|
||||
|
||||
Reference in New Issue
Block a user