mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 20:03:37 +00:00
refactor(cursor-models): remove tier property from Cursor model configurations
- Removed the 'tier' property from Cursor model configurations and related UI components. - Updated relevant files to reflect the removal of tier-related logic and display elements. - This change simplifies the model structure and UI, focusing on essential attributes.
This commit is contained in:
@@ -959,7 +959,6 @@ export class CursorProvider extends CliProvider {
|
||||
modelString: id,
|
||||
provider: 'cursor',
|
||||
description: config.description,
|
||||
tier: config.tier === 'pro' ? ('premium' as const) : ('basic' as const),
|
||||
supportsTools: true,
|
||||
supportsVision: false,
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user