feat(hermes): add model aliases config

This commit is contained in:
晴天
2026-05-26 04:28:33 +08:00
parent 59d7833203
commit a34d7befb6
8 changed files with 621 additions and 3 deletions

View File

@@ -529,6 +529,8 @@ export const api = {
hermesSkillsConfigSave: (form) => invoke('hermes_skills_config_save', { form }),
hermesQuickCommandsConfigRead: () => invoke('hermes_quick_commands_config_read'),
hermesQuickCommandsConfigSave: (form) => invoke('hermes_quick_commands_config_save', { form }),
hermesModelAliasesConfigRead: () => invoke('hermes_model_aliases_config_read'),
hermesModelAliasesConfigSave: (form) => invoke('hermes_model_aliases_config_save', { form }),
hermesHooksConfigRead: () => invoke('hermes_hooks_config_read'),
hermesHooksConfigSave: (form) => invoke('hermes_hooks_config_save', { form }),
hermesProviderOverridesConfigRead: () => invoke('hermes_provider_overrides_config_read'),