mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +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:
@@ -302,7 +302,6 @@ export class SettingsService {
|
|||||||
ignoreEmptyArrayOverwrite('aiProfiles');
|
ignoreEmptyArrayOverwrite('aiProfiles');
|
||||||
ignoreEmptyArrayOverwrite('mcpServers');
|
ignoreEmptyArrayOverwrite('mcpServers');
|
||||||
ignoreEmptyArrayOverwrite('enabledCursorModels');
|
ignoreEmptyArrayOverwrite('enabledCursorModels');
|
||||||
ignoreEmptyArrayOverwrite('enabledCodexModels');
|
|
||||||
|
|
||||||
// Empty object overwrite guard
|
// Empty object overwrite guard
|
||||||
if (
|
if (
|
||||||
|
|||||||
@@ -98,7 +98,8 @@ const E2E_SETTINGS = {
|
|||||||
{
|
{
|
||||||
id: 'profile-heavy-task',
|
id: 'profile-heavy-task',
|
||||||
name: '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',
|
model: 'opus',
|
||||||
thinkingLevel: 'ultrathink',
|
thinkingLevel: 'ultrathink',
|
||||||
provider: 'claude',
|
provider: 'claude',
|
||||||
|
|||||||
Reference in New Issue
Block a user