Commit graph

27 commits

Author SHA1 Message Date
Willie Zutz
7253cbc89c feat(dashboard): refactor widget processing to support dynamic tool selection
- Updated the widget processing API to accept tool names as an optional parameter.
- Consolidated tool imports and created an `allTools` array for easier management.
- Added a new ToolSelector component for selecting tools in the widget configuration modal.
- Enhanced date difference and timezone conversion tools with improved descriptions and error handling.
- Refactored types for widgets and dashboard to streamline the codebase and improve type safety.
- Removed deprecated types and organized type definitions into separate files for better maintainability.
2025-07-23 00:08:00 -06:00
Willie Zutz
a140e5b1d4 Merge remote-tracking branch 'upstream/master' into dashboard 2025-07-19 12:39:10 -06:00
Willie Zutz
7f62907385 feat(weather): update measurement units to Imperial/Metric 2025-07-19 08:53:11 -06:00
Willie Zutz
a027ccb25a Merge remote-tracking branch 'upstream/master' 2025-07-18 10:48:09 -06:00
ItzCrazyKns
94e6db10bb feat(weather): add other measurement units, closes #821 #790 2025-07-18 21:09:32 +05:30
Willie Zutz
0d7f83d4fb
Merge pull request #1 from kmac/add-openrouter-support
feat(providers): added openrouter support
2025-07-16 23:50:38 -06:00
Willie Zutz
70cdad1cd4 Merge remote-tracking branch 'upstream/master' 2025-07-16 23:37:23 -06:00
Willie Zutz
1e40244183 feat(agent): Implement recursion limit handling and emergency synthesis for search process 2025-07-13 13:20:16 -06:00
Willie Zutz
18fdb192d8 feat(models): Implement model visibility management with hidden models configuration 2025-07-13 11:50:51 -06:00
Willie Zutz
37c93c3c9b feat(search): Add ability to set default provider, model, and optimization mode when coming from a search query 2025-07-03 00:27:32 -06:00
D1m7asis
c6d084f5dc feat: add AIML API provider
Introduces support for the AI/ML API provider, including configuration options, chat and embedding model loading, and UI integration. Updates documentation and sample config to reflect the new provider.
2025-06-27 13:43:54 +02:00
kmac
94315c169a feat(providers): added openrouter support
This PR is adapted from namanbnsl's original
at https://github.com/namanbnsl/Perplexica/tree/add-openrouter-support

Added minor modifications to bring the openrouter support in line
with the changes in this forked repo
2025-05-31 21:49:26 -04:00
Willie Zutz
011d10df29 feat(UI): allow system prompts and persona prompts to be saved server side and individually included or excluded from messages 2025-05-27 12:53:30 -06:00
ItzCrazyKns
bb21184ea2 feat(settings): show loading spinner immediately 2025-05-27 18:32:09 +05:30
Willie Zutz
8e6934bb64 feat(prompt): Use date, not time in prompts 2025-05-26 11:05:11 -06:00
Willie Zutz
c47a630372 feat(app): Introduce quality mode. Improve functionality of balanced mode using readability to get page content and pull relevant excerpts
feat(UI): Show progress during inferrence
feat(security): Don't show API keys in the UI any more
feat(models): Support Claude 4 Anthropic models
2025-05-23 18:03:35 -06:00
Willie Zutz
288120dc1d feat(UI): protect API keys by not displaying them in the UI. 2025-05-20 00:44:52 -06:00
Willie Zutz
b2774f525a feat(UI): Tabbed interface for messages. 2025-05-09 01:12:31 -06:00
Willie Zutz
317e359d0e fix(Library): Returned metadata to the old style so sources still work. 2025-05-01 12:15:16 -06:00
Willie Zutz
86a3c59acd (feat): Model stats so you know what model you used when you were chatting. Setting for auto retrieving suggestions. 2025-04-30 22:58:19 -06:00
Willie Zutz
1a2ad8a59d Merge remote-tracking branch 'upstream/master' 2025-04-19 12:51:57 -06:00
ItzCrazyKns
1862491496 feat(settings): add LM Studio API URL 2025-04-12 11:59:05 +05:30
ItzCrazyKns
073b5e897c feat(app): lint & beautify 2025-04-12 11:58:52 +05:30
haddadrm
7e1dc33a08 Implement provider formatting improvements and fix client-side compatibility
- Add PROVIDER_INFO metadata to each provider file with proper display names
- Create centralized PROVIDER_METADATA in index.ts for consistent reference
- Update settings UI to use provider metadata for display names
- Fix client/server compatibility for Node.js modules in config.ts
2025-04-11 19:18:19 +04:00
ItzCrazyKns
588e68e93e feat(providers): add deepseek provider 2025-04-06 13:37:43 +05:30
ItzCrazyKns
7d52fbb368 feat(settings): add system instructions 2025-04-01 15:50:24 +05:30
ItzCrazyKns
217736d05a feat(app): remove backend 2025-03-19 16:23:27 +05:30
Renamed from ui/app/settings/page.tsx (Browse further)