dbx/src-tauri
Abeautifulsnow 222ebefa6a
feat(ai): add model list fetching in settings (#364)
- Add `ai_list_models` Tauri command and core support for fetching available models from OpenAI-compatible, Claude, and Ollama providers
- Replace manual model ID input with SearchableSelect in EditorSettingsDialog, including refresh button and loading state
- Add i18n translations for model list UI (en, es, zh-CN)
- Add tests for settings dialog layout and web driver management
2026-05-20 16:14:56 +08:00
..
capabilities feat(data): support connection URLs and XLSX export 2026-05-09 23:11:15 +08:00
icons fix(windows): enlarge Windows icons for better visibility in taskbar and tray 2026-05-20 14:51:49 +08:00
src feat(ai): add model list fetching in settings (#364) 2026-05-20 16:14:56 +08:00
.gitignore fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
Cargo.lock chore: bump version to 0.4.2 2026-05-06 20:24:13 +08:00
Cargo.toml Support DBX connection deep links (#359) 2026-05-20 16:10:14 +08:00
build.rs fix: skip macOS framework lookup in dev mode via build.rs 2026-05-07 22:21:13 +08:00
tauri.conf.json Support DBX connection deep links (#359) 2026-05-20 16:10:14 +08:00